You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2018/07/04 00:25:33 UTC

[incubator-netbeans] branch 2ndDonation updated (bd4865d -> ae7d2f1)

This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a change to branch 2ndDonation
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from bd4865d  Merge pull request #618 from tmysik/integration_tmysik
     add cb1286d  #233298:  Goto Declaration doesn't navigate to the right declaration
     add 68d5966  NETBEANS-538 fix stackoverfloerror when open .js
     new ae7d2f1  Merge pull request #621 from rtaneja1/rtaneja/donation2_233298fix

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:
 .../unit/data/testfiles/coloring/issue233298.js    |  11 ++
 .../unit/data/testfiles/coloring/issue233298_1.js  |  33 +++++
 .../issue233237.js => coloring/issue233298_2.js}   |  19 ++-
 .../editor/navigation/GoToDeclarationTest.java     |  20 +++
 .../modules/javascript2/model/JsObjectImpl.java    |   9 +-
 .../modules/javascript2/model/api/ModelUtils.java  | 138 +++++++++++++++++++++
 6 files changed, 221 insertions(+), 9 deletions(-)
 create mode 100644 javascript2.editor/test/unit/data/testfiles/coloring/issue233298.js
 create mode 100644 javascript2.editor/test/unit/data/testfiles/coloring/issue233298_1.js
 copy javascript2.editor/test/unit/data/testfiles/{structure/issue233237.js => coloring/issue233298_2.js} (57%)


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

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


[incubator-netbeans] 01/01: Merge pull request #621 from rtaneja1/rtaneja/donation2_233298fix

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch 2ndDonation
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit ae7d2f149e5c80d24b88505d9c6d94e6958326db
Merge: bd4865d 68d5966
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Wed Jul 4 09:25:30 2018 +0900

    Merge pull request #621 from rtaneja1/rtaneja/donation2_233298fix
    
    donation2_merge: #233298: fix goto declaration navigation

 .../unit/data/testfiles/coloring/issue233298.js    |  11 ++
 .../unit/data/testfiles/coloring/issue233298_1.js  |  33 +++++
 .../unit/data/testfiles/coloring/issue233298_2.js  |  29 +++++
 .../editor/navigation/GoToDeclarationTest.java     |  20 +++
 .../modules/javascript2/model/JsObjectImpl.java    |   9 +-
 .../modules/javascript2/model/api/ModelUtils.java  | 138 +++++++++++++++++++++
 6 files changed, 236 insertions(+), 4 deletions(-)


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

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