Skip to content

[NETBEANS-2621] cleanup generic class iterator#1277

Closed
BradWalker wants to merge 3 commits intoapache:masterfrom
BradWalker:cleanup_generic_iterator
Closed

[NETBEANS-2621] cleanup generic class iterator#1277
BradWalker wants to merge 3 commits intoapache:masterfrom
BradWalker:cleanup_generic_iterator

Conversation

@BradWalker
Copy link
Copy Markdown
Member

reduce the # of instances of the following error..

[repeat] /home/bwalker/netbeans-11.0/platform/core.startup/src/org/
netbeans/core/startup/AutomaticDependencies.java:372: warning: [rawtypes] found raw type: Iterator
[repeat] Iterator it = exclusions.iterator();
[repeat] ^
[repeat] missing type arguments for generic class Iterator
[repeat] where E is a type-variable:
[repeat] E extends Object declared in interface Iterator

reduce the # of instances of the following error..

   [repeat] /home/bwalker/netbeans-11.0/platform/core.startup/src/org/
     netbeans/core/startup/AutomaticDependencies.java:372: warning: [rawtypes] found raw type: Iterator
   [repeat]             Iterator it = exclusions.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
@matthiasblaesing
Copy link
Copy Markdown
Contributor

Merged via fb01691 - thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants