You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/26 21:47:00 UTC

[jira] [Updated] (NETBEANS-3923) cleanup ThreadLocal rawtype warnings

     [ 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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