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/06/03 11:32:28 UTC

[GitHub] jlahoda commented on issue #572: java.source.base: Fix for Java 11, update args, swap import

jlahoda commented on issue #572: java.source.base: Fix for Java 11, update args, swap import
URL: https://github.com/apache/incubator-netbeans/pull/572#issuecomment-394155823
 
 
   Please note the Unsafe part is only important when running on JDK 8. My plan was to use the reflection if we got to a place where we would use JDK 9+ to compile with "--release 8".
   
   The NamedImportScope may need some reflection handling, unless we drop both 9 and 10 :-(. Ideally, we would rewrite the method to not use the internal class, but not sure if we can do it in near future.

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