BradWalker opened a new pull request #2556: URL: https://github.com/apache/netbeans/pull/2556
I am trying to cleanup a bunch of the Set raw type warnings.. They look like this.. [repeat] /home/bwalker/src/netbeans/cpplite/cpplite.debugger/src/org/netbeans/modules/cpplite/debugger/breakpoints/CPPLiteBreakpointActionProvider.java:50: warning: [rawtypes] found raw type: Set [repeat] private static final Set actions = Collections.singleton ( [repeat] ^ [repeat] missing type arguments for generic class Set<E> [repeat] where E is a type-variable: [repeat] E extends Object declared in interface Set This change reduces the warnings dramatically. The ones remaining are in public interfaces and it's beyond the scope for me to tackle that.. Hopefully, in the future. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists