matthiasblaesing opened a new pull request, #7160:
URL: https://github.com/apache/netbeans/pull/7160

   The fallback code in ClassPathProviderImpl#getJsStubs should only ever be 
called in unittests, but also seems to be sometimes called in production. In 
that case the URL reported by
   Class#getProtectionDomain#getCodeSource#getLocation is a JAR-URL. That URL 
can't be directly mapped to a local file. The file URL has to be extracted 
first.
   
   Closes: #7157


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to