-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor rename of method named 'copy' freezes Eclipse #1192
Comments
I can reproduce it in some projects, for example in the package org.eclipse.jdt.unittest.junit - but not in a trival project or package org.eclipse.jdt.ui.tests.refactoring.actions.
|
stacktrace:
|
endless while loop in org.eclipse.jdt.internal.corext.refactoring.rename.RippleMethodFinder2.UnionFind.find(IType):101 |
RippleMethodFinder2.UnionFind.fElementToRepresentative
|
LeapableGenerator and JumpableGenerator both have a copy() method:
|
To reproduce:
void copy() {}
.Result:
It does not happen when the method has arguments.
It happens in both version 2023-03 and 2023-12.
Originally posted by @WJSchakel in eclipse-platform/eclipse.platform.ui#1675 (comment)
some sampling:
The text was updated successfully, but these errors were encountered: