You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/05/05 05:55:56 UTC

[GitHub] jlahoda commented on a change in pull request #534: [NETBEANS-721] Jigsaw module system must be initialized in javac befo…

jlahoda commented on a change in pull request #534: [NETBEANS-721] Jigsaw module system must be initialized in javac befo…
URL: https://github.com/apache/incubator-netbeans/pull/534#discussion_r186253626
 
 

 ##########
 File path: refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/JavaWhereUsedQueryPlugin.java
 ##########
 @@ -104,7 +104,7 @@ public Problem preCheck() {
 
     @Override
     protected Problem preCheck(CompilationController javac) throws IOException {
-        javac.toPhase(JavaSource.Phase.PARSED);
+        javac.toPhase(JavaSource.Phase.ELEMENTS_RESOLVED);
 
 Review comment:
   This is the change that fixes the problem - the rest is only test and support for tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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