octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53550] New -Xlint warnings during compilation


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53550] New -Xlint warnings during compilation of Java code
Date: Mon, 2 Apr 2018 21:22:09 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of bug #53550 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

The full set of warnings on my system is


Note: org/octave/OctaveReference.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: ./org/octave/Octave.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: ./org/octave/OctaveReference.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: org/octave/Octave.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: org/octave/ClassHelper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: org/octave/ClassHelper.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.


Any changes made to the source code to use newer Java language features should
correspond to the '-source' and '-target' options in the build system.

We currently build our Java classes to the Java 6 VM so that the bytecode is
backwards and forwards compatible, up to and including Java 11 with my latest
testing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53550>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]