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/11/07 21:49:45 UTC

[GitHub] jlahoda opened a new pull request #1014: [NETBEANS-1352][NETBEANS-586] Filter out non-Java files before passin…

jlahoda opened a new pull request #1014: [NETBEANS-1352][NETBEANS-586] Filter out non-Java files before passin…
URL: https://github.com/apache/incubator-netbeans/pull/1014
 
 
   …g them to javac.
   
   Unclear to me if the behavior is really sound (if a JavaSource is created for a classfile, the CompilationInfo/"parse" result should exactly match the provided classfiles, while it may in reality represent the content of like-named classfile on the classpath), but I hope/think that after this fix, the behavior is the same as for NB 8.2. Test for this is ClassParserTest in java.source.base.

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