test/tools/apt/Basics/goldenAggregate.txt

Thu, 04 Nov 2010 12:57:48 +0000

author
mcimadamore
date
Thu, 04 Nov 2010 12:57:48 +0000
changeset 735
f2048d9c666e
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6993963: Project Coin: Use precise exception analysis for effectively final catch parameters
Summary: More precise rethrow analysis should be extended to effectively-final exception parameters. Multicatch parameters should be made implicitly final.
Reviewed-by: jjg, darcy

     2 public class Aggregate {
     4   private Aggregate();
     6   private static double hypot(double arg0,
     7     double arg1);
     9   public static void main(java.lang.String[] arg0);
    11   public boolean equals(Aggregate arg0);
    13   public int hashcode();
    14 }

mercurial