BradWalker opened a new issue #3600:
URL: https://github.com/apache/netbeans/issues/3600
### Apache NetBeans version
Latest daily build
### What happened
Cleanup warnings related to raw type Iterator..
` [repeat]
/home/bwalker/src/netbeans/ide/jellytools.ide/src/org/netbeans/jellytools/EditorOperator.java:687:
warning: [rawtypes] found raw type: Iterator
[repeat] Iterator annotations = (Iterator)
getAnnotationsMethod.invoke(lineAnnotations, (Object[]) null);
[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
`
### How to reproduce
Build the source from the CLI..
### Did this work correctly in an earlier version?
- [ ] This used to work!
### Operating System
All
### JDK
JDK 1.8
### Apache NetBeans packaging
Own source build
### Anything else
_No response_
### Are you willing to submit a pull request?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow the Apache Software Foundation's [Code of
Conduct](https://www.apache.org/foundation/policies/conduct.html)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists