You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/08/20 06:36:09 UTC

[incubator-netbeans] branch master updated (d830d76 -> 91d9451)

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

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


    from d830d76  Merge pull request #687 from junichi11/module-review-libs.javacup
     add 6fc23c8  [NETBEANS-938] When browsing JDK sources, need to use --patch-module to parse as-if the source is part of the appropriate modules.
     add f54c213  [NETBEANS-938] Supporting (-XD)-Xmodule via a secret FileManager option.
     new 91d9451  Merge pull request #599 from jlahoda/NETBEANS-938

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:
 .../netbeans/api/java/source/ClasspathInfo.java    |  1 +
 .../modules/java/source/parsing/JavacParser.java   |  9 ++-
 .../java/source/parsing/ModuleOraculum.java        |  5 +-
 .../source/parsing/PatchModuleFileManager.java     | 39 ++++++----
 .../java/source/parsing/ProxyFileManager.java      | 11 ++-
 .../java/source/parsing/ModuleOraculumTest.java    | 84 ++++++++++++----------
 6 files changed, 88 insertions(+), 61 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


[incubator-netbeans] 01/01: Merge pull request #599 from jlahoda/NETBEANS-938

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

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

commit 91d94516c76ab50e8b420f70633694c025ca516e
Merge: d830d76 f54c213
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Mon Aug 20 08:36:06 2018 +0200

    Merge pull request #599 from jlahoda/NETBEANS-938
    
    [NETBEANS-938] When browsing JDK sources, need to use --patch-module …

 .../netbeans/api/java/source/ClasspathInfo.java    |  1 +
 .../modules/java/source/parsing/JavacParser.java   |  9 ++-
 .../java/source/parsing/ModuleOraculum.java        |  5 +-
 .../source/parsing/PatchModuleFileManager.java     | 39 ++++++----
 .../java/source/parsing/ProxyFileManager.java      | 11 ++-
 .../java/source/parsing/ModuleOraculumTest.java    | 84 ++++++++++++----------
 6 files changed, 88 insertions(+), 61 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