JDK 9 RFR of 8039022: Fix serial lint warnings in sun.tools.java (original) (raw)

Joe Darcy joe.darcy at oracle.com
Tue Apr 1 23:20:43 UTC 2014


Hello,

The plague of serial warnings in the jdk repo is nearly eradicated. Please review the fix below if address to a few of the holdouts.

Thanks,

-Joe

diff -r b6997dd0667e src/share/classes/sun/tools/java/AmbiguousClass.java --- a/src/share/classes/sun/tools/java/AmbiguousClass.java Tue Apr 01 09:12:51 2014 -0700 +++ b/src/share/classes/sun/tools/java/AmbiguousClass.java Tue Apr 01 16:19:44 2014 -0700 @@ -1,5 +1,5 @@ /*

+ at SuppressWarnings("serial") // JDK implementation class public class SyntaxError extends Exception { }



More information about the core-libs-dev mailing list