Closed pouryafard75 closed 2 months ago
This is the fix for https://github.com/GumTreeDiff/gumtree/issues/355
@author john */ class C {} now will be represented as:
@author john */ class C {}
CompilationUnit [0,30] TypeDeclaration [0,30] Javadoc [0,19] TagElement [4,17] TAG_NAME: @author [4,11] TextElement: john [11,17] TYPE_DECLARATION_KIND: class [20,25] SimpleName: C [26,27]
This is the fix for https://github.com/GumTreeDiff/gumtree/issues/355
@author john */ class C {}
now will be represented as: