Skip to content

SortedProperties uses raw types #392

Description

@elharo

In src/main/java/org/apache/maven/plugins/help/AbstractEffectiveMojo.java:147-148:

List list = new ArrayList(keynames);
Collections.sort(list);

The @SuppressWarnings({"rawtypes", "unchecked"}) annotation masks the issue rather than using List.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions