Skip to content

@SuppressWarnings annotation is non-functional #404

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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