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

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

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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: 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