We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Find/Replace does not replace the found string correctly. With the sample code such as:
public class Test { public void a(int x) throws MyException { } public void b(int y, int b) throws MyException { } }
Do as follows:
This problem appears at least in:
The text was updated successfully, but these errors were encountered:
Can't reproduce on master following steps given. More info needed how to reproduce.
Sorry, something went wrong.
Note: this is most likely not related to JDT UI at all (as find/replace is a Platfrom UI contributed feature), if you can reproduce, please create bug at https://github.com/eclipse-platform/eclipse.platform.ui.
No branches or pull requests
Find/Replace does not replace the found string correctly. With the sample code such as:
Do as follows:
This problem appears at least in:
The text was updated successfully, but these errors were encountered: