test/tools/javac/generics/typevars/6680106/T6680106.out

Fri, 13 Feb 2009 11:57:33 +0000

author
mcimadamore
date
Fri, 13 Feb 2009 11:57:33 +0000
changeset 221
6ada6122dd4f
parent 159
5e54a59bcee7
child 384
ed31953ca025
permissions
-rw-r--r--

6769027: Source line should be displayed immediately after the first diagnostic line
Summary: Added support for customizing diagnostic output via API/command line flags
Reviewed-by: jjg

mcimadamore@221 1 T6680106.java:34:25: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@221 2 T6680106.java:35:25: compiler.err.type.found.req: S[], (compiler.misc.type.req.class)
mcimadamore@221 3 T6680106.java:35:40: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@221 4 T6680106.java:36:25: compiler.err.type.found.req: S[], (compiler.misc.type.req.class)
mcimadamore@221 5 T6680106.java:36:40: compiler.err.type.found.req: U[], (compiler.misc.type.req.class)
mcimadamore@221 6 T6680106.java:36:55: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@221 7 T6680106.java:37:30: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@221 8 T6680106.java:38:30: compiler.err.type.found.req: S[], (compiler.misc.type.req.class)
mcimadamore@221 9 T6680106.java:38:50: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@221 10 T6680106.java:39:30: compiler.err.type.found.req: S[], (compiler.misc.type.req.class)
mcimadamore@221 11 T6680106.java:39:50: compiler.err.type.found.req: U[], (compiler.misc.type.req.class)
mcimadamore@221 12 T6680106.java:39:70: compiler.err.type.found.req: T[], (compiler.misc.type.req.class)
mcimadamore@159 13 12 errors

mercurial