mbien commented on issue #8928: URL: https://github.com/apache/netbeans/issues/8928#issuecomment-3413441445
thanks for reporting. We might be able to fix this for NB 28 since it looks like as if there is only the `RECORD` label missing at: https://github.com/apache/netbeans/blob/d0afe36677463aa6d5690cd73e9d6bb0d88ec506/java/java.editor.base/src/org/netbeans/modules/java/editor/base/semantic/UnusedDetector.java#L341 If I understand this correctly, all package private, top-level types are always be tracked as `used` (except record which is missing). -- 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
