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 2021/09/01 14:09:34 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #3142: Cleanup raw type warnings

BradWalker opened a new pull request #3142:
URL: https://github.com/apache/netbeans/pull/3142


   
   
   More work done on cleanup of raw type warnings.. Issues like this:
   
   [nb-javac] /home/bwalker/src/netbeans/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/common/ComponentBeanMultiple.java:242: warning: [rawtypes] found raw type: Map
   [nb-javac] Map map =new java.util.HashMap();
   [nb-javac] ^
   [nb-javac] missing type arguments for generic class Map<K,V>
   [nb-javac] where K,V are type-variables:
   [nb-javac] K extends Object declared in interface Map
   [nb-javac] V extends Object declared in interface Map
   
   All work is done internal to methods and non-public interfaces..
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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


[GitHub] [netbeans] BradWalker closed pull request #3142: Cleanup raw type warnings

Posted by GitBox <gi...@apache.org>.
BradWalker closed pull request #3142:
URL: https://github.com/apache/netbeans/pull/3142


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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