Martinho0330 / javaparser

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

Only the last of multiple lines with // comment is saved #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
sample class:
public class FOO {
        // Line 1
        // Line 2
}       

cu.getComments() only contains '// Line 2'

Original issue reported on code.google.com by cornelis...@gmail.com on 9 Mar 2011 at 7:12

GoogleCodeExporter commented 9 years ago
See my uploaded code in the "Keep comments in AST (and use them in 
DumpVisitor)" issue.

Original comment by shelbyy...@gmail.com on 21 Apr 2011 at 8:04