Skip to content

Type safety: The expression of type ArrayList[] needs unchecked conversion to conform to List<TreeNode>[] #2

@hbschlang

Description

@hbschlang

I got this warning in VSCode:

Type safety: The expression of type ArrayList[] needs unchecked conversion to conform to List[]

in EnumDAGTrees.java:

List[] subProblems = new ArrayList[n + 1];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions