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

[24] don't request access to enclosing class if it's never used #3390

Merged

Conversation

stephan-herrmann
Copy link
Contributor

Fixes after re-opening:

  • essentially revert previous change
  • replace with specific detection wrt local type alloc in static context

Fixes #3194

Jenkinsfile Outdated
@@ -33,7 +33,7 @@ pipeline {
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-Ptest-on-javase-24 -Pbree-libs -Papi-check -Pjavadoc -Pp2-repo \
-Dmaven.test.failure.ignore=true \
-Dcompare-version-with-baselines.skip=false \
-Dcompare-version-with-baselines.skip=true \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure BETA_24 is in sync with master instead of skipping baseline checks as otherwise you probably see other issues later on.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're going in circles.

Fixes after re-opening:
+ essentially revert previous change
+ replace with specific detection wrt local type alloc in static context

Fixes eclipse-jdt#3194
@stephan-herrmann stephan-herrmann merged commit da91237 into eclipse-jdt:BETA_JAVA24 Dec 17, 2024
8 checks passed
@stephan-herrmann stephan-herrmann deleted the issue3194_reopened branch December 17, 2024 19:58
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.

2 participants