langtools/test/tools/javac/plugin/showtype/Identifiers.out
author jjg
Mon, 19 Nov 2012 11:38:49 -0800
changeset 14548 aa687b312c97
permissions -rw-r--r--
8001098: Provide a simple light-weight "plug-in" mechanism for javac Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14548
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     1
Identifiers.java:3: Note: type is ()void
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     2
public class Identifiers {
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     3
       ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     4
Identifiers.java:4: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     5
    public double E = Math.E;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     6
                          ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     7
Identifiers.java:4: Note: type is java.lang.Math
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     8
    public double E = Math.E;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
     9
                      ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    10
Identifiers.java:5: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    11
    public double PI = Math.PI;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    12
                           ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    13
Identifiers.java:5: Note: type is java.lang.Math
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    14
    public double PI = Math.PI;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    15
                       ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    16
Identifiers.java:6: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    17
    public double PIE = PI + E;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    18
                        ^
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    19
Identifiers.java:6: Note: type is double
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    20
    public double PIE = PI + E;
aa687b312c97 8001098: Provide a simple light-weight "plug-in" mechanism for javac
jjg
parents:
diff changeset
    21
                             ^