-
Notifications
You must be signed in to change notification settings - Fork 109
Prevent rebuild triggered by type hierarchy restoration #2385
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
base: master
Are you sure you want to change the base?
Conversation
fedejeanne
left a comment
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.
Thank you for the PR @steffenschmitt1 !
Questions:
- How do I test it and what is the expected outcome?
- This one fixes #2305, right? In that case, I would add
Fixes https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2305to the description of this PR and modify the commit-text:
Prevent rebuild triggered by type hierarchy restoration #2305
Fixes https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2305
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java
Outdated
Show resolved
Hide resolved
5541cbb to
a960b79
Compare
|
Reproducing the rebuild:
Accordingly, the bugfix can be verified by confirming that no rebuild is triggered. |
a960b79 to
c5b40a1
Compare
|
Hm, odd. After rebasing on |
5beaecb to
b350c33
Compare
My bad, @steffenschmitt1, you didn't rebase on |
b350c33 to
0ae8435
Compare
0ae8435 to
145b9a4
Compare
|
I won’t be able to take care of this any further. I believe the PR is basically fine as it is, unless something has changed in the meantime. If anything else is needed, someone else will have to take over. @fedejeanne @HeikoKlare |
Prevent rebuild triggered by type hierarchy restoration.
Fixes #2305