src/share/classes/com/sun/tools/javac/util/Log.java

changeset 504
6eca0895a644
parent 464
d02e99d31cc0
child 554
9d9f26857129
     1.1 --- a/src/share/classes/com/sun/tools/javac/util/Log.java	Mon Feb 22 21:37:13 2010 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/util/Log.java	Tue Feb 23 18:43:02 2010 -0800
     1.3 @@ -192,6 +192,12 @@
     1.4       */
     1.5      public int nwarnings = 0;
     1.6  
     1.7 +    /**
     1.8 +     * Whether or not an unrecoverable error has been seen.
     1.9 +     * Unrecoverable errors prevent subsequent annotation processing.
    1.10 +     */
    1.11 +    public boolean unrecoverableError;
    1.12 +
    1.13      /** A set of all errors generated so far. This is used to avoid printing an
    1.14       *  error message more than once. For each error, a pair consisting of the
    1.15       *  source file name and source code position of the error is added to the set.

mercurial