test/tools/javac/Diagnostics/6769027/tester.properties

Thu, 02 Aug 2012 18:22:41 +0100

author
mcimadamore
date
Thu, 02 Aug 2012 18:22:41 +0100
changeset 1296
cddc2c894cc6
parent 400
35e29f51a7c3
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7175911: Simplify error reporting API in Check.CheckContext interface
Summary: Make error messages generated during Check.checkType more uniform and more scalable
Reviewed-by: jjg, dlsmith

     1 compiler.err.single=\
     2     This is a test error message {0}
     4 compiler.err.double=\
     5     This is a test error message.\n\
     6         This is another line of the above error message {0}
     8 compiler.misc.single=\
     9     This is a test subdiagnostic {0}
    11 compiler.misc.double=\
    12     This is a test subdiagnostic.\n\
    13         This is another line of the above subdiagnostic {0}

mercurial