This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from e1b594034b Merge pull request #5758 from
junichi11/php-gh-4609-psr12-between-use-types
new cf60cac198 JS: Ensure private fields are reported for classes
new babd4e752b JS: Fix private/static modifiers from structure scanner
new d371705b68 Merge pull request #5677 from
matthiasblaesing/js_improvements1
The 8382 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:
.../javascript2/editor/JsStructureScanner.java | 2 +-
.../asyncFunctions/asyncFunctions3.js.ast.xml | 1 +
.../unit/data/testfiles/structure/issueGH4371.js | 42 ++++++++++++++++++++++
.../testfiles/structure/issueGH4371.js.structure | 13 +++++++
.../javascript2/editor/JsStructureScannerTest.java | 4 +++
.../modules/javascript2/model/ModelVisitor.java | 3 ++
webcommon/libs.nashorn/external/binaries-list | 2 +-
...-license.txt => graaljs-parser-1.2-license.txt} | 2 +-
.../libs.nashorn/nbproject/project.properties | 2 +-
webcommon/libs.nashorn/nbproject/project.xml | 4 +--
10 files changed, 69 insertions(+), 6 deletions(-)
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/structure/issueGH4371.js
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/structure/issueGH4371.js.structure
rename webcommon/libs.nashorn/external/{graaljs-parser-1.1-license.txt =>
graaljs-parser-1.2-license.txt} (99%)
---------------------------------------------------------------------
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