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 51ef8c6ebd Merge pull request #5993 from matthiasblaesing/github-5990
     new 6d8f186f45 [JS] Create special JSElement.Kind for arrow functions
     new 6a8144175b [JS] Improve resolving this in ClassElements and in arrow 
functions
     new 5ebcd009cc Merge pull request #5995 from 
matthiasblaesing/javascript_this_scoping

The 8649 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/html.angular/nbproject/project.xml       |  2 +-
 .../angular/editor/AngularJsCodeCompletion.java    |  5 +++-
 .../html/angular/model/AngularWhenInterceptor.java |  3 ++-
 .../modules/html/angular/model/ModelUtils.java     | 11 +++++---
 webcommon/javascript2.editor/nbproject/project.xml |  2 +-
 .../javascript2/editor/JsCompletionItem.java       |  1 +
 .../javascript2/editor/JsSemanticAnalyzer.java     |  1 +
 .../editor/doc/JsDocumentationCompleter.java       |  7 +++--
 .../javascript2/editor/index/JsIndexer.java        |  2 +-
 .../test/unit/data/testfiles/hints/issueGH5740.js  | 23 ++++++++++++++++
 .../hints/issueGH5740.js.testIssueGH5740.hints     |  0
 .../indexer/SelfreferencingFunction.js.indexed     |  2 +-
 .../data/testfiles/markoccurences/issueGH4376.js   | 29 ++++++++++++++++++++
 .../markoccurences/issueGH4376.js.structure        |  3 +++
 .../issueGH4376.js.testIssueGH4376_01.occurrences  |  3 +++
 .../issueGH4376.js.testIssueGH4376_02.occurrences  |  3 +++
 .../editor/hint/JsGlobalIsNotDeclaredTest.java     | 31 ++++++++++++----------
 .../editor/navigation/MarkOccurrenceTest.java      | 12 +++++++++
 .../javascript2.knockout/nbproject/project.xml     |  2 +-
 .../javascript2/knockout/model/ModelUtils.java     | 11 +++++---
 webcommon/javascript2.model/manifest.mf            |  2 +-
 .../modules/javascript2/model/JsElementImpl.java   |  2 ++
 .../modules/javascript2/model/JsFunctionImpl.java  |  3 ---
 .../modules/javascript2/model/ModelVisitor.java    | 26 +++++++++++++-----
 .../javascript2/model/api/IndexedElement.java      |  3 +++
 .../modules/javascript2/model/api/JsElement.java   |  6 +++--
 .../modules/javascript2/model/api/ModelUtils.java  |  3 ++-
 27 files changed, 155 insertions(+), 43 deletions(-)
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/hints/issueGH5740.js
 copy 
contrib/groovy.grailsproject/test/unit/data/projects/completion/stacktrace.log 
=> 
webcommon/javascript2.editor/test/unit/data/testfiles/hints/issueGH5740.js.testIssueGH5740.hints
 (100%)
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/markoccurences/issueGH4376.js
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/markoccurences/issueGH4376.js.structure
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/markoccurences/issueGH4376.js.testIssueGH4376_01.occurrences
 create mode 100644 
webcommon/javascript2.editor/test/unit/data/testfiles/markoccurences/issueGH4376.js.testIssueGH4376_02.occurrences


---------------------------------------------------------------------
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

Reply via email to