GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
933 stars 174 forks source link

feat: optionalTagName for javadocs in jdt #369

Closed pouryafard75 closed 2 months ago

pouryafard75 commented 2 months ago

This is the fix for https://github.com/GumTreeDiff/gumtree/issues/355

@author john */ class C {} now will be represented as:

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]