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?
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?
Code of Conduct
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 IteratorHow to reproduce
Build the source from the CLI..
Did this work correctly in an earlier version?
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?
Code of Conduct