pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

Empty anonymous class methods are not matched #5

Closed tsantalis closed 1 year ago

tsantalis commented 1 year ago

https://github.com/apache/commons-lang/commit/fab64bbdc726cf06c5993b7b8f50557882086002?diff=split#diff-b387dedc3b4e0961c695055141002c1fd38408b66a30feec504e7625aca2b79fR86-R89

Screenshot from 2022-10-23 14-14-17

pouryafard75 commented 1 year ago

@tsantalis RM doesn't report them in anonymousClassDiffs but reports them as removed and added anonymous classes.

tsantalis commented 1 year ago

Same problem found in https://github.com/apache/hive/commit/102b23b16bf26cbf439009b4b95542490a082710 beeline/src/java/org/apache/hive/beeline/Commands.java private Runnable createLogRunnable(Statement statement)

Screenshot from 2022-12-19 18-55-11