You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/01/25 17:01:41 UTC

[netbeans] 01/01: Merge pull request #5349 from apache/delivery

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

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

commit d194c2f229aee31bb32ab6b169d66059105a4c33
Merge: 31028d282a7 366e0deac10
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Wed Jan 25 17:01:31 2023 +0000

    Merge pull request #5349 from apache/delivery
    
    Sync delivery to master after 17-rc2

 .../modules/gradle/options/SettingsPanel.form      |  53 +++---
 .../modules/gradle/options/SettingsPanel.java      |  35 ++--
 .../java/editor/javadoc/JavadocCompletionTask.java |  11 +-
 .../modules/java/editor/javadoc/TagRegistery.java  |  24 +--
 .../java/editor/overridden/GoToImplementation.java |   4 +-
 .../modules/java/editor/semantic/Bundle.properties |   1 +
 .../editor/semantic/UnusedTooltipResolver.java     |   4 +
 .../hints/jdk/mapreduce/PreconditionsChecker.java  |  12 +-
 .../java/source/indexing/VanillaCompileWorker.java |  43 +++++
 .../source/indexing/VanillaCompileWorkerTest.java  | 189 +++++++++++++++++++++
 .../lib/nbjavac/services/NBJavaCompiler.java       |  12 +-
 .../modules/php/editor/PredefinedSymbols.java      |   2 +
 .../php/editor/model/impl/MethodScopeImpl.java     |  30 ++--
 .../verification/IncorrectEnumHintError.java       |  40 ++++-
 .../IncorrectEnumHintError/testIncorrectEnums.php  |  46 +++++
 ...testIncorrectEnums.php.testIncorrectEnums.hints |  87 ++++++++++
 platform/libs.flatlaf/external/binaries-list       |   2 +-
 ...laf-2.6-license.txt => flatlaf-3.0-license.txt} |   4 +-
 platform/libs.flatlaf/manifest.mf                  |   2 +-
 platform/libs.flatlaf/nbproject/project.properties |   8 +-
 platform/libs.flatlaf/nbproject/project.xml        |   5 +-
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  |   4 +-
 .../org/netbeans/swing/laf/flatlaf/Installer.java  |   8 +-
 23 files changed, 532 insertions(+), 94 deletions(-)

diff --cc platform/libs.flatlaf/manifest.mf
index db97f45a34c,2191e9c3047..503b3b06e90
--- a/platform/libs.flatlaf/manifest.mf
+++ b/platform/libs.flatlaf/manifest.mf
@@@ -2,6 -2,6 +2,6 @@@ Manifest-Version: 1.
  OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/flatlaf/Bundle.properties
  OpenIDE-Module: org.netbeans.libs.flatlaf/1
  OpenIDE-Module-Install: org/netbeans/libs/flatlaf/Installer.class
 -OpenIDE-Module-Specification-Version: 1.13
 +OpenIDE-Module-Specification-Version: 1.14
  AutoUpdate-Show-In-Client: false
- OpenIDE-Module-Implementation-Version: 2.6
+ OpenIDE-Module-Implementation-Version: 3.0


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

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