-
Notifications
You must be signed in to change notification settings - Fork 401
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
Use instanceof-pattern #2357
Use instanceof-pattern #2357
Conversation
Code doesn't compile:
|
The 2 first ones are typos. |
8d9946d
to
97001f0
Compare
test this please |
1 similar comment
test this please |
I think this should be fine. I would just make sure to scan the entries for anything odd. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks pretty good. Haven't gone through all of it though :P
Just one small suggestion. I would avoid modifying anything under "org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/corext" for now. Those are classes that were copied directly from JDT and I'm guessing these refactorings haven't happened in JDT repo yet.
Whenever we move some class from jdt.ui into jdt.core.manipulation, it's good to compare, we compare it with ours before deleting our copy to see if we made any changes that are different. It's easier to do if the classes aren't refactored in only one repo.
Exclude org.eclipse.jdt.ls.core.internal.corext
97001f0
to
32a615e
Compare
OK, I reverted those. |
Thanks for merging! |
No description provided.