Conversation
Update NOTICE to 2026
javac was observed to return Elements of types other than ExecutableElement for paths with TypeMirror kind EXECUTABLE in some cases. adds an instanceof guard instead of assuming ExecutableElement
this test was patched in past for similar reasons and can start failing again when the JDK updates. testLockFile() is now disabled in CI
SourceLevelQuery may return null.
Fix and disable masterfs lockfile test which is failing since 17u18
previous link is no longer accessible
uses javac's Element.getKind().isDeclaredType() as filter which matches all class kinds (interfaces, records etc). minor code improvements and indentation fixes
italic tags don't mix very well with text sections of unclosed paragraph tags.
…delivery README: Update pre-apache repo link
java.api.common: Fix missing resource LBL_TestModuleFolder_DialogTitle
Fix possible NPE in maven ModuleInfoSelector
Fix possible CCE during auto completion of invalid code
javadoc renderer: fix snippet rendering of deprecated sections
…livery StaticImport hint should support records and other class kinds
Use TopComponent.Registry and only open Favorites on first open of a file editing component. Do not open for non-file TopComponents like Dashboard.
Enhance behaviour of showing Favorites on first editor usage
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.
No description provided.