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 b7dde802230 Merge pull request #8448 from
mbien/update-issue-form-for-26rc
add a00d33ee125 JS: Improve handling of const keyword
add ed9803b84ae Merge pull request #8434 from matthiasblaesing/block_scope
add 8b49f26d5a4 Update expired badssl test cert for unit tests
add 6394e5df695 Merge pull request #8447 from
mbien/update-badssl-cert_delivery
add 08d606f10b5 NPEs in `JUnitOutputListenerProvider`
add acc6180214a Merge pull request #8433 from
jglick/JUnitOutputListenerProvider
new 92eb77dc944 Merge pull request #8444 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:
.../impl/SecureURLResourceRetrieverTest.java | 1 +
.../xml/retriever/impl/badssl.com-client.p12 | Bin 2789 -> 2789 bytes
.../maven/junit/JUnitOutputListenerProvider.java | 78 +++++++++++++--------
.../javascript2/editor/JsSemanticAnalyzer.java | 4 +-
.../unit/data/testfiles/coloring/await.js.semantic | 2 +-
.../data/testfiles/coloring/semanticalKeywords.js | 1 +
.../coloring/semanticalKeywords.js.semantic | 1 +
.../blockscope/arrayLiteral01.js.semantic | 6 +-
.../markoccurences/classes/class04.js.semantic | 8 +--
.../asyncFunctions/asyncFunctions1.js.semantic | 2 +-
.../asyncFunctions/asyncFunctions2.js.semantic | 4 +-
.../testfiles/parser/topLevelAwait.js.semantic | 2 +-
.../modules/javascript2/model/ModelVisitor.java | 11 ++-
.../data/testfiles/markoccurences/issueGH8299.js | 8 +++
.../testfiles/markoccurences/issueGH8299.js.model | 19 +++++
.../modules/javascript2/model/ModelTest.java | 4 ++
16 files changed, 105 insertions(+), 46 deletions(-)
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/markoccurences/issueGH8299.js.model
---------------------------------------------------------------------
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