jlahoda opened a new pull request #340: [NETBEANS-227] Preventing NPE during indexing: the parsed fileobject ? URL: https://github.com/apache/incubator-netbeans/pull/340 ?was wrapped and then not found in the tuple map. This fixes a NPE from VanillaCompileWorker, caused by javac wrapping the provided JavaFileObject, as it is not @Trusted (and the wrapped JavaFileObject then cannot be found among the original input file objects). Unfortunately, not easy to test, so just making the class trusted.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
