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

Thu, 19 Dec 2013 11:38:45 -0500

author
emc
date
Thu, 19 Dec 2013 11:38:45 -0500
changeset 2414
17ce329d7bd0
parent 0
959103a6100f
permissions
-rw-r--r--

8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
Summary: Fix NoStringToLower test to only enforce ban on String.toLowerCase on langtools classes
Reviewed-by: vromero, jfranck
Contributed-by: paul.govereau@oracle.com

     1 Identifiers.java:5: Note: type is double
     2     public double PI = Math.PI;
     3                            ^
     4 Identifiers.java:6: Note: type is double
     5     public double PIE = PI + E;
     6                         ^

mercurial