forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix some "wrong type" quick fixes #558
Merged
datho7561
merged 1 commit into
eclipse-jdtls:dom-with-javac
from
datho7561:dom-with-javac-type-mismatch-quickfix
Jul 3, 2024
Merged
Fix some "wrong type" quick fixes #558
datho7561
merged 1 commit into
eclipse-jdtls:dom-with-javac
from
datho7561:dom-with-javac-type-mismatch-quickfix
Jul 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datho7561
commented
Jul 3, 2024
- add arguments to the created problem
- This is needed to get the quick fixes to show up in JDT UI
- Fix resolveBinding(Expression) for method invocations (it now properly returns the binding for the return type)
- This fixes the "change variable type" quickfix
- add arguments to the created problem - This is needed to get the quick fixes to show up in JDT UI - Fix resolveBinding(Expression) for method invocations (it now properly returns the binding for the return type) - This fixes the "change variable type" quickfix Signed-off-by: David Thompson <[email protected]>
datho7561
force-pushed
the
dom-with-javac-type-mismatch-quickfix
branch
from
July 3, 2024 16:20
87059bf
to
bca5308
Compare
This seems to keep the number of DOM conversion failures constant, so I'll merge |
This last patch seems to cause 38 regressions in JDT-LS test cases: https://ci.eclipse.org/ls/job/jdt-ls-javac/161/ . |
Seems like I'll have to add some null checks |
datho7561
added a commit
that referenced
this pull request
Jul 5, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 8, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 8, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 15, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 16, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
akurtakov
pushed a commit
that referenced
this pull request
Jul 19, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 25, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jul 25, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
akurtakov
pushed a commit
that referenced
this pull request
Jul 29, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
akurtakov
pushed a commit
that referenced
this pull request
Aug 16, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Sep 5, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Sep 10, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Sep 18, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Sep 24, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Sep 25, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Oct 15, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
rgrunber
pushed a commit
that referenced
this pull request
Oct 18, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Oct 23, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Nov 12, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Dec 5, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Dec 6, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
datho7561
added a commit
that referenced
this pull request
Dec 13, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Dec 15, 2024
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
mickaelistria
pushed a commit
that referenced
this pull request
Jan 6, 2025
Both the "create new method" and the "add cast to method invocation" cases should work now. Signed-off-by: David Thompson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.