-
Notifications
You must be signed in to change notification settings - Fork 95
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
Move the logic of MissingAnnotationAttributes to o.e.j.core.manipulation #335
Move the logic of MissingAnnotationAttributes to o.e.j.core.manipulation #335
Conversation
Requires eclipse-jdt/eclipse.jdt.ui#335 Closes eclipse-jdtls#1806 Signed-off-by: David Thompson <[email protected]>
c0d032f
to
9ba8835
Compare
|
...n/core extension/org/eclipse/jdt/internal/corext/fix/MissingAnnotationAttributesFixCore.java
Outdated
Show resolved
Hide resolved
9ba8835
to
8361ddd
Compare
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 this is ready to merge. Just one final thing. I would bump the copyright in the one file you modify from 2016 -> 2022, as I see this is still being done.
Signed-off-by: David Thompson <[email protected]>
8361ddd
to
77adf22
Compare
Requires eclipse-jdt/eclipse.jdt.ui#335 Closes eclipse-jdtls#1806 Signed-off-by: David Thompson <[email protected]>
Requires eclipse-jdt/eclipse.jdt.ui#335 Closes eclipse-jdtls#1806 Signed-off-by: David Thompson <[email protected]>
Requires eclipse-jdt/eclipse.jdt.ui#335 Closes eclipse-jdtls#1806 Signed-off-by: David Thompson <[email protected]>
Requires eclipse-jdt/eclipse.jdt.ui#335 Closes #1806 Signed-off-by: David Thompson <[email protected]>
What it does
Moves all the text editing logic of the "add missing attributes to annotation" QuickFix to org.eclipse.jdt.core.manipulation so that it can be reused in jdt.ls.
How to test
Test that
MissingAnnotationAttributesFixCore
can be accessed from another project without needing to require any ui packages.Author checklist
Signed-off-by: David Thompson [email protected]