Skip to content

reduce warning msgs - raw type Iterator #3600

@BradWalker

Description

@BradWalker

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Code cleanupLabel for cleanup done on the Netbeans IDEkind:bugBug report or fix

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions