issues
search
eclipse-jdt
/
eclipse.jdt.ui
Eclipse Public License 2.0
37
stars
90
forks
source link
Fix extract method to recognize name collision with a sub-class
#1576
Closed
jjohnstn
closed
2 months ago
jjohnstn
commented
2 months ago
modify ExtractMethodRefactoring to test if the new method name collides with an existing method name being used by a class that sub-classes the one creating the new method
add new test to ExtractMethodtests
fixes #1516
What it does
See issue.
How to test
See issue or new test.
Author checklist
[x] I have thoroughly tested my changes
[x] The change is following the
coding conventions
[x] I have signed the
Eclipse Contributor Agreement (ECA)
What it does
See issue.
How to test
See issue or new test.
Author checklist