You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/10/15 20:58:35 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #1572: [NETBEANS-3240] - more cleanup of raw type warnings..

BradWalker opened a new pull request #1572: [NETBEANS-3240] - more cleanup of raw type warnings..
URL: https://github.com/apache/netbeans/pull/1572
 
 
   Clean up a bunch of raw type warnings..
   
   Things like this:
   
   ```
      [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
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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