Brad Walker created NETBEANS-3240:
-------------------------------------
Summary: more cleanup of raw type warnings..
Key: NETBEANS-3240
URL: https://issues.apache.org/jira/browse/NETBEANS-3240
Project: NetBeans
Issue Type: Improvement
Reporter: Brad Walker
clean up a bunch of found raw type warnings..
things like this:
{code:java}
[repeat]
/home/bwalker/src/netbeans/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/BreakpointCustomizeAction.java:124:
warning: [rawtypes] found raw type: Class
[repeat] Class biClass;
[repeat] ^
[repeat] missing type arguments for generic class Class<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class Class
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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