Search:

Type: Posts; User: yacek

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,881

    Re: unchecked or unsafe operations ERROR

    Note: HW4c.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.

    so when I compile with -Xlint the program runs fine but there are like 10 warnings.
    ...
  2. Replies
    2
    Views
    1,881

    unchecked or unsafe operations ERROR

    This is the line of code generating the "unchecked or unsafe operations" error. There is an arrow that points to "new". How do I get rid of this error so I can compile my code?


    public static...
Results 1 to 2 of 2