This is an automated email from the ASF dual-hosted git repository.
skygo pushed a change to branch release220
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 553bcecede Merge pull request #7276 from
dbalek/dbalek/lsp-generate-tests-source-action
add f2e2ee8824 Import local schema to avoid DNS lookup in build
add 5094b19829 Merge pull request #7283 from jgneff/import-local-schema
add 1cedc10a2b Re-add org.netbeans.libs.nbjavac as recommends for
java.source.base.
add 5889accedf Merge pull request #7334 from neilcsmith-net/gh7091
add 24ecc75b05 fix endless recursion / remove dead code
add 1f1c5bf4a4 fix null dereference issues / removed dead code
add 3437e60fc6 fix comparison problems
add 8da11fc9b9 fix copy/pasted code / remove dead code
add c7b27a5106 Merge pull request #7284 from
mbien/fixed-some-code-analyzer-warnings_delivery
add 601cf6738b Fixed PropertyPanel fill background for flatlaf l&f
add b1f593e054 Merge pull request #7332 from DJ-Raven/master
add 9fd9627382 update declarative hint templates
add 4d97642c2e jackpot hint support improvements
add 83d37ec7bc Merge pull request #7333 from
mbien/jackpot-fixes-and-improvements_delivery
add e4bf76dea3 Prevent NPE on Missing/Invalid Java Platform
add c415fad930 Merge pull request #7341 from
lkishalmi/gradle-prevent-npe-on-missing-java-toolchain
add 68591ffd5c HCL: fix possible NPE-s, in List.of() and asString()
add 41b0a86001 Merge pull request #7286 from
lkishalmi/languages.hcl-npe-improvements
new 148b16829d Merge pull request #7324 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:
.../j2ee/dd/impl/resources/jakartaee_11.xsd | 2 +-
.../modules/web/monitor/client/MonitorAction.java | 3 -
.../provider/GroovyCompletionCollector.java | 2 +-
.../completion/MethodParamsTipPaintComponent.java | 11 +-
.../modules/editor/fold/ui/FoldOptionsPanel.java | 6 +-
.../modules/editor/lib/drawing/CollapsedView.java | 712 ---------------------
.../hudson/ui/impl/HudsonFailureDisplayer.java | 2 +-
.../modules/jumpto/type/FilteredListModel.java | 2 +-
.../languages/hcl/ast/HCLArithmeticOperation.java | 12 +-
.../modules/languages/hcl/ast/HCLAttribute.java | 5 +
.../modules/languages/hcl/ast/HCLBlock.java | 4 +
.../modules/languages/hcl/ast/HCLCollection.java | 12 +-
.../languages/hcl/ast/HCLConditionalOperation.java | 9 +-
.../modules/languages/hcl/ast/HCLContainer.java | 2 +
.../modules/languages/hcl/ast/HCLElement.java | 2 +-
.../modules/languages/hcl/ast/HCLExpression.java | 9 +-
.../languages/hcl/ast/HCLExpressionFactory.java | 10 +-
.../languages/hcl/ast/HCLForExpression.java | 22 +-
.../modules/languages/hcl/ast/HCLFunction.java | 7 +-
.../modules/languages/hcl/ast/HCLIdentifier.java | 28 +-
.../languages/hcl/ast/HCLResolveOperation.java | 29 +-
.../modules/languages/hcl/ast/HCLVariable.java | 2 +-
.../languages/hcl/ast/HCLCollectionTest.java} | 20 +-
.../hcl/ast/HCLExpressionTestSupport.java} | 29 +-
.../languages/hcl/ast/HCLForExpressionTest.java | 78 +++
.../languages/hcl/ast/HCLFunctionTest.java} | 13 +-
.../modules/languages/hcl/ast/HCLLiteralsTest.java | 2 +-
.../languages/hcl/ast/HCLOperationsTest.java | 45 +-
.../modules/parsing/nb/EditorMimeTypesImpl.java | 2 +-
.../modules/properties/BundleStructure.java | 7 +-
.../subversion/ui/browser/BrowserPanel.java | 6 +-
.../subversion/ui/update/RevertModifications.java | 2 +-
.../versioning/ui/history/HistoryDiffView.java | 4 +-
.../modules/xml/axi/impl/SchemaReferenceProxy.java | 5 +-
.../debugger/jpda/ui/models/SourcesModel.java | 2 +-
.../debugger/jpda/models/JPDAThreadImpl.java | 2 +-
.../modules/form/layoutdesign/LayoutFeeder.java | 2 +-
.../delegates/BorderLayoutSupport.java | 2 +-
.../gradle/java/customizer/SourceSetPanel.java | 19 +-
.../gradle/java/nodes/BootCPNodeFactory.java | 56 +-
.../gradle/java/queries/GradleJarArtifacts.java | 2 +-
.../java/spi/support/JavaToolchainSupport.java | 4 +-
.../org/netbeans/modules/i18n/SelectorUtils.java | 2 +-
.../editor/java/MethodParamsTipPaintComponent.java | 10 +-
java/java.hints.declarative/licenseinfo.xml | 1 +
.../java/hints/declarative/DeclarativeFix.java | 6 +
.../hints/declarative/resources/Bundle.properties | 5 +-
.../hints/declarative/resources/HintSample.hint | 10 +-
.../resources/{HintSample.hint => HintSample.test} | 9 +-
.../declarative/resources/HintTestWizDesc.html} | 18 +-
.../hints/declarative/resources/HintWizDesc.html} | 18 +-
.../java/hints/declarative/resources/duke.gif} | Bin
.../java/hints/declarative/resources/layer.xml | 40 +-
.../java/hints/declarative/test/TestParser.java | 38 +-
.../java/hints/declarative/end-marker-test.hint} | 5 +-
.../java/hints/declarative/end-marker-test.test | 48 +-
.../hints/declarative/test/TestParserTest.java | 13 +-
.../queries/SourceJavadocAttacherUtil.java | 2 +-
.../problems/ModulePathsProblemsProvider.java | 6 +-
java/java.source.base/manifest.mf | 1 +
.../queries/MavenArtifactsImplementation.java | 2 +-
.../startup/layers/CountingSecurityManager.java | 3 +-
.../explorer/propertysheet/PropertyPanel.java | 9 +-
63 files changed, 500 insertions(+), 941 deletions(-)
delete mode 100644
ide/editor.lib/src/org/netbeans/modules/editor/lib/drawing/CollapsedView.java
copy
ide/languages.hcl/{src/org/netbeans/modules/languages/hcl/ast/HCLVariable.java
=> test/unit/src/org/netbeans/modules/languages/hcl/ast/HCLCollectionTest.java}
(68%)
copy
ide/languages.hcl/{src/org/netbeans/modules/languages/hcl/ast/HCLExpression.java
=>
test/unit/src/org/netbeans/modules/languages/hcl/ast/HCLExpressionTestSupport.java}
(72%)
create mode 100644
ide/languages.hcl/test/unit/src/org/netbeans/modules/languages/hcl/ast/HCLForExpressionTest.java
copy
ide/languages.hcl/{src/org/netbeans/modules/languages/hcl/ast/HCLVariable.java
=> test/unit/src/org/netbeans/modules/languages/hcl/ast/HCLFunctionTest.java}
(75%)
copy
java/java.hints.declarative/src/org/netbeans/modules/java/hints/declarative/resources/{HintSample.hint
=> HintSample.test} (83%)
copy java/java.hints.declarative/{licenseinfo.xml =>
src/org/netbeans/modules/java/hints/declarative/resources/HintTestWizDesc.html}
(72%)
copy java/java.hints.declarative/{licenseinfo.xml =>
src/org/netbeans/modules/java/hints/declarative/resources/HintWizDesc.html}
(71%)
copy java/{form/src/org/netbeans/modules/form/resources/palette/applet.gif =>
java.hints.declarative/src/org/netbeans/modules/java/hints/declarative/resources/duke.gif}
(100%)
copy
java/java.hints.declarative/{src/org/netbeans/modules/java/hints/declarative/resources/HintSample.hint
=>
test/unit/src/org/netbeans/modules/java/hints/declarative/end-marker-test.hint}
(93%)
copy
ide/languages.hcl/src/org/netbeans/modules/languages/hcl/ast/HCLAttribute.java
=>
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/end-marker-test.test
(60%)
---------------------------------------------------------------------
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