langtools/test/tools/javac/generics/diamond/neg/Neg03.out
author mcimadamore
Mon, 24 Jan 2011 15:44:51 +0000
changeset 8045 df2ca0edfbaa
parent 5327 cdc146f667c7
child 8635 383a416a2bdf
permissions -rw-r--r--
6968793: issues with diagnostics Summary: several diagnostic improvements Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
     1
Neg03.java:19:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
     2
Neg03.java:19:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
     3
Neg03.java:20:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
     4
Neg03.java:20:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
     5
Neg03.java:21:21: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
     6
Neg03.java:22:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
     7
Neg03.java:22:34: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
     8
Neg03.java:24:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
     9
Neg03.java:24:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    10
Neg03.java:25:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    11
Neg03.java:25:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    12
Neg03.java:26:21: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    13
Neg03.java:27:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    14
Neg03.java:27:34: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    15
Neg03.java:29:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    16
Neg03.java:29:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    17
Neg03.java:30:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    18
Neg03.java:30:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    19
Neg03.java:31:22: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    20
Neg03.java:32:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    21
Neg03.java:32:35: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    22
Neg03.java:34:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    23
Neg03.java:34:27: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    24
Neg03.java:35:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    25
Neg03.java:35:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    26
Neg03.java:36:22: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    27
Neg03.java:37:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    28
Neg03.java:37:35: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    29
Neg03.java:41:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    30
Neg03.java:41:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    31
Neg03.java:42:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    32
Neg03.java:42:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    33
Neg03.java:43:21: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    34
Neg03.java:44:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    35
Neg03.java:44:34: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    36
Neg03.java:46:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    37
Neg03.java:46:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    38
Neg03.java:47:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    39
Neg03.java:47:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    40
Neg03.java:48:21: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    41
Neg03.java:49:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    42
Neg03.java:49:34: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    43
Neg03.java:51:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    44
Neg03.java:51:26: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    45
Neg03.java:52:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    46
Neg03.java:52:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    47
Neg03.java:53:22: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    48
Neg03.java:54:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    49
Neg03.java:54:35: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    50
Neg03.java:56:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    51
Neg03.java:56:27: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    52
Neg03.java:57:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    53
Neg03.java:57:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    54
Neg03.java:58:22: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    55
Neg03.java:59:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    56
Neg03.java:59:35: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    57
Neg03.java:63:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    58
Neg03.java:63:28: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    59
Neg03.java:64:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    60
Neg03.java:64:38: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    61
Neg03.java:65:23: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    62
Neg03.java:66:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    63
Neg03.java:66:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    64
Neg03.java:68:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    65
Neg03.java:68:28: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    66
Neg03.java:69:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    67
Neg03.java:69:38: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    68
Neg03.java:70:23: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    69
Neg03.java:71:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    70
Neg03.java:71:36: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    71
Neg03.java:73:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    72
Neg03.java:73:28: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    73
Neg03.java:74:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    74
Neg03.java:74:39: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    75
Neg03.java:75:24: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    76
Neg03.java:76:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    77
Neg03.java:76:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    78
Neg03.java:78:13: compiler.err.not.within.bounds: java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    79
Neg03.java:78:29: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    80
Neg03.java:79:13: compiler.err.not.within.bounds: ? extends java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    81
Neg03.java:79:39: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    82
Neg03.java:80:24: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
8045
df2ca0edfbaa 6968793: issues with diagnostics
mcimadamore
parents: 5327
diff changeset
    83
Neg03.java:81:13: compiler.err.not.within.bounds: ? super java.lang.String, V
5321
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    84
Neg03.java:81:37: compiler.err.cant.apply.diamond: (compiler.misc.diamond: Neg03.Foo), null
c8efe769cb3b 6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
diff changeset
    85
84 errors