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

Align jdt.core.compiler preferences to classpath configuration #200

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

HannesWell
Copy link
Contributor

I.e. set the compiler's compliance, source and target version to 11 in all projects.
This fixes numerous warnings about not aligned preferences.

I.e. set the compiler's compliance, source and target version to 11 in
all projects.
This fixes numerous warnings about not aligned preferences.
@HannesWell HannesWell force-pushed the align-compiler-settings branch from 556646f to cb6b08f Compare August 13, 2024 11:29
Copy link
Member

@NiklasRentzCAU NiklasRentzCAU left a comment

Choose a reason for hiding this comment

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

This is one of the changes that my Eclipse sometimes applied by itself and I wanted to look into again at some point, thanks for suggesting and fixing this!

@NiklasRentzCAU NiklasRentzCAU added the cleanup This issue or PR has no own functionality, but cleans up the code base. label Aug 14, 2024
@NiklasRentzCAU NiklasRentzCAU merged commit 2d93a43 into kieler:master Aug 14, 2024
2 checks passed
@HannesWell HannesWell deleted the align-compiler-settings branch August 14, 2024 10:45
@HannesWell
Copy link
Contributor Author

This is one of the changes that my Eclipse sometimes applied by itself and I wanted to look into again at some point, thanks for suggesting and fixing this!

You're welcome.
FYI for future update of the required execution environment, in the upcomming Eclipse release there is now a button in the Manifest Editor that updates the MANIFEST.MF, .classpath and JDT settings in one action:
https://eclipse.dev/eclipse/news/4.33/pde.php#manifest-editor-modify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup This issue or PR has no own functionality, but cleans up the code base.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants