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 2dcd67ce60 Merge pull request #5801 from
junichi11/php-gh-5330-fix-imports
new 1d7d7a42a7 JS: Remove bogus assertion in
Parser#verifyDestructuringBindingPattern
new a455336bc9 JS: Prevent creation of cyclic model when parsing JS class
like structure
new be98db81e0 Merge pull request #5786 from
matthiasblaesing/js_improvements4
The 8441 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:
.../structure/objectNameMatchingNestedFunction.js | 23 ++++++++++++++++++++++
.../objectNameMatchingNestedFunction.js.structure | 2 ++
.../javascript2/editor/JsStructureScannerTest.java | 3 +++
.../modules/javascript2/model/JsObjectImpl.java | 11 ++++++++++-
.../modules/javascript2/model/ModelVisitor.java | 9 ++++++++-
.../model/objectNameMatchingNestedFunction.js | 23 ++++++++++++++++++++++
.../objectNameMatchingNestedFunction.js.model | 16 +++++++++++++++
.../modules/javascript2/model/ModelTest.java | 4 ++++
.../src/com/oracle/js/parser/Parser.java | 1 -
.../unit/src/com/oracle/js/parser/ParserTest.java | 9 +++++++++
10 files changed, 98 insertions(+), 3 deletions(-)
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/structure/objectNameMatchingNestedFunction.js
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/structure/objectNameMatchingNestedFunction.js.structure
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/model/objectNameMatchingNestedFunction.js
create mode 100644
webcommon/javascript2.model/test/unit/data/testfiles/model/objectNameMatchingNestedFunction.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