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 75d723505c Merge pull request #5877 from matthiasblaesing/jpda_edt
     new 962ec7fb8b Retain information whether function was generated
     new a9ae09b5e3 Fix handling of class constructor in classes in anonymous 
functions
     new 9338afd3e3 Merge pull request #5951 from 
matthiasblaesing/javascript_constructor

The 8669 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:
 webcommon/javascript2.model/nbproject/project.xml  |  2 +-
 .../modules/javascript2/model/ModelVisitor.java    | 18 ++++++--
 .../unit/data/testfiles/model/classConstructor.js  | 44 +++++++++++++++++++
 .../data/testfiles/model/classConstructor.js.model | 51 ++++++++++++++++++++++
 .../modules/javascript2/model/ModelTest.java       |  4 ++
 webcommon/libs.nashorn/manifest.mf                 |  2 +-
 .../src/com/oracle/js/parser/Parser.java           |  1 +
 .../src/com/oracle/js/parser/ir/FunctionNode.java  |  7 +++
 .../src/com/oracle/js/parser/DumpingVisitor.java   |  4 +-
 .../unit/src/com/oracle/js/parser/ParserTest.java  | 34 +++++++++++++++
 10 files changed, 161 insertions(+), 6 deletions(-)
 create mode 100644 
webcommon/javascript2.model/test/unit/data/testfiles/model/classConstructor.js
 create mode 100644 
webcommon/javascript2.model/test/unit/data/testfiles/model/classConstructor.js.model


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

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

Reply via email to