-
Notifications
You must be signed in to change notification settings - Fork 163
Merge master to beta java26 4 39 first #4679
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
Open
mpalat
wants to merge
15
commits into
eclipse-jdt:BETA_JAVA26
Choose a base branch
from
mpalat:merge-master-to-BETA_Java26_4_39_first
base: BETA_JAVA26
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Merge master to beta java26 4 39 first #4679
mpalat
wants to merge
15
commits into
eclipse-jdt:BETA_JAVA26
from
mpalat:merge-master-to-BETA_Java26_4_39_first
+972
−191
Conversation
This file contains hidden or 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
…se-jdt#4647) * Ensure URB's are resolved before performing visibility checks. * Fixes eclipse-jdt#4632 * Remove unused problem filters * Version bump(s) for 4.39 stream --------- Co-authored-by: Eclipse JDT Bot <[email protected]>
This commit fixes formatter recognizing wrong left braces when record contains left braces in record's param annotations. Fixes : eclipse-jdt#4288
Markdown Javadoc does not properly support bold text Fix: eclipse-jdt#4608
To distinguish between JUnit 5 and JUnit 6 annotations when launching tests, we potentially look into manifests. In order to use PackageFragmentRoot.getManifest() to this end, org.eclipse.jdt.junit.core is now in the friends list of package org.eclipse.jdt.internal.core. Fixes eclipse-jdt#4663
…pse-jdt#4675) - add checks to stop when the end of source is reached when handling a markdown comment - also do not attempt to access the source with the EOF index - add new test to ScannerTest - fixes eclipse-jdt#4674
The content of the @code tag is being parsed outside the code tag Fix: eclipse-jdt#4598
Markdown links [description](url) syntax not interpreting properly Fix: eclipse-jdt#4531
…method never returns (eclipse-jdt#4673) * Suspend the fix for eclipse-jdt#4526 while connecting super types. Likewise suspend this effect during non-super type lookup. * Additionally fix inconsistency in Java21ElementTests: * Rename to Java25ElementTests (it tests instance main methods) * Fix wrong lib variable and adjust it to the compliance --------- Signed-off-by: David Thompson <[email protected]> Co-authored-by: Stephan Herrmann <[email protected]> Fixes eclipse-jdt#4672
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.
WIP
What it does
How to test
Author checklist