Brad Walker created NETBEANS-3923:
-------------------------------------
Summary: cleanup ThreadLocal rawtype warnings
Key: NETBEANS-3923
URL: https://issues.apache.org/jira/browse/NETBEANS-3923
Project: NetBeans
Issue Type: Improvement
Reporter: Brad Walker
This removes all the ThreadLocal rawtype warnings..
{code:java}
[repeat]
/home/bwalker/src/netbeans/platform/masterfs/src/org/netbeans/modules/masterfs/ProvidedExtensionsProxy.java:44:
warning: [rawtypes] found ra
w type: ThreadLocal
[repeat] private static ThreadLocal reentrantCheck = new ThreadLocal();
[repeat] ^
[repeat] missing type arguments for generic class ThreadLocal<T>
[repeat] where T is a type-variable:
[repeat] T extends Object declared in class ThreadLocal
{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