This is an automated email from the ASF dual-hosted git repository.
jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 7505be58098 Merge pull request #8545 from homberghp/issue8533
add 7bfdb5149e0 Partial handling of module imports.
new 871fae4e079 Merge pull request #8425 from lahodaj/module-imports
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:
.../java/editor/base/imports/UnusedImports.java | 173 ++++--
.../editor/base/semantic/UnusedImportsTest.java | 129 +++++
java/java.source.base/apichanges.xml | 13 +
java/java.source.base/nbproject/project.properties | 2 +-
.../netbeans/api/java/source/CompilationInfo.java | 22 +
.../netbeans/api/java/source/ElementUtilities.java | 48 ++
.../org/netbeans/api/java/source/TreeMaker.java | 11 +
.../netbeans/api/java/source/TreeUtilities.java | 10 +-
.../org/netbeans/api/java/source/WorkingCopy.java | 72 +--
.../modules/java/source/builder/TreeFactory.java | 4 +
.../java/source/pretty/ImportAnalysis2.java | 137 +++--
.../modules/java/source/pretty/VeryPretty.java | 16 +-
.../modules/java/source/save/CasualDiff.java | 15 +-
.../modules/java/source/save/ElementOverlay.java | 8 +-
.../source/transform/ImmutableTreeTranslator.java | 21 +-
.../api/java/source/ElementUtilitiesTest.java | 193 ++++++-
.../netbeans/api/java/source/SourceUtilsTest.java | 36 ++
.../api/java/source/SourceUtilsTestUtil.java | 23 +-
.../api/java/source/gen/ImportAnalysis2Test.java | 632 +++++++++++++++++++++
.../netbeans/api/java/source/gen/ImportsTest.java | 107 +++-
.../modules/java/hints/spiimpl/Utilities.java | 11 +-
21 files changed, 1526 insertions(+), 157 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