rars icon indicating copy to clipboard operation
rars copied to clipboard

Warning while building from sources

Open AndersonTorres opened this issue 3 years ago • 0 comments

Here is a log:

src/rars/venus/NumberDisplayBaseChooser.java:224: warning: [removal] Integer(int) in Integer has been deprecated and marked for removal
            return new Integer(value).toString();
                   ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning

AndersonTorres avatar Feb 15 '22 12:02 AndersonTorres