lbownik commented on code in PR #5317:
URL: https://github.com/apache/netbeans/pull/5317#discussion_r1081221565


##########
harness/o.n.insane/src/org/netbeans/insane/scanner/ScannerUtils.java:
##########
@@ -210,19 +213,14 @@ public static Set<Object> interestingRoots() {
      * @param v a Visitor to be notified on all found objects and references.
      * @param roots a Collection of objects to be evaluated.
      */
-    public static void scanExclusivelyInAWT(final Filter f, final Visitor v, 
final Set roots) throws Exception {
+    public static void scanExclusivelyInAWT(final Filter f, final Visitor v, 
final Set<?> roots) throws Exception {

Review Comment:
   the package is not listed in <public-packages>
   also grepping for ScannerUtils.scanExclusivelyInAWT shows no results.
   this function seems unused - maybe should be deleted?



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