author | jjg |
Fri, 29 Jan 2010 16:06:51 -0800 | |
changeset 4870 | a132763160d7 |
parent 3765 | 9548183897cb |
child 5327 | cdc146f667c7 |
permissions | -rw-r--r-- |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
1 |
Neg04.java:18:13: compiler.err.not.within.bounds: java.lang.String |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
2 |
Neg04.java:18:33: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<java.lang.String>) |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
3 |
Neg04.java:19:13: compiler.err.not.within.bounds: ? extends java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
4 |
Neg04.java:19:43: compiler.err.cant.apply.diamond: V, (compiler.misc.no.unique.maximal.instance.exists: V, java.lang.String,java.lang.Number) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
5 |
Neg04.java:20:21: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , java.lang.String, kindname.class, Foo<java.lang.Number> |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
6 |
Neg04.java:21:13: compiler.err.not.within.bounds: ? super java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
7 |
Neg04.java:21:41: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<? super java.lang.String>) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
8 |
Neg04.java:23:13: compiler.err.not.within.bounds: java.lang.String |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
9 |
Neg04.java:23:33: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<java.lang.String>) |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
10 |
Neg04.java:24:13: compiler.err.not.within.bounds: ? extends java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
11 |
Neg04.java:24:43: compiler.err.cant.apply.diamond: V, (compiler.misc.no.unique.maximal.instance.exists: V, java.lang.String,java.lang.Number) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
12 |
Neg04.java:25:21: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , java.lang.String, kindname.class, Foo<java.lang.Number> |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
13 |
Neg04.java:25:34: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , , kindname.class, Foo<java.lang.Number> |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
14 |
Neg04.java:26:13: compiler.err.not.within.bounds: ? super java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
15 |
Neg04.java:26:41: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<? super java.lang.String>) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
16 |
Neg04.java:28:13: compiler.err.not.within.bounds: java.lang.String |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
17 |
Neg04.java:28:33: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<java.lang.String>) |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
18 |
Neg04.java:29:13: compiler.err.not.within.bounds: ? extends java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
19 |
Neg04.java:29:44: compiler.err.cant.apply.diamond: V, (compiler.misc.no.unique.maximal.instance.exists: V, java.lang.String,java.lang.Number) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
20 |
Neg04.java:30:22: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , java.lang.String,java.lang.String, kindname.class, Foo<java.lang.Number> |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
21 |
Neg04.java:31:13: compiler.err.not.within.bounds: ? super java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
22 |
Neg04.java:31:42: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<? super java.lang.String>) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
23 |
Neg04.java:33:13: compiler.err.not.within.bounds: java.lang.String |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
24 |
Neg04.java:33:34: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<java.lang.String>) |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
25 |
Neg04.java:34:13: compiler.err.not.within.bounds: ? extends java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
26 |
Neg04.java:34:44: compiler.err.cant.apply.diamond: V, (compiler.misc.no.unique.maximal.instance.exists: V, java.lang.String,java.lang.Number) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
27 |
Neg04.java:35:22: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , java.lang.String,java.lang.String, kindname.class, Foo<java.lang.Number> |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
28 |
Neg04.java:35:39: compiler.err.cant.resolve.location.args: kindname.constructor, Foo, , , kindname.class, Foo<java.lang.Number> |
4870
a132763160d7
6919889: assorted position errors in compiler syntax trees
jjg
parents:
3765
diff
changeset
|
29 |
Neg04.java:36:13: compiler.err.not.within.bounds: ? super java.lang.String |
3765
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
30 |
Neg04.java:36:42: compiler.err.cant.apply.diamond: V, (compiler.misc.no.conforming.instance.exists: V, Foo<V>, Foo<? super java.lang.String>) |
9548183897cb
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore
parents:
diff
changeset
|
31 |
30 errors |