[ 
https://issues.apache.org/jira/browse/NETBEANS-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-3923:
-------------------------------------
    Labels: pull-request-available  (was: )

> cleanup ThreadLocal rawtype warnings
> ------------------------------------
>
>                 Key: NETBEANS-3923
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3923
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to