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/05/15 16:55:54 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2956: cleanup more of the raw type iterator warnings..

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


   
   I've been away for a little while due to life happening.. But, the Netbeans Rust Remover is back.. 8-)
   
   This issue cleans up more of the raw type iterator warnings..
   
      [repeat] /home/bwalker/src/netbeans/enterprise/web.freeform/src/org/netbeans/modules/web/freeform/ui/NewWebFreeformProjectWizardIterator.java:111: warning: [rawtypes] found raw type: Iterator
      [repeat]                         Iterator iter = webModules.iterator();
      [repeat]                         ^
      [repeat]   missing type arguments for generic class Iterator<E>
      [repeat]   where E is a type-variable:
      [repeat]     E extends Object declared in interface Iterator
   
   


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



---------------------------------------------------------------------
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 commented on pull request #2956: cleanup more of the raw type iterator warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker commented on pull request #2956:
URL: https://github.com/apache/netbeans/pull/2956#issuecomment-841692566


   Defective pull request..


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



---------------------------------------------------------------------
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 #2956: cleanup more of the raw type iterator warnings..

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


   


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



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