langtools/test/tools/javac/T6227617.out
author jlahoda
Tue, 16 Aug 2016 16:43:00 +0200
changeset 40504 0a01f6710c84
parent 10 06bc494ca11e
permissions -rw-r--r--
8078561: Error message should be generated once when -source 6 is specified Summary: Code to avoid duplicated errors about features not supported in the current source level moved to Log Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
T6227617.java:14:18: compiler.warn.redundant.cast: int
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
T6227617.java:19:20: compiler.warn.redundant.cast: java.lang.String
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
T6227617.java:23:22: compiler.warn.redundant.cast: java.lang.Integer
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
T6227617.java:33:27: compiler.warn.redundant.cast: int
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
T6227617.java:36:29: compiler.warn.redundant.cast: java.lang.String
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
5 warnings