This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch release130
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit d77f0692fbc94e546fba48454beca58765e6e93a
Merge: a46aa48 8df36f8
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Wed Jan 19 13:05:47 2022 +0000

    Merge pull request #3473 from apache/delivery
    
    Sync delivery to release130 for 13-rc1

 .../modules/analysis/RunAnalysisPanel.form         |  29 ++-
 .../modules/analysis/RunAnalysisPanel.java         |  20 ++-
 .../analysis/ui/AdjustConfigurationPanel.form      |   6 +-
 .../analysis/ui/AdjustConfigurationPanel.java      |   8 +-
 .../java/hints/spiimpl/options/HintsPanel.form     |  21 +--
 .../java/hints/spiimpl/options/HintsPanel.java     |  23 +--
 .../refactoring/InspectAndRefactorPanel.form       |  32 ++--
 .../refactoring/InspectAndRefactorPanel.java       |  36 ++--
 .../hints/WrongStringComparisonCustomizer.form     |   8 +-
 .../hints/WrongStringComparisonCustomizer.java     |  10 +-
 .../errors/FinalFieldsFromCtorCustomiser.form      |   8 +-
 .../errors/FinalFieldsFromCtorCustomiser.java      |  10 +-
 .../java/hints/errors/ImportClassCustomizer.form   |   4 +-
 .../java/hints/errors/ImportClassCustomizer.java   |   4 +-
 .../hints/errors/LocalVariableFixCustomizer.form   |   5 +-
 .../hints/errors/LocalVariableFixCustomizer.java   |   4 +-
 .../java/hints/errors/SurroundWithTryCatchLog.form |   4 +-
 .../java/hints/errors/SurroundWithTryCatchLog.java |   4 +-
 .../modules/java/hints/jdk/ConvertToVarHint.java   |   2 +
 .../java/hints/jdk/ConvertToVarHintTest.java       |  18 ++
 java/java.lsp.server/arch.xml                      |   1 +
 java/java.lsp.server/licenseinfo.xml               |   6 +-
 .../nbcode/{integration/build.xml => README.md}    |  13 +-
 java/java.lsp.server/nbcode/integration/build.xml  |  45 ++++-
 .../nbcode/integration/nbproject/project.xml       |  26 ++-
 .../nbcode/integration/UIDefaultsIconMetadata.java | 106 +++++++++++
 .../modules/nbcode/integration/resources/empty.png | Bin 0 -> 157 bytes
 .../resources/uidefaults/Tree.closedIcon.png       | Bin 0 -> 537 bytes
 .../resources/uidefaults/Tree.leafIcon.png         | Bin 0 -> 537 bytes
 .../resources/uidefaults/Tree.openIcon.png         | Bin 0 -> 461 bytes
 .../resources/uimanager-icons.properties           |  63 +++++++
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/explorer/DefaultDecorationsImpl.java    |   4 +-
 .../modules/java/lsp/server/explorer/TreeItem.java |  22 ++-
 .../java/lsp/server/explorer/TreeNodeRegistry.java |  34 ++++
 .../lsp/server/explorer/TreeNodeRegistryImpl.java  |  26 ++-
 .../java/lsp/server/explorer/TreeViewProvider.java |  38 ++++
 .../java/lsp/server/explorer/api/TreeItemData.java |   2 +-
 java/java.lsp.server/vscode/package.json           |  73 +++++++-
 .../vscode/schemas/package.schema.json             |  42 +++++
 java/java.lsp.server/vscode/src/explorer.ts        | 195 +++++++++++++++++++--
 java/java.lsp.server/vscode/src/protocol.ts        |   4 +
 .../ui/customizers/SearchDependencyCustomizer.form |  21 +--
 .../ui/customizers/SearchDependencyCustomizer.java |  13 +-
 platform/openide.util.ui/apichanges.xml            |  14 ++
 platform/openide.util.ui/arch.xml                  |   7 +
 platform/openide.util.ui/manifest.mf               |   2 +-
 .../src/org/openide/util/ImageUtilities.java       |  65 +++++--
 48 files changed, 892 insertions(+), 188 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to