Martinho0330 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Comments on empty token #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

public void test(){
//My comment
}

"My comment" is not parsed
I know this is a design limitation of JAPA parser but we can get around this 
bug by adding an emty token with ";" value.

Any work around this?

1.0.8 on Windows 

Original issue reported on code.google.com by walid.kr...@gmail.com on 21 Feb 2012 at 10:34