You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there is anything in JDT that can be used to perform such task in an automated way and maybe even give the line number information from the class file so this would result in an output like this:
org/eclipse/jdt/core/tests/model/OverflowingCacheTests.class: different
--> probably by org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java:311
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Look at this comparator issue:
You see that currently the output is rather informal
the posted DIFF tool screenshot shows then
and this is finally matched to this PR (a change of a constant value):
I wonder if there is anything in JDT that can be used to perform such task in an automated way and maybe even give the line number information from the class file so this would result in an output like this:
(that's where the constant is used)
eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
Line 311 in 6fecdc9
To clarify: Such analysis must not be perfect, it would be enough to get an rough line estimate from the first diff in both class files.
Beta Was this translation helpful? Give feedback.
All reactions