Skip to content
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

Fixes testBug519493_003 - module binding on class symbol #612

Open
wants to merge 437 commits into
base: dom-with-javac
Choose a base branch
from

Conversation

robstryker
Copy link

No description provided.

@mickaelistria
Copy link

This seems to introduce some new failures:

diff head-sorted robs-sorted 
797a798,808
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0002
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0003
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0004
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0005
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0006
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0007
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0008
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingCopyTest.test0009
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingRemoveTest.test0004
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingRemoveTest.test0006
>     Build and Test / org.eclipse.jdt.core.tests.rewrite.modifying.ASTRewritingModifyingRemoveTest.test0009
1354c1365
<     javac specific tests / org.eclipse.jdt.core.tests.dom.ASTConverter9Test.testBug519493_003
---
>     javac specific tests / org.eclipse.jdt.core.tests.dom.ASTConverter9Test.testBug519493_002

Let's first rebase to check whether those vanish.

@robstryker
Copy link
Author

When I run these tests locally, I'm not seeing much of a difference at all between with the PR or without the PR. This is very strange.

@mickaelistria mickaelistria force-pushed the dom-with-javac branch 2 times, most recently from c02519d to e65aeb8 Compare July 25, 2024 22:05
gayanper and others added 23 commits July 29, 2024 07:44
Errors from javadoc look out of place for now.
Maybe in the future if/when there are settings for each of them they can
be switched back to errors depending on settings.
Prevents from searching in index which index is being built.
methods that are not declared in current file.
Signed-off-by: Rob Stryker <stryker@redhat.com>
…f for-loop

Signed-off-by: Rob Stryker <stryker@redhat.com>
…assignment

Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
…ensions

Signed-off-by: Rob Stryker <stryker@redhat.com>
…yield statement Part 1 and 2

Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
…ources

Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: David Thompson <davthomp@redhat.com>
akurtakov and others added 4 commits July 29, 2024 17:07
Signed-off-by: Rob Stryker <stryker@redhat.com>
binding issues regarding generics

Signed-off-by: Rob Stryker <stryker@redhat.com>

Fixes ASTConverter15JLS4Test.test0071

Signed-off-by: Rob Stryker <stryker@redhat.com>

More fixes to test0070 and test0071

Signed-off-by: Rob Stryker <stryker@redhat.com>

Cleanup

Signed-off-by: Rob Stryker <stryker@redhat.com>
Signed-off-by: Rob Stryker <stryker@redhat.com>
@robstryker
Copy link
Author

Rebased, Will investigate what it does to tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants