test/tools/javac/plugin/showtype/Identifiers.out

Mon, 16 Sep 2013 14:13:44 +0200

author
jlahoda
date
Mon, 16 Sep 2013 14:13:44 +0200
changeset 2028
4ce8148ffc4f
parent 0
959103a6100f
permissions
-rw-r--r--

8021112: Spurious unchecked warning reported by javac
6480588: No way to suppress deprecation warnings when implementing deprecated interface
Summary: Fixing DeferredLintHandler configuration, so lint warnings are reported with correct @SuppressWarnings settings
Reviewed-by: jjg, vromero

     1 Identifiers.java:3: Note: type is ()void
     2 public class Identifiers {
     3        ^
     4 Identifiers.java:4: Note: type is double
     5     public double E = Math.E;
     6                           ^
     7 Identifiers.java:4: Note: type is java.lang.Math
     8     public double E = Math.E;
     9                       ^
    10 Identifiers.java:5: Note: type is double
    11     public double PI = Math.PI;
    12                            ^
    13 Identifiers.java:5: Note: type is java.lang.Math
    14     public double PI = Math.PI;
    15                        ^
    16 Identifiers.java:6: Note: type is double
    17     public double PIE = PI + E;
    18                         ^
    19 Identifiers.java:6: Note: type is double
    20     public double PIE = PI + E;
    21                              ^

mercurial