This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 52bc989d780 Merge pull request #8658 from
dbalek/dbalek/net.java.html-update
add 94497af6bcc Fix move/copy/rename/etc for single-source files.
add 29844bec1e6 Merge pull request #8679 from
mbien/standalone-file-move-fix_delivery
add 0041c7c242d Improving reindenter and code completion behavior for Java
compact source files (JEP 512).
add 1fab9a1c0ae Merge pull request #8676 from
lahodaj/improve-compact-source-files-behavior
add 0e18f08d3fc Fix disco client JDK download action
add a8cbebf5731 Merge pull request #8682 from mbien/fix-disco-download
new e54117d19a7 Merge pull request #8684 from apache/delivery
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/completion/JavaCompletionTask.java | 4 +-
.../17/compactSourceFilesInsideClass.pass | 1233 +++++++++++++++++
.../21/compactSourceFilesInsideClass.pass | 1263 +++++++++++++++++
.../25/compactSourceFilesInsideClass.pass | 1429 ++++++++++++++++++++
.../java/completion/data/CompactSourceFile.java} | 9 +-
...java => JavaCompletionTask125FeaturesTest.java} | 26 +-
.../org/netbeans/modules/java/disco/Client.java | 4 +-
.../netbeans/modules/java/disco/DownloadPanel.java | 2 +-
.../java/file/launcher/api/SourceLauncher.java | 12 +
.../launcher/queries/MultiSourceRootProvider.java | 12 +
.../netbeans/api/java/source/TreeUtilities.java | 16 +-
.../modules/java/source/save/Reindenter.java | 28 +-
.../modules/java/source/save/ReindenterTest.java | 37 +
java/lib.nbjavac/nbproject/project.properties | 2 +-
.../lib/nbjavac/services/NBParserFactory.java | 43 +-
.../netbeans/lib/nbjavac/services/NBTreeMaker.java | 26 +-
.../lib/nbjavac/services/NBParserFactoryTest.java | 37 +
.../modules/refactoring/java/RefactoringUtils.java | 7 +-
.../java/ui/RefactoringActionsProvider.java | 15 +-
19 files changed, 4148 insertions(+), 57 deletions(-)
create mode 100644
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/17/compactSourceFilesInsideClass.pass
create mode 100644
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/21/compactSourceFilesInsideClass.pass
create mode 100644
java/java.completion/test/unit/data/goldenfiles/org/netbeans/modules/java/completion/JavaCompletionTaskTest/25/compactSourceFilesInsideClass.pass
copy java/{java.source/test/unit/data/jdk/Table.java =>
java.completion/test/unit/data/org/netbeans/modules/java/completion/data/CompactSourceFile.java}
(92%)
copy
java/java.completion/test/unit/src/org/netbeans/modules/java/completion/{JavaCompletionTask114FeaturesTest.java
=> JavaCompletionTask125FeaturesTest.java} (59%)
---------------------------------------------------------------------
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