pouryafard75 / RM-ASTDiff

MIT License
2 stars 1 forks source link

statements with differences are shown as identical in the diff #85

Closed tsantalis closed 9 months ago

tsantalis commented 1 year ago

https://github.com/apache/commons-configuration/commit/92bf8ccdad173f1f5d4a506043d443fd0cac09a6

Screenshot from 2023-07-19 11-35-40

tsantalis commented 1 year ago

@pouryafard75 By changing the compiler compliance to Java 1.3 in UMLModelASTReader, the code is properly parsed.

Based on our refactoring-awareness, binding is renamed to nameClassPair Inside the log.debug() argument, this rename is not shown, but instead we have deleted/added invoker. But in the if conditional, this rename is properly shown.

This is inconsistent behavior.

Screenshot from 2023-07-19 23-38-19

pouryafard75 commented 1 year ago

@tsantalis

image