This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch release270 in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 1e53285e34a6acb65d58ae5a50b902b4d94948d9 Merge: 1c2ffa19e01 a8cbebf5731 Author: Eric Barboni <[email protected]> AuthorDate: Thu Jul 31 14:35:34 2025 +0200 Merge pull request #8683 from apache/delivery Sync delivery to release270 for 27-rc2 .../java/completion/JavaCompletionTask.java | 4 +- .../17/compactSourceFilesInsideClass.pass | 1233 +++++++++++++++++ .../21/compactSourceFilesInsideClass.pass | 1263 +++++++++++++++++ .../25/compactSourceFilesInsideClass.pass | 1429 ++++++++++++++++++++ .../java/completion/data/CompactSourceFile.java | 30 + .../JavaCompletionTask125FeaturesTest.java | 47 + .../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, 4204 insertions(+), 43 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
