langtools/test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.out
author jjg
Thu, 05 Jan 2017 15:39:57 -0800
changeset 43036 265376df8b48
parent 21025 9d4e765fe447
permissions -rw-r--r--
8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms Reviewed-by: vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43036
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     1
PotentiallyAmbiguousWarningTest.java:15:14: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.I1, foo(java.util.function.IntConsumer), PotentiallyAmbiguousWarningTest.I1
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     2
PotentiallyAmbiguousWarningTest.java:21:14: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.C1, foo(java.util.function.IntConsumer), PotentiallyAmbiguousWarningTest.C1
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     3
PotentiallyAmbiguousWarningTest.java:31:14: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.IntConsumer), PotentiallyAmbiguousWarningTest.J1, foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.I2
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     4
PotentiallyAmbiguousWarningTest.java:48:14: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.IntConsumer), PotentiallyAmbiguousWarningTest.D1, foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.C2
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     5
PotentiallyAmbiguousWarningTest.java:54:21: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.IntConsumer), PotentiallyAmbiguousWarningTest.C3, foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.C3
265376df8b48 8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
jjg
parents: 21025
diff changeset
     6
PotentiallyAmbiguousWarningTest.java:71:14: compiler.warn.potentially.ambiguous.overload: foo(java.util.function.Consumer<java.lang.Integer>), PotentiallyAmbiguousWarningTest.J2, foo(T), PotentiallyAmbiguousWarningTest.I5
21025
9d4e765fe447 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero
parents:
diff changeset
     7
- compiler.err.warnings.and.werror
9d4e765fe447 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero
parents:
diff changeset
     8
1 error
9d4e765fe447 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
vromero
parents:
diff changeset
     9
6 warnings