Skip to content

Not compiling on Linux, with Fix #2449

Description

@monkstone

Was

final List<Mode> possibleModes = new ArrayList<>(); // line 998 Base.java

Fix

final List<Mode> possibleModes = new ArrayList<Mode>();

This doesn't make sense to me as JDK-7 diamond form is preferred?

Also affects Windows (as reported by someone else on the forum).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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