This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 871fae4e079 Merge pull request #8425 from lahodaj/module-imports
add 8f99b239473 Unused in package hint: optimize used-in-package scenario
add be53d35957c Language level cleanup in SemanticHighlighterBase and
friends.
new db244c25823 Merge pull request #8524 from
mbien/optimize-used-in-package
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../base/semantic/SemanticHighlighterBase.java | 111 +++++++--------------
.../java/editor/base/semantic/UnusedDetector.java | 77 +++++++++++---
.../editor/base/semantic/UnusedDetectorTest.java | 9 --
.../java/editor/semantic/SemanticHighlighter.java | 8 +-
.../netbeans/api/java/source/CompilationInfo.java | 12 +--
.../netbeans/modules/java/source/ElementUtils.java | 6 +-
.../java/source/parsing/CompilationInfoImpl.java | 29 ++----
.../java/hints/spiimpl/hints/HintsTask.java | 4 +-
8 files changed, 118 insertions(+), 138 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists