Skip to content

@SuppressWarnings annotation is non-functional #404

Open
@PurpleRabbit75

Description

@PurpleRabbit75

public class Board{
@SuppressWarnings("all")
public ArrayList<ArrayList<Tile>> self;}

outputs

Note: /Board.java uses unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.[JAVALAB] Compilation successful.

Is there any way to suppress the "unchecked or unsafe operations" warning?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions