mbien commented on code in PR #8931:
URL: https://github.com/apache/netbeans/pull/8931#discussion_r2631538008
##########
java/java.source.base/src/org/netbeans/modules/java/source/indexing/APTUtils.java:
##########
@@ -734,7 +731,17 @@ private static boolean hasSourceCache(@NonNull final URL
root) {
//keep synchronized with libs.javacapi/manifest.mf and
libs.javacimpl/manifest.mf
//when adding new packages, double-check the quick path in loadClass below:
Review Comment:
I think you are right, tracked the file through history and
`OpenIDE-Module-Hide-Classpath-Packages` was modified together with that list.
https://github.com/emilianbold/netbeans-releases/commit/33f67f289afd16cf3899a811cc4d43f90f9f8a9a
this change is also interesting, although the
`LambdaMetaFactory.translateClassFile` line was commented out again in the
`CachingArchiveClassLoader`
https://github.com/emilianbold/netbeans-releases/commit/2bf2f0d8a434d288ee1699d2953f59444c105289
--
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