Merge master to beta java26 4 39 first#4679
Open
mpalat wants to merge 15 commits into
Open
Conversation
…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 <jdt-bot@eclipse.org>
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 <davthomp@redhat.com> Co-authored-by: Stephan Herrmann <stephan.herrmann@berlin.de> Fixes eclipse-jdt#4672
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
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