author | jjg |
Thu, 20 Oct 2016 13:44:51 -0700 | |
changeset 41637 | 7b24b4c32ee6 |
parent 41629 | 9d203cde7d84 |
child 41931 | d7c9720c4223 |
permissions | -rw-r--r-- |
10 | 1 |
# |
35810 | 2 |
# Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved. |
10 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
5520 | 7 |
# published by the Free Software Foundation. Oracle designates this |
10 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5520 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
10 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5520 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
10 | 24 |
# |
25 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
26 |
# Messages in this file which use "placeholders" for values (e.g. {0}, {1}) |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
27 |
# are preceded by a stylized comment describing the type of the corresponding |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
28 |
# values. |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
29 |
# The simple types currently in use are: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
30 |
# |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
31 |
# boolean true or false |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
32 |
# diagnostic a sub-message; see compiler.misc.* |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
33 |
# fragment similar to 'message segment', but with more specific type |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
34 |
# modifier a Java modifier; e.g. public, private, protected |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
35 |
# file a file URL |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
36 |
# file object a file URL - similar to 'file' but typically used for source/class files, hence more specific |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
37 |
# name a name, typically a Java identifier |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
38 |
# number an integer |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
39 |
# option name the name of a command line option |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
40 |
# source version a source version number, such as 1.5, 1.6, 1.7 |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
41 |
# string a general string |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
42 |
# symbol the name of a declared type |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
43 |
# symbol kind the kind of a symbol (i.e. method, variable) |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
44 |
# kind name an informative description of the kind of a declaration; see compiler.misc.kindname.* |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
45 |
# token the name of a non-terminal in source code; see compiler.misc.token.* |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
46 |
# type a Java type; e.g. int, X, X<T> |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
47 |
# object a Java object (unspecified) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
48 |
# unused the value is not used in this message |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
49 |
# |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
50 |
# The following compound types are also used: |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
51 |
# |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
52 |
# list of X a comma-separated list of items; e.g. list of type |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
53 |
# set of X a comma-separated collection of items; e.g. set of modifier |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
54 |
# |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
55 |
# These may be composed: |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
56 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
57 |
# list of type or message segment |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
58 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
59 |
# The following type aliases are supported: |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
60 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
61 |
# message segment --> diagnostic or fragment |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
62 |
# file name --> file or file object |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
63 |
# |
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
64 |
# Custom comments are supported in parenthesis i.e. |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
65 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
66 |
# number (classfile major version) |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
67 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
68 |
# These comments are used internally in order to generate an enum-like class declaration containing |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
69 |
# a method/field for each of the diagnostic keys listed here. Those methods/fields can then be used |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
70 |
# by javac code to build diagnostics in a type-safe fashion. |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
71 |
# |
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
72 |
# In addition, these comments are verified by the jtreg test test/tools/javac/diags/MessageInfo, |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
73 |
# using info derived from the collected set of examples in test/tools/javac/diags/examples. |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
74 |
# MessageInfo can also be run as a standalone utility providing more facilities |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
75 |
# for manipulating this file. For more details, see MessageInfo.java. |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
76 |
|
10 | 77 |
## |
78 |
## errors |
|
79 |
## |
|
80 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
81 |
# 0: symbol |
10 | 82 |
compiler.err.abstract.cant.be.instantiated=\ |
83 |
{0} is abstract; cannot be instantiated |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
84 |
|
10 | 85 |
compiler.err.abstract.meth.cant.have.body=\ |
86 |
abstract methods cannot have a body |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
87 |
|
10 | 88 |
compiler.err.already.annotated=\ |
89 |
{0} {1} has already been annotated |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
90 |
|
10626
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
91 |
# 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol |
10 | 92 |
compiler.err.already.defined=\ |
10626
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
93 |
{0} {1} is already defined in {2} {3} |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
94 |
|
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
95 |
# 0: symbol kind, 1: symbol, 2: symbol kind, 3: symbol kind, 4: symbol |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
96 |
compiler.err.already.defined.in.clinit=\ |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
97 |
{0} {1} is already defined in {2} of {3} {4} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
98 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
99 |
# 0: string |
10 | 100 |
compiler.err.already.defined.single.import=\ |
21009 | 101 |
a type with the same simple name is already defined by the single-type-import of {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
102 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
103 |
# 0: string |
10 | 104 |
compiler.err.already.defined.static.single.import=\ |
21009 | 105 |
a type with the same simple name is already defined by the static single-type-import of {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
106 |
|
10 | 107 |
compiler.err.already.defined.this.unit=\ |
108 |
{0} is already defined in this compilation unit |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
109 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
110 |
# 0: type, 1: list of name |
10 | 111 |
compiler.err.annotation.missing.default.value=\ |
21009 | 112 |
annotation @{0} is missing a default value for the element ''{1}'' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
113 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
114 |
# 0: type, 1: list of name |
6345
7d98c298aafd
6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents:
6157
diff
changeset
|
115 |
compiler.err.annotation.missing.default.value.1=\ |
21009 | 116 |
annotation @{0} is missing default values for elements {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
117 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
118 |
# 0: type |
10 | 119 |
compiler.err.annotation.not.valid.for.type=\ |
21009 | 120 |
annotation not valid for an element of type {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
121 |
|
10 | 122 |
compiler.err.annotation.type.not.applicable=\ |
123 |
annotation type not applicable to this kind of declaration |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
124 |
|
29959
61bfc66866da
8073534: Confusing / incorrect error message regarding annotations on non-declarations
alundblad
parents:
29776
diff
changeset
|
125 |
# 0: type |
61bfc66866da
8073534: Confusing / incorrect error message regarding annotations on non-declarations
alundblad
parents:
29776
diff
changeset
|
126 |
compiler.err.annotation.type.not.applicable.to.type=\ |
61bfc66866da
8073534: Confusing / incorrect error message regarding annotations on non-declarations
alundblad
parents:
29776
diff
changeset
|
127 |
annotation @{0} not applicable in this type context |
61bfc66866da
8073534: Confusing / incorrect error message regarding annotations on non-declarations
alundblad
parents:
29776
diff
changeset
|
128 |
|
10 | 129 |
compiler.err.annotation.value.must.be.annotation=\ |
130 |
annotation value must be an annotation |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
131 |
|
10 | 132 |
compiler.err.annotation.value.must.be.class.literal=\ |
133 |
annotation value must be a class literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
134 |
|
10 | 135 |
compiler.err.annotation.value.must.be.name.value=\ |
136 |
annotation values must be of the form ''name=value'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
137 |
|
10 | 138 |
compiler.err.annotation.value.not.allowable.type=\ |
139 |
annotation value not of an allowable type |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
140 |
|
10 | 141 |
compiler.err.anon.class.impl.intf.no.args=\ |
142 |
anonymous class implements interface; cannot have arguments |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
143 |
|
10 | 144 |
compiler.err.anon.class.impl.intf.no.typeargs=\ |
145 |
anonymous class implements interface; cannot have type arguments |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
146 |
|
10 | 147 |
compiler.err.anon.class.impl.intf.no.qual.for.new=\ |
148 |
anonymous class implements interface; cannot have qualifier for new |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
149 |
|
23809
9405883da95f
8023945: javac wrongly allows a subclass of an anonymous class
pgovereau
parents:
23800
diff
changeset
|
150 |
compiler.err.cant.inherit.from.anon=\ |
9405883da95f
8023945: javac wrongly allows a subclass of an anonymous class
pgovereau
parents:
23800
diff
changeset
|
151 |
cannot inherit from anonymous class |
9405883da95f
8023945: javac wrongly allows a subclass of an anonymous class
pgovereau
parents:
23800
diff
changeset
|
152 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
153 |
# 0: symbol, 1: symbol, 2: symbol |
10 | 154 |
compiler.err.array.and.varargs=\ |
155 |
cannot declare both {0} and {1} in {2} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
156 |
|
10 | 157 |
compiler.err.array.dimension.missing=\ |
158 |
array dimension missing |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
159 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
160 |
# 0: type |
10 | 161 |
compiler.err.array.req.but.found=\ |
162 |
array required, but {0} found |
|
163 |
||
164 |
compiler.err.attribute.value.must.be.constant=\ |
|
21009 | 165 |
element value must be a constant expression |
10 | 166 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
167 |
# 0: string (statement type) |
12715
139b8354de6a
7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents:
12468
diff
changeset
|
168 |
compiler.err.bad.initializer=\ |
139b8354de6a
7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents:
12468
diff
changeset
|
169 |
bad initializer for {0} |
139b8354de6a
7159445: (javac) emits inaccurate diagnostics for enhanced for-loops
ksrini
parents:
12468
diff
changeset
|
170 |
|
10 | 171 |
compiler.err.break.outside.switch.loop=\ |
172 |
break outside switch or loop |
|
173 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
174 |
# 0: name |
10 | 175 |
compiler.err.call.must.be.first.stmt.in.ctor=\ |
176 |
call to {0} must be first statement in constructor |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
177 |
|
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
178 |
# 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment |
10 | 179 |
compiler.err.cant.apply.symbol=\ |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
180 |
{0} {1} in {4} {5} cannot be applied to given types;\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
181 |
required: {2}\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
182 |
found: {3}\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
183 |
reason: {6} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
184 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
185 |
# 0: symbol kind, 1: name, 2: list of type |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
186 |
compiler.err.cant.apply.symbols=\ |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
187 |
no suitable {0} found for {1}({2}) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
188 |
|
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
189 |
# 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
190 |
compiler.misc.cant.apply.symbol=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
191 |
{0} {1} in {4} {5} cannot be applied to given types\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
192 |
required: {2}\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
193 |
found: {3}\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
194 |
reason: {6} |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
195 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
196 |
# 0: symbol kind, 1: name, 2: list of type |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
197 |
compiler.misc.cant.apply.symbols=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
198 |
no suitable {0} found for {1}({2}) |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
199 |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
200 |
# 0: symbol kind, 1: symbol |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
201 |
compiler.misc.no.abstracts=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
202 |
no abstract method found in {0} {1} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
203 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
204 |
# 0: symbol kind, 1: symbol |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
205 |
compiler.misc.incompatible.abstracts=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
206 |
multiple non-overriding abstract methods found in {0} {1} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
207 |
|
15361
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
208 |
compiler.err.bad.functional.intf.anno=\ |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
209 |
Unexpected @FunctionalInterface annotation |
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
210 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
211 |
# 0: message segment |
15361
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
212 |
compiler.err.bad.functional.intf.anno.1=\ |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
213 |
Unexpected @FunctionalInterface annotation\n\ |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
214 |
{0} |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
215 |
|
36272
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
216 |
# 0: message segment |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
217 |
compiler.err.anonymous.diamond.method.does.not.override.superclass=\ |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
218 |
method does not override or implement a method from a supertype\n\ |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
219 |
{0} |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
220 |
|
15361
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
221 |
# 0: symbol |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
222 |
compiler.misc.not.a.functional.intf=\ |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
223 |
{0} is not a functional interface |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
224 |
|
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
225 |
# 0: symbol, 1: message segment |
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
226 |
compiler.misc.not.a.functional.intf.1=\ |
15361
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
227 |
{0} is not a functional interface\n\ |
01f1828683e6
8005299: Add FunctionalInterface checking to javac
mcimadamore
parents:
15356
diff
changeset
|
228 |
{1} |
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
229 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
230 |
# 0: symbol, 1: symbol kind, 2: symbol |
14723
46aa71a5e4e0
8004102: Add support for generic functional descriptors
mcimadamore
parents:
14547
diff
changeset
|
231 |
compiler.misc.invalid.generic.lambda.target=\ |
46aa71a5e4e0
8004102: Add support for generic functional descriptors
mcimadamore
parents:
14547
diff
changeset
|
232 |
invalid functional descriptor for lambda expression\n\ |
46aa71a5e4e0
8004102: Add support for generic functional descriptors
mcimadamore
parents:
14547
diff
changeset
|
233 |
method {0} in {1} {2} is generic |
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
234 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
235 |
# 0: symbol kind, 1: symbol |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
236 |
compiler.misc.incompatible.descs.in.functional.intf=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
237 |
incompatible function descriptors found in {0} {1} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
238 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
239 |
# 0: name, 1: list of type, 2: type, 3: list of type |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
240 |
compiler.misc.descriptor=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
241 |
descriptor: {2} {0}({1}) |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
242 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
243 |
# 0: name, 1: list of type, 2: type, 3: list of type |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
244 |
compiler.misc.descriptor.throws=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
245 |
descriptor: {2} {0}({1}) throws {3} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
246 |
|
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
247 |
# 0: type |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
248 |
compiler.misc.no.suitable.functional.intf.inst=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
249 |
cannot infer functional interface descriptor for {0} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
250 |
|
16809
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
251 |
# 0: message segment |
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
252 |
compiler.misc.bad.intersection.target.for.functional.expr=\ |
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
253 |
bad intersection type target for lambda or method reference\n\ |
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
254 |
{0} |
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
255 |
|
17578 | 256 |
# 0: symbol or type |
16809
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
257 |
compiler.misc.not.an.intf.component=\ |
5acfcb821d65
8010822: Intersection type cast for functional expressions does not follow spec EDR
mcimadamore
parents:
16808
diff
changeset
|
258 |
component type {0} is not an interface |
14725
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
259 |
|
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
260 |
# 0: symbol kind, 1: message segment |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
261 |
compiler.err.invalid.mref=\ |
17582
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
262 |
invalid {0} reference\n\ |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
263 |
{1} |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
264 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
265 |
# 0: symbol kind, 1: message segment |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
266 |
compiler.misc.invalid.mref=\ |
17582
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
267 |
invalid {0} reference\n\ |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
268 |
{1} |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
269 |
|
14724
b542db73539a
8004101: Add checks for method reference well-formedness
mcimadamore
parents:
14723
diff
changeset
|
270 |
compiler.misc.static.mref.with.targs=\ |
b542db73539a
8004101: Add checks for method reference well-formedness
mcimadamore
parents:
14723
diff
changeset
|
271 |
parameterized qualifier on static method reference |
b542db73539a
8004101: Add checks for method reference well-formedness
mcimadamore
parents:
14723
diff
changeset
|
272 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
273 |
# 0: symbol |
10 | 274 |
compiler.err.cant.assign.val.to.final.var=\ |
275 |
cannot assign a value to final variable {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
276 |
|
36713
592302b6161b
8027999: Poorly worded error message when attempting to assign to this
alundblad
parents:
36526
diff
changeset
|
277 |
compiler.err.cant.assign.val.to.this=\ |
592302b6161b
8027999: Poorly worded error message when attempting to assign to this
alundblad
parents:
36526
diff
changeset
|
278 |
cannot assign to ''this'' |
592302b6161b
8027999: Poorly worded error message when attempting to assign to this
alundblad
parents:
36526
diff
changeset
|
279 |
|
13439
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
280 |
# 0: symbol, 1: message segment |
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
281 |
compiler.err.cant.ref.non.effectively.final.var=\ |
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
282 |
local variables referenced from {1} must be final or effectively final |
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
283 |
|
27844
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
284 |
compiler.err.try.with.resources.expr.needs.var=\ |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
285 |
the try-with-resources resource must either be a variable declaration or an expression denoting \ |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
286 |
a reference to a final or effectively final variable |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
287 |
|
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
288 |
# 0: symbol |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
289 |
compiler.err.try.with.resources.expr.effectively.final.var=\ |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
290 |
variable {0} used as a try-with-resources resource neither final nor effectively final |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
291 |
|
13439
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
292 |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
293 |
compiler.misc.lambda=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
294 |
a lambda expression |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
295 |
|
13439
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
296 |
compiler.misc.inner.cls=\ |
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
297 |
an inner class |
3025d6ac1401
7175538: Integrate efectively final check with DA/DU analysis
mcimadamore
parents:
13438
diff
changeset
|
298 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
299 |
# 0: type |
10 | 300 |
compiler.err.cant.deref=\ |
301 |
{0} cannot be dereferenced |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
302 |
|
10 | 303 |
compiler.err.cant.extend.intf.annotation=\ |
304 |
''extends'' not allowed for @interfaces |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
305 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
306 |
# 0: symbol |
10 | 307 |
compiler.err.cant.inherit.from.final=\ |
308 |
cannot inherit from final {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
309 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
310 |
# 0: symbol |
10 | 311 |
compiler.err.cant.ref.before.ctor.called=\ |
312 |
cannot reference {0} before supertype constructor has been called |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
313 |
|
10 | 314 |
compiler.err.cant.select.static.class.from.param.type=\ |
315 |
cannot select a static class from a parameterized type |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
316 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
317 |
# 0: symbol, 1: string, 2: string |
10 | 318 |
compiler.err.cant.inherit.diff.arg=\ |
319 |
{0} cannot be inherited with different arguments: <{1}> and <{2}> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
320 |
|
10 | 321 |
compiler.err.catch.without.try=\ |
322 |
''catch'' without ''try'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
323 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
324 |
# 0: symbol kind, 1: symbol |
10 | 325 |
compiler.err.clash.with.pkg.of.same.name=\ |
8045 | 326 |
{0} {1} clashes with package of same name |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
327 |
|
12466
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
328 |
compiler.err.class.not.allowed=\ |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
329 |
class, interface or enum declaration not allowed here |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
330 |
|
10 | 331 |
compiler.err.const.expr.req=\ |
332 |
constant expression required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
333 |
|
10 | 334 |
compiler.err.cont.outside.loop=\ |
335 |
continue outside of loop |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
336 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
337 |
# 0: symbol |
10 | 338 |
compiler.err.cyclic.inheritance=\ |
339 |
cyclic inheritance involving {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
340 |
|
21009 | 341 |
# 0: symbol |
10 | 342 |
compiler.err.cyclic.annotation.element=\ |
21009 | 343 |
type of element {0} is cyclic |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
344 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
345 |
# 0: unused |
10 | 346 |
compiler.err.call.to.super.not.allowed.in.enum.ctor=\ |
347 |
call to super not allowed in enum constructor |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
348 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
349 |
# 0: type |
10 | 350 |
compiler.err.no.superclass=\ |
21009 | 351 |
{0} has no superclass. |
10 | 352 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
353 |
# 0: symbol, 1: type, 2: symbol, 3: type, 4: unused |
10 | 354 |
compiler.err.concrete.inheritance.conflict=\ |
355 |
methods {0} from {1} and {2} from {3} are inherited with the same signature |
|
356 |
||
357 |
compiler.err.default.allowed.in.intf.annotation.member=\ |
|
21009 | 358 |
default value only allowed in an annotation type declaration |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
359 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
360 |
# 0: symbol |
10 | 361 |
compiler.err.doesnt.exist=\ |
362 |
package {0} does not exist |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
363 |
|
14804
f93a8d60b9a4
8001114: Container annotation is not checked for semantic correctness
jfranck
parents:
14725
diff
changeset
|
364 |
# 0: type |
f93a8d60b9a4
8001114: Container annotation is not checked for semantic correctness
jfranck
parents:
14725
diff
changeset
|
365 |
compiler.err.duplicate.annotation.invalid.repeated=\ |
21009 | 366 |
annotation {0} is not a valid repeatable annotation |
14804
f93a8d60b9a4
8001114: Container annotation is not checked for semantic correctness
jfranck
parents:
14725
diff
changeset
|
367 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
368 |
# 0: name, 1: type |
10 | 369 |
compiler.err.duplicate.annotation.member.value=\ |
21009 | 370 |
duplicate element ''{0}'' in annotation @{1}. |
371 |
||
372 |
# 0: name, 1: unused |
|
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
373 |
compiler.err.duplicate.annotation.missing.container=\ |
21009 | 374 |
{0} is not a repeatable annotation type |
375 |
||
376 |
# 0: type, 1: unused |
|
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
377 |
compiler.err.invalid.repeatable.annotation=\ |
21009 | 378 |
duplicate annotation: {0} is annotated with an invalid @Repeatable annotation |
17578 | 379 |
|
380 |
# 0: symbol or type |
|
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
381 |
compiler.err.invalid.repeatable.annotation.no.value=\ |
21009 | 382 |
{0} is not a valid @Repeatable, no value element method declared |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
383 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
384 |
# 0: type, 1: number |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
385 |
compiler.err.invalid.repeatable.annotation.multiple.values=\ |
21009 | 386 |
{0} is not a valid @Repeatable, {1} element methods named ''value'' declared |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
387 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
388 |
# 0: type |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
389 |
compiler.err.invalid.repeatable.annotation.invalid.value=\ |
21009 | 390 |
{0} is not a valid @Repeatable: invalid value element |
391 |
||
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
392 |
# 0: symbol or type, 1: unused, 2: type |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
393 |
compiler.err.invalid.repeatable.annotation.value.return=\ |
21009 | 394 |
containing annotation type ({0}) must declare an element named ''value'' of type {2} |
17578 | 395 |
|
396 |
# 0: symbol or type, 1: symbol |
|
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
397 |
compiler.err.invalid.repeatable.annotation.elem.nondefault=\ |
21009 | 398 |
containing annotation type ({0}) does not have a default value for element {1} |
399 |
||
400 |
# 0: symbol, 1: unused, 2: symbol, 3: unused |
|
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
401 |
compiler.err.invalid.repeatable.annotation.retention=\ |
21009 | 402 |
retention of containing annotation type ({0}) is shorter than the retention of repeatable annotation type ({2}) |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
403 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
404 |
# 0: symbol, 1: symbol |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
405 |
compiler.err.invalid.repeatable.annotation.not.documented=\ |
21009 | 406 |
repeatable annotation type ({1}) is @Documented while containing annotation type ({0}) is not |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
407 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
408 |
# 0: symbol, 1: symbol |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
409 |
compiler.err.invalid.repeatable.annotation.not.inherited=\ |
21009 | 410 |
repeatable annotation type ({1}) is @Inherited while containing annotation type ({0}) is not |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
411 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
412 |
# 0: symbol, 1: symbol |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
413 |
compiler.err.invalid.repeatable.annotation.incompatible.target=\ |
21009 | 414 |
containing annotation type ({0}) is applicable to more targets than repeatable annotation type ({1}) |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
415 |
|
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
416 |
# 0: symbol |
15356
cf312dc54c60
8006119: update javac to follow latest spec for repeatable annotations
jjg
parents:
14952
diff
changeset
|
417 |
compiler.err.invalid.repeatable.annotation.repeated.and.container.present=\ |
13689
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
418 |
container {0} must not be present at the same time as the element it contains |
4d519199a6aa
7151010: Add compiler support for repeating annotations
jfranck
parents:
13439
diff
changeset
|
419 |
|
29960
d20c04ed8ffe
8043984: Confusing (incorrect) error message on repeatable annotations
alundblad
parents:
29959
diff
changeset
|
420 |
# 0: type, 1: symbol |
d20c04ed8ffe
8043984: Confusing (incorrect) error message on repeatable annotations
alundblad
parents:
29959
diff
changeset
|
421 |
compiler.err.invalid.repeatable.annotation.not.applicable=\ |
d20c04ed8ffe
8043984: Confusing (incorrect) error message on repeatable annotations
alundblad
parents:
29959
diff
changeset
|
422 |
container {0} is not applicable to element {1} |
d20c04ed8ffe
8043984: Confusing (incorrect) error message on repeatable annotations
alundblad
parents:
29959
diff
changeset
|
423 |
|
30069
5686d5e44a83
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
alundblad
parents:
30014
diff
changeset
|
424 |
# 0: type |
5686d5e44a83
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
alundblad
parents:
30014
diff
changeset
|
425 |
compiler.err.invalid.repeatable.annotation.not.applicable.in.context=\ |
5686d5e44a83
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
alundblad
parents:
30014
diff
changeset
|
426 |
container {0} is not applicable in this type context |
5686d5e44a83
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
alundblad
parents:
30014
diff
changeset
|
427 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
428 |
# 0: name |
10 | 429 |
compiler.err.duplicate.class=\ |
430 |
duplicate class: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
431 |
|
10 | 432 |
compiler.err.duplicate.case.label=\ |
433 |
duplicate case label |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
434 |
|
10 | 435 |
compiler.err.duplicate.default.label=\ |
436 |
duplicate default label |
|
437 |
||
438 |
compiler.err.else.without.if=\ |
|
439 |
''else'' without ''if'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
440 |
|
10 | 441 |
compiler.err.empty.char.lit=\ |
442 |
empty character literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
443 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
444 |
# 0: symbol |
10 | 445 |
compiler.err.encl.class.required=\ |
446 |
an enclosing instance that contains {0} is required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
447 |
|
10 | 448 |
compiler.err.enum.annotation.must.be.enum.constant=\ |
449 |
an enum annotation value must be an enum constant |
|
450 |
||
451 |
compiler.err.enum.cant.be.instantiated=\ |
|
452 |
enum types may not be instantiated |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
453 |
|
10 | 454 |
compiler.err.enum.label.must.be.unqualified.enum=\ |
455 |
an enum switch case label must be the unqualified name of an enumeration constant |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
456 |
|
10 | 457 |
compiler.err.enum.no.subclassing=\ |
458 |
classes cannot directly extend java.lang.Enum |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
459 |
|
10 | 460 |
compiler.err.enum.types.not.extensible=\ |
461 |
enum types are not extensible |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
462 |
|
10 | 463 |
compiler.err.enum.no.finalize=\ |
464 |
enums cannot have finalize methods |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
465 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
466 |
# 0: file name, 1: string |
10 | 467 |
compiler.err.error.reading.file=\ |
468 |
error reading {0}; {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
469 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
470 |
# 0: type |
10 | 471 |
compiler.err.except.already.caught=\ |
472 |
exception {0} has already been caught |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
473 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
474 |
# 0: type |
10 | 475 |
compiler.err.except.never.thrown.in.try=\ |
476 |
exception {0} is never thrown in body of corresponding try statement |
|
477 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
478 |
# 0: symbol |
10 | 479 |
compiler.err.final.parameter.may.not.be.assigned=\ |
480 |
final parameter {0} may not be assigned |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
481 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
482 |
# 0: symbol |
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
483 |
compiler.err.try.resource.may.not.be.assigned=\ |
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
484 |
auto-closeable resource {0} may not be assigned |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
485 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
486 |
# 0: symbol |
5492
515e4b33b335
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents:
5321
diff
changeset
|
487 |
compiler.err.multicatch.parameter.may.not.be.assigned=\ |
515e4b33b335
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents:
5321
diff
changeset
|
488 |
multi-catch parameter {0} may not be assigned |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
489 |
|
9074
76b505d19026
7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
8849
diff
changeset
|
490 |
# 0: type, 1: type |
76b505d19026
7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
8849
diff
changeset
|
491 |
compiler.err.multicatch.types.must.be.disjoint=\ |
76b505d19026
7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
8849
diff
changeset
|
492 |
Alternatives in a multi-catch statement cannot be related by subclassing\n\ |
76b505d19026
7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
8849
diff
changeset
|
493 |
Alternative {0} is a subclass of alternative {1} |
76b505d19026
7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
8849
diff
changeset
|
494 |
|
10 | 495 |
compiler.err.finally.without.try=\ |
496 |
''finally'' without ''try'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
497 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
498 |
# 0: type, 1: message segment |
10 | 499 |
compiler.err.foreach.not.applicable.to.type=\ |
8045 | 500 |
for-each not applicable to expression type\n\ |
501 |
required: {1}\n\ |
|
502 |
found: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
503 |
|
10 | 504 |
compiler.err.fp.number.too.large=\ |
505 |
floating point number too large |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
506 |
|
10 | 507 |
compiler.err.fp.number.too.small=\ |
508 |
floating point number too small |
|
509 |
||
510 |
compiler.err.generic.array.creation=\ |
|
511 |
generic array creation |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
512 |
|
10 | 513 |
compiler.err.generic.throwable=\ |
514 |
a generic class may not extend java.lang.Throwable |
|
515 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
516 |
# 0: symbol |
10 | 517 |
compiler.err.icls.cant.have.static.decl=\ |
8046
376310825f60
6510286: Wording of javac error for inner classes
mcimadamore
parents:
8045
diff
changeset
|
518 |
Illegal static declaration in inner class {0}\n\ |
376310825f60
6510286: Wording of javac error for inner classes
mcimadamore
parents:
8045
diff
changeset
|
519 |
modifier \''static\'' is only allowed in constant variable declarations |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
520 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
521 |
# 0: string |
10 | 522 |
compiler.err.illegal.char=\ |
14370
eefd0e6642a8
8000483: cryptic error message when source file contains hash
vromero
parents:
14369
diff
changeset
|
523 |
illegal character: ''{0}'' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
524 |
|
38511
d934635453ad
8078559: Update error message to indicate illegal character when encoding set to ascii
jlahoda
parents:
38508
diff
changeset
|
525 |
# 0: string, 1: string |
10 | 526 |
compiler.err.illegal.char.for.encoding=\ |
38511
d934635453ad
8078559: Update error message to indicate illegal character when encoding set to ascii
jlahoda
parents:
38508
diff
changeset
|
527 |
unmappable character (0x{0}) for encoding {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
528 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
529 |
# 0: set of modifier, 1: set of modifier |
10 | 530 |
compiler.err.illegal.combination.of.modifiers=\ |
531 |
illegal combination of modifiers: {0} and {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
532 |
|
10 | 533 |
compiler.err.illegal.enum.static.ref=\ |
534 |
illegal reference to static field from initializer |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
535 |
|
10 | 536 |
compiler.err.illegal.esc.char=\ |
537 |
illegal escape character |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
538 |
|
10 | 539 |
compiler.err.illegal.forward.ref=\ |
540 |
illegal forward reference |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
541 |
|
15724 | 542 |
# 0: symbol, 1: string |
543 |
compiler.err.not.in.profile=\ |
|
544 |
{0} is not available in profile ''{1}'' |
|
545 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
546 |
# 0: symbol |
10 | 547 |
compiler.warn.forward.ref=\ |
548 |
reference to variable ''{0}'' before it has been initialized |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
549 |
|
1045
56f6e84f7825
6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents:
939
diff
changeset
|
550 |
compiler.err.illegal.self.ref=\ |
56f6e84f7825
6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents:
939
diff
changeset
|
551 |
self-reference in initializer |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
552 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
553 |
# 0: symbol |
1045
56f6e84f7825
6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents:
939
diff
changeset
|
554 |
compiler.warn.self.ref=\ |
56f6e84f7825
6676362: Spurious forward reference error with final var + instance variable initializer
mcimadamore
parents:
939
diff
changeset
|
555 |
self-reference in initializer of variable ''{0}'' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
556 |
|
10 | 557 |
compiler.err.illegal.generic.type.for.instof=\ |
558 |
illegal generic type for instanceof |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
559 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
560 |
# 0: type |
10 | 561 |
compiler.err.illegal.initializer.for.type=\ |
562 |
illegal initializer for {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
563 |
|
10 | 564 |
compiler.err.illegal.line.end.in.char.lit=\ |
565 |
illegal line end in character literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
566 |
|
10 | 567 |
compiler.err.illegal.nonascii.digit=\ |
568 |
illegal non-ASCII digit |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
569 |
|
3895 | 570 |
compiler.err.illegal.underscore=\ |
571 |
illegal underscore |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
572 |
|
11383 | 573 |
compiler.err.illegal.dot=\ |
574 |
illegal ''.'' |
|
575 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
576 |
# 0: symbol |
10 | 577 |
compiler.err.illegal.qual.not.icls=\ |
578 |
illegal qualifier; {0} is not an inner class |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
579 |
|
10 | 580 |
compiler.err.illegal.start.of.expr=\ |
581 |
illegal start of expression |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
582 |
|
12466
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
583 |
compiler.err.illegal.start.of.stmt=\ |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
584 |
illegal start of statement |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
585 |
|
10 | 586 |
compiler.err.illegal.start.of.type=\ |
587 |
illegal start of type |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
588 |
|
10 | 589 |
compiler.err.illegal.unicode.esc=\ |
590 |
illegal unicode escape |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
591 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
592 |
# 0: symbol |
10 | 593 |
compiler.err.import.requires.canonical=\ |
594 |
import requires canonical name for {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
595 |
|
10 | 596 |
compiler.err.improperly.formed.type.param.missing=\ |
597 |
improperly formed type, some parameters are missing |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
598 |
|
10 | 599 |
compiler.err.improperly.formed.type.inner.raw.param=\ |
8045 | 600 |
improperly formed type, type arguments given on a raw type |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
601 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
602 |
# 0: type, 1: type |
10 | 603 |
compiler.err.incomparable.types=\ |
604 |
incomparable types: {0} and {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
605 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
606 |
# 0: number |
10 | 607 |
compiler.err.int.number.too.large=\ |
608 |
integer number too large: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
609 |
|
10 | 610 |
compiler.err.intf.annotation.members.cant.have.params=\ |
21009 | 611 |
elements in annotation type declarations cannot declare formal parameters |
612 |
||
613 |
# 0: symbol |
|
10 | 614 |
compiler.err.intf.annotation.cant.have.type.params=\ |
21009 | 615 |
annotation type {0} cannot be generic |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
616 |
|
10 | 617 |
compiler.err.intf.annotation.members.cant.have.type.params=\ |
21009 | 618 |
elements in annotation type declarations cannot be generic methods |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
619 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
620 |
# 0: symbol, 1: type |
10 | 621 |
compiler.err.intf.annotation.member.clash=\ |
21009 | 622 |
annotation type {1} declares an element with the same name as method {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
623 |
|
10 | 624 |
compiler.err.intf.expected.here=\ |
625 |
interface expected here |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
626 |
|
10 | 627 |
compiler.err.intf.meth.cant.have.body=\ |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
628 |
interface abstract methods cannot have body |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
629 |
|
21009 | 630 |
# 0: symbol |
10 | 631 |
compiler.err.invalid.annotation.member.type=\ |
21009 | 632 |
invalid type for element {0} of annotation type |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
633 |
|
4072
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
3895
diff
changeset
|
634 |
compiler.err.invalid.binary.number=\ |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
3895
diff
changeset
|
635 |
binary numbers must contain at least one binary digit |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
636 |
|
10 | 637 |
compiler.err.invalid.hex.number=\ |
638 |
hexadecimal numbers must contain at least one hexadecimal digit |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
639 |
|
10 | 640 |
compiler.err.invalid.meth.decl.ret.type.req=\ |
641 |
invalid method declaration; return type required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
642 |
|
8047
c7f08cdb5c3c
6569633: Varargs: parser error when varargs element type is an array
mcimadamore
parents:
8046
diff
changeset
|
643 |
compiler.err.varargs.and.old.array.syntax=\ |
c7f08cdb5c3c
6569633: Varargs: parser error when varargs element type is an array
mcimadamore
parents:
8046
diff
changeset
|
644 |
legacy array notation not allowed on variable-arity parameter |
10 | 645 |
|
17578 | 646 |
compiler.err.varargs.and.receiver =\ |
647 |
varargs notation not allowed on receiver parameter |
|
648 |
||
22701
67811024e8b4
8030091: Request to update error messages from javac for negative varargs test cases
jlahoda
parents:
21712
diff
changeset
|
649 |
compiler.err.varargs.must.be.last =\ |
67811024e8b4
8030091: Request to update error messages from javac for negative varargs test cases
jlahoda
parents:
21712
diff
changeset
|
650 |
varargs parameter must be the last parameter |
67811024e8b4
8030091: Request to update error messages from javac for negative varargs test cases
jlahoda
parents:
21712
diff
changeset
|
651 |
|
17578 | 652 |
compiler.err.array.and.receiver =\ |
653 |
legacy array notation not allowed on receiver parameter |
|
654 |
||
12466
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
655 |
compiler.err.variable.not.allowed=\ |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
656 |
variable declaration not allowed here |
08863ee323df
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini
parents:
12336
diff
changeset
|
657 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
658 |
# 0: name |
10 | 659 |
compiler.err.label.already.in.use=\ |
660 |
label {0} already in use |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
661 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
662 |
# 0: symbol |
10 | 663 |
compiler.err.local.var.accessed.from.icls.needs.final=\ |
664 |
local variable {0} is accessed from within inner class; needs to be declared final |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
665 |
|
10 | 666 |
compiler.err.local.enum=\ |
667 |
enum types must not be local |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
668 |
|
10 | 669 |
compiler.err.cannot.create.array.with.type.arguments=\ |
670 |
cannot create array with type arguments |
|
671 |
||
10199
48bd09ecc88a
7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents:
10186
diff
changeset
|
672 |
compiler.err.cannot.create.array.with.diamond=\ |
48bd09ecc88a
7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents:
10186
diff
changeset
|
673 |
cannot create array with ''<>'' |
48bd09ecc88a
7057297: Project Coin: diamond erroneously accepts in array initializer expressions
mcimadamore
parents:
10186
diff
changeset
|
674 |
|
40501
8455b59aa04a
8157519: Error messages when compiling a malformed module-info.java confusing
sadayapalam
parents:
40313
diff
changeset
|
675 |
compiler.err.invalid.module.directive=\ |
8455b59aa04a
8157519: Error messages when compiling a malformed module-info.java confusing
sadayapalam
parents:
40313
diff
changeset
|
676 |
module directive keyword or ''}'' expected |
8455b59aa04a
8157519: Error messages when compiling a malformed module-info.java confusing
sadayapalam
parents:
40313
diff
changeset
|
677 |
|
10 | 678 |
# |
679 |
# limits. We don't give the limits in the diagnostic because we expect |
|
680 |
# them to change, yet we want to use the same diagnostic. These are all |
|
681 |
# detected during code generation. |
|
682 |
# |
|
683 |
compiler.err.limit.code=\ |
|
684 |
code too large |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
685 |
|
10 | 686 |
compiler.err.limit.code.too.large.for.try.stmt=\ |
687 |
code too large for try statement |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
688 |
|
10 | 689 |
compiler.err.limit.dimensions=\ |
690 |
array type has too many dimensions |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
691 |
|
10 | 692 |
compiler.err.limit.locals=\ |
693 |
too many local variables |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
694 |
|
10 | 695 |
compiler.err.limit.parameters=\ |
696 |
too many parameters |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
697 |
|
10 | 698 |
compiler.err.limit.pool=\ |
699 |
too many constants |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
700 |
|
10 | 701 |
compiler.err.limit.pool.in.class=\ |
702 |
too many constants in class {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
703 |
|
10 | 704 |
compiler.err.limit.stack=\ |
705 |
code requires too much stack |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
706 |
|
10 | 707 |
compiler.err.limit.string=\ |
708 |
constant string too long |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
709 |
|
10 | 710 |
compiler.err.limit.string.overflow=\ |
711 |
UTF8 representation for string \"{0}...\" is too long for the constant pool |
|
712 |
||
713 |
compiler.err.malformed.fp.lit=\ |
|
714 |
malformed floating point literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
715 |
|
10 | 716 |
compiler.err.method.does.not.override.superclass=\ |
717 |
method does not override or implement a method from a supertype |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
718 |
|
10 | 719 |
compiler.err.missing.meth.body.or.decl.abstract=\ |
720 |
missing method body, or declare abstract |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
721 |
|
10 | 722 |
compiler.err.missing.ret.stmt=\ |
723 |
missing return statement |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
724 |
|
17578 | 725 |
# 0: unused |
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
726 |
compiler.misc.missing.ret.val=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
727 |
missing return value |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
728 |
|
14547 | 729 |
compiler.misc.unexpected.ret.val=\ |
730 |
unexpected return value |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
731 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
732 |
# 0: set of modifier |
10 | 733 |
compiler.err.mod.not.allowed.here=\ |
734 |
modifier {0} not allowed here |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
735 |
|
10 | 736 |
compiler.err.intf.not.allowed.here=\ |
737 |
interface not allowed here |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
738 |
|
10 | 739 |
compiler.err.enums.must.be.static=\ |
740 |
enum declarations allowed only in static contexts |
|
741 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
742 |
# 0: symbol, 1: symbol |
10 | 743 |
compiler.err.name.clash.same.erasure=\ |
744 |
name clash: {0} and {1} have the same erasure |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
745 |
|
8242
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
746 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: unused, 5: unused |
10 | 747 |
compiler.err.name.clash.same.erasure.no.override=\ |
748 |
name clash: {0} in {1} and {2} in {3} have the same erasure, yet neither overrides the other |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
749 |
|
8242
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
750 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol, 4: symbol, 5: symbol |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
751 |
compiler.err.name.clash.same.erasure.no.override.1=\ |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
752 |
name clash: {0} in {1} overrides a method whose erasure is the same as another method, yet neither overrides the other\n\ |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
753 |
first method: {2} in {3}\n\ |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
754 |
second method: {4} in {5} |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
755 |
|
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
756 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
757 |
compiler.err.name.clash.same.erasure.no.hide=\ |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
758 |
name clash: {0} in {1} and {2} in {3} have the same erasure, yet neither hides the other |
3873b4aaf4a8
7007615: java_util/generics/phase2/NameClashTest02 fails since jdk7/pit/b123.
mcimadamore
parents:
8234
diff
changeset
|
759 |
|
10 | 760 |
compiler.err.name.reserved.for.internal.use=\ |
761 |
{0} is reserved for internal use |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
762 |
|
10 | 763 |
compiler.err.native.meth.cant.have.body=\ |
764 |
native methods cannot have a body |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
765 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
766 |
# 0: type, 1: type |
10 | 767 |
compiler.err.neither.conditional.subtype=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
768 |
incompatible types for ?: neither is a subtype of the other\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
769 |
second operand: {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
770 |
third operand : {1} |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
771 |
|
25445
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
772 |
|
14057
b4b0377b8dba
7177387: Add target-typing support in method context
mcimadamore
parents:
14054
diff
changeset
|
773 |
# 0: message segment |
b4b0377b8dba
7177387: Add target-typing support in method context
mcimadamore
parents:
14054
diff
changeset
|
774 |
compiler.misc.incompatible.type.in.conditional=\ |
17582
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
775 |
bad type in conditional expression\n\ |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
776 |
{0} |
14057
b4b0377b8dba
7177387: Add target-typing support in method context
mcimadamore
parents:
14054
diff
changeset
|
777 |
|
14547 | 778 |
compiler.misc.conditional.target.cant.be.void=\ |
779 |
target-type for conditional expression cannot be void |
|
780 |
||
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
781 |
# 0: type |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
782 |
compiler.misc.incompatible.ret.type.in.lambda=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
783 |
bad return type in lambda expression\n\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
784 |
{0} |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
785 |
|
38508
03c87ceca5fd
8153884: Expression lambda erroneously compatible with void-returning descriptor
mcimadamore
parents:
37854
diff
changeset
|
786 |
compiler.misc.stat.expr.expected=\ |
03c87ceca5fd
8153884: Expression lambda erroneously compatible with void-returning descriptor
mcimadamore
parents:
37854
diff
changeset
|
787 |
lambda body is not compatible with a void functional interface\n\ |
03c87ceca5fd
8153884: Expression lambda erroneously compatible with void-returning descriptor
mcimadamore
parents:
37854
diff
changeset
|
788 |
(consider using a block lambda body, or use a statement expression instead) |
03c87ceca5fd
8153884: Expression lambda erroneously compatible with void-returning descriptor
mcimadamore
parents:
37854
diff
changeset
|
789 |
|
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
790 |
# 0: type |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
791 |
compiler.misc.incompatible.ret.type.in.mref=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
792 |
bad return type in method reference\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
793 |
{0} |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
794 |
|
24066
1dfb66929538
8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents:
23809
diff
changeset
|
795 |
compiler.err.lambda.body.neither.value.nor.void.compatible=\ |
1dfb66929538
8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents:
23809
diff
changeset
|
796 |
lambda body is neither value nor void compatible |
1dfb66929538
8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents:
23809
diff
changeset
|
797 |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
798 |
# 0: list of type |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
799 |
compiler.err.incompatible.thrown.types.in.mref=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
800 |
incompatible thrown types {0} in method reference |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
801 |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
802 |
compiler.misc.incompatible.arg.types.in.lambda=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
803 |
incompatible parameter types in lambda expression |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
804 |
|
16294
0c291a3cd60d
8007462: Fix provisional applicability for method references
mcimadamore
parents:
15385
diff
changeset
|
805 |
compiler.misc.incompatible.arg.types.in.mref=\ |
0c291a3cd60d
8007462: Fix provisional applicability for method references
mcimadamore
parents:
15385
diff
changeset
|
806 |
incompatible parameter types in method reference |
0c291a3cd60d
8007462: Fix provisional applicability for method references
mcimadamore
parents:
15385
diff
changeset
|
807 |
|
10 | 808 |
compiler.err.new.not.allowed.in.annotation=\ |
809 |
''new'' not allowed in an annotation |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
810 |
|
10 | 811 |
compiler.err.no.annotation.member=\ |
812 |
no annotation member {0} in {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
813 |
|
10 | 814 |
compiler.err.no.encl.instance.of.type.in.scope=\ |
815 |
no enclosing instance of type {0} is in scope |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
816 |
|
10 | 817 |
compiler.err.no.intf.expected.here=\ |
818 |
no interface expected here |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
819 |
|
10 | 820 |
compiler.err.no.match.entry=\ |
821 |
{0} has no match in entry in {1}; required {2} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
822 |
|
10 | 823 |
compiler.err.not.annotation.type=\ |
824 |
{0} is not an annotation type |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
825 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
826 |
# 0: symbol, 1: symbol |
36526 | 827 |
compiler.err.not.def.access.package.cant.access=\ |
828 |
{0} is not visible because package {1} is not visible |
|
829 |
||
830 |
# 0: symbol, 1: symbol |
|
10 | 831 |
compiler.err.not.def.access.class.intf.cant.access=\ |
832 |
{0} in {1} is defined in an inaccessible class or interface |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
833 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
834 |
# 0: symbol, 1: symbol |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
835 |
compiler.misc.not.def.access.class.intf.cant.access=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
836 |
{0} in {1} is defined in an inaccessible class or interface |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
837 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
838 |
# 0: symbol, 1: list of type, 2: type |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
839 |
compiler.misc.cant.access.inner.cls.constr=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
840 |
cannot access constructor {0}({1})\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
841 |
an enclosing instance of type {2} is not in scope |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
842 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
843 |
# 0: symbol, 1: symbol |
10 | 844 |
compiler.err.not.def.public.cant.access=\ |
845 |
{0} is not public in {1}; cannot be accessed from outside package |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
846 |
|
16328
8b9eb42167f6
8009129: Illegal access error when calling method reference
mcimadamore
parents:
16323
diff
changeset
|
847 |
# 0: symbol, 1: symbol |
8b9eb42167f6
8009129: Illegal access error when calling method reference
mcimadamore
parents:
16323
diff
changeset
|
848 |
compiler.misc.not.def.public.cant.access=\ |
8b9eb42167f6
8009129: Illegal access error when calling method reference
mcimadamore
parents:
16323
diff
changeset
|
849 |
{0} is not public in {1}; cannot be accessed from outside package |
8b9eb42167f6
8009129: Illegal access error when calling method reference
mcimadamore
parents:
16323
diff
changeset
|
850 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
851 |
# 0: name |
10 | 852 |
compiler.err.not.loop.label=\ |
853 |
not a loop label: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
854 |
|
10 | 855 |
compiler.err.not.stmt=\ |
856 |
not a statement |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
857 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
858 |
# 0: symbol |
10 | 859 |
compiler.err.not.encl.class=\ |
860 |
not an enclosing class: {0} |
|
861 |
||
29051
7244db2ab176
8071241: Investigate alternate strategy for type-checking operators
mcimadamore
parents:
28456
diff
changeset
|
862 |
# 0: name, 1: type |
10 | 863 |
compiler.err.operator.cant.be.applied=\ |
8045 | 864 |
bad operand type {1} for unary operator ''{0}'' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
865 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
866 |
# 0: name, 1: type, 2: type |
8045 | 867 |
compiler.err.operator.cant.be.applied.1=\ |
868 |
bad operand types for binary operator ''{0}''\n\ |
|
869 |
first type: {1}\n\ |
|
870 |
second type: {2} |
|
10 | 871 |
|
872 |
compiler.err.pkg.annotations.sb.in.package-info.java=\ |
|
873 |
package annotations should be in file package-info.java |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
874 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
875 |
# 0: symbol |
10 | 876 |
compiler.err.pkg.clashes.with.class.of.same.name=\ |
877 |
package {0} clashes with class of same name |
|
878 |
||
1996 | 879 |
compiler.err.warnings.and.werror=\ |
880 |
warnings found and -Werror specified |
|
881 |
||
10 | 882 |
# Errors related to annotation processing |
883 |
||
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
884 |
# 0: symbol, 1: string, 2: string (stack-trace) |
10 | 885 |
compiler.err.proc.cant.access=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
886 |
cannot access {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
887 |
{1}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
888 |
Consult the following stack trace for details.\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
889 |
{2} |
10 | 890 |
|
9077
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
891 |
# 0: symbol, 1: string |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
892 |
compiler.err.proc.cant.access.1=\ |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
893 |
cannot access {0}\n\ |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
894 |
{1} |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
895 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
896 |
# 0: string |
10 | 897 |
compiler.err.proc.cant.find.class=\ |
898 |
Could not find class file for ''{0}''. |
|
899 |
||
900 |
# Print a client-generated error message; assumed to be localized, no translation required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
901 |
# 0: string |
10 | 902 |
compiler.err.proc.messager=\ |
903 |
{0} |
|
904 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
905 |
# 0: list of string |
10 | 906 |
compiler.err.proc.no.explicit.annotation.processing.requested=\ |
907 |
Class names, ''{0}'', are only accepted if annotation processing is explicitly requested |
|
908 |
||
909 |
compiler.err.proc.no.service=\ |
|
10186
31a86b7e18ca
6575445: Update annotation processor to only use java.util.ServiceLoader
darcy
parents:
9604
diff
changeset
|
910 |
A ServiceLoader was not usable and is required for annotation processing. |
10 | 911 |
|
912 |
compiler.err.proc.processor.bad.option.name=\ |
|
913 |
Bad option name ''{0}'' provided by processor ''{1}'' |
|
914 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
915 |
# 0: string |
10 | 916 |
compiler.err.proc.processor.cant.instantiate=\ |
917 |
Could not instantiate an instance of processor ''{0}'' |
|
918 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
919 |
# 0: string |
10 | 920 |
compiler.err.proc.processor.not.found=\ |
921 |
Annotation processor ''{0}'' not found |
|
922 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
923 |
# 0: string |
10 | 924 |
compiler.err.proc.processor.wrong.type=\ |
925 |
Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor |
|
926 |
||
927 |
compiler.err.proc.service.problem=\ |
|
928 |
Error creating a service loader to load Processors. |
|
929 |
||
930 |
compiler.err.proc.bad.config.file=\ |
|
931 |
Bad service configuration file, or exception thrown while constructing Processor object: {0} |
|
932 |
||
933 |
compiler.err.proc.cant.create.loader=\ |
|
934 |
Could not create class loader for annotation processors: {0} |
|
935 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
936 |
# 0: unused |
10 | 937 |
compiler.err.qualified.new.of.static.class=\ |
938 |
qualified new of static class |
|
939 |
||
940 |
compiler.err.recursive.ctor.invocation=\ |
|
941 |
recursive constructor invocation |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
942 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
943 |
# 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol |
10 | 944 |
compiler.err.ref.ambiguous=\ |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
945 |
reference to {0} is ambiguous\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
946 |
both {1} {2} in {3} and {4} {5} in {6} match |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
947 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
948 |
# 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
949 |
compiler.misc.ref.ambiguous=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
950 |
reference to {0} is ambiguous\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
951 |
both {1} {2} in {3} and {4} {5} in {6} match |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
952 |
|
10 | 953 |
compiler.err.repeated.annotation.target=\ |
954 |
repeated annotation target |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
955 |
|
10 | 956 |
compiler.err.repeated.interface=\ |
957 |
repeated interface |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
958 |
|
10 | 959 |
compiler.err.repeated.modifier=\ |
960 |
repeated modifier |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
961 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
962 |
# 0: symbol, 1: set of modifier, 2: symbol |
10 | 963 |
compiler.err.report.access=\ |
964 |
{0} has {1} access in {2} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
965 |
|
19129
b1409ae675f8
8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents:
19122
diff
changeset
|
966 |
# 0: symbol, 1: set of modifier, 2: symbol |
b1409ae675f8
8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents:
19122
diff
changeset
|
967 |
compiler.misc.report.access=\ |
b1409ae675f8
8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents:
19122
diff
changeset
|
968 |
{0} has {1} access in {2} |
b1409ae675f8
8020843: javac crashes on accessibility check with method reference with typevar receiver
mcimadamore
parents:
19122
diff
changeset
|
969 |
|
10 | 970 |
compiler.err.ret.outside.meth=\ |
971 |
return outside method |
|
972 |
||
973 |
compiler.err.signature.doesnt.match.supertype=\ |
|
974 |
signature does not match {0}; incompatible supertype |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
975 |
|
10 | 976 |
compiler.err.signature.doesnt.match.intf=\ |
977 |
signature does not match {0}; incompatible interfaces |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
978 |
|
19133
aa085efaaa2e
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents:
19129
diff
changeset
|
979 |
# 0: number, 1: number |
aa085efaaa2e
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents:
19129
diff
changeset
|
980 |
compiler.err.method.invoked.with.incorrect.number.arguments=\ |
aa085efaaa2e
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents:
19129
diff
changeset
|
981 |
method invoked with incorrect number of arguments; expected {0}, found {1} |
aa085efaaa2e
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
vromero
parents:
19129
diff
changeset
|
982 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
983 |
# 0: symbol, 1: symbol, 2: symbol |
10 | 984 |
compiler.err.does.not.override.abstract=\ |
985 |
{0} is not abstract and does not override abstract method {1} in {2} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
986 |
|
10 | 987 |
compiler.err.source.cant.overwrite.input.file=\ |
988 |
error writing source; cannot overwrite input file {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
989 |
|
10 | 990 |
compiler.err.stack.sim.error=\ |
991 |
Internal error: stack sim error on {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
992 |
|
10 | 993 |
compiler.err.static.imp.only.classes.and.interfaces=\ |
994 |
static import only from classes and interfaces |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
995 |
|
4142 | 996 |
compiler.err.string.const.req=\ |
997 |
constant string expression required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
998 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
999 |
# 0: symbol, 1: symbol |
10 | 1000 |
compiler.err.synthetic.name.conflict=\ |
1001 |
the symbol {0} conflicts with a compiler-synthesized symbol in {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1002 |
|
10 | 1003 |
compiler.err.throws.not.allowed.in.intf.annotation=\ |
1004 |
throws clause not allowed in @interface members |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1005 |
|
10 | 1006 |
compiler.err.try.without.catch.or.finally=\ |
1007 |
''try'' without ''catch'' or ''finally'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1008 |
|
6148
3a8158299c51
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents:
6145
diff
changeset
|
1009 |
compiler.err.try.without.catch.finally.or.resource.decls=\ |
3a8158299c51
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents:
6145
diff
changeset
|
1010 |
''try'' without ''catch'', ''finally'' or resource declarations |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1011 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1012 |
# 0: symbol |
10 | 1013 |
compiler.err.type.doesnt.take.params=\ |
1014 |
type {0} does not take parameters |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1015 |
|
10 | 1016 |
compiler.err.type.var.cant.be.deref=\ |
1017 |
cannot select from a type variable |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1018 |
|
10 | 1019 |
compiler.err.type.var.may.not.be.followed.by.other.bounds=\ |
1020 |
a type variable may not be followed by other bounds |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1021 |
|
10 | 1022 |
compiler.err.type.var.more.than.once=\ |
1023 |
type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1024 |
|
10 | 1025 |
compiler.err.type.var.more.than.once.in.result=\ |
1026 |
type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1027 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1028 |
# 0: type, 1: type, 2: string |
10 | 1029 |
compiler.err.types.incompatible.diff.ret=\ |
1030 |
types {0} and {1} are incompatible; both define {2}, but with unrelated return types |
|
1031 |
||
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1032 |
# 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1033 |
compiler.err.types.incompatible.unrelated.defaults=\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1034 |
{0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5} |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1035 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1036 |
# 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1037 |
compiler.err.types.incompatible.abstract.default=\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1038 |
{0} {1} inherits abstract and default for {2}({3}) from types {4} and {5} |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1039 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1040 |
# 0: name, 1: kind name, 2: symbol |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1041 |
compiler.err.default.overrides.object.member=\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1042 |
default method {0} in {1} {2} overrides a member of java.lang.Object |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1043 |
|
15377
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
1044 |
# 0: type |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
1045 |
compiler.err.illegal.static.intf.meth.call=\ |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
1046 |
illegal static interface method call\n\ |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
1047 |
the receiver expression should be replaced with the type qualifier ''{0}'' |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
1048 |
|
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1049 |
# 0: type, 1: message segment |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1050 |
compiler.err.illegal.default.super.call=\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1051 |
bad type qualifier {0} in default super call\n\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1052 |
{1} |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1053 |
|
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1054 |
# 0: symbol, 1: type |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1055 |
compiler.misc.overridden.default=\ |
14547 | 1056 |
method {0} is overridden in {1} |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1057 |
|
17578 | 1058 |
# 0: symbol, 1: type or symbol |
14443
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1059 |
compiler.misc.redundant.supertype=\ |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1060 |
redundant interface {0} is extended by {1} |
91c05eb19277
7192246: Add type-checking support for default methods
mcimadamore
parents:
14370
diff
changeset
|
1061 |
|
10 | 1062 |
compiler.err.unclosed.char.lit=\ |
1063 |
unclosed character literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1064 |
|
10 | 1065 |
compiler.err.unclosed.comment=\ |
1066 |
unclosed comment |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1067 |
|
10 | 1068 |
compiler.err.unclosed.str.lit=\ |
1069 |
unclosed string literal |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1070 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1071 |
# 0: name |
10 | 1072 |
compiler.err.unsupported.encoding=\ |
1073 |
unsupported encoding: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1074 |
|
10 | 1075 |
compiler.err.io.exception=\ |
1076 |
error reading source file: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1077 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1078 |
# 0: name |
10 | 1079 |
compiler.err.undef.label=\ |
1080 |
undefined label: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1081 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1082 |
# 0: message segment, 1: unused |
5321
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
1083 |
compiler.err.cant.apply.diamond=\ |
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
1084 |
cannot infer type arguments for {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1085 |
|
11053
48713f779b1d
7108669: cleanup Log methods for direct printing to streams
jjg
parents:
10816
diff
changeset
|
1086 |
# 0: message segment or type, 1: message segment |
5321
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
1087 |
compiler.err.cant.apply.diamond.1=\ |
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1088 |
cannot infer type arguments for {0}\n\ |
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1089 |
reason: {1} |
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1090 |
|
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1091 |
# 0: message segment or type, 1: message segment |
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1092 |
compiler.misc.cant.apply.diamond.1=\ |
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1093 |
cannot infer type arguments for {0}\n\ |
5321
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
1094 |
reason: {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1095 |
|
10 | 1096 |
compiler.err.unreachable.stmt=\ |
1097 |
unreachable statement |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1098 |
|
10 | 1099 |
compiler.err.initializer.must.be.able.to.complete.normally=\ |
1100 |
initializer must be able to complete normally |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1101 |
|
23133
a58476887b3d
8031383: Error recovery in JavacParser could be improved
jlahoda
parents:
23128
diff
changeset
|
1102 |
compiler.err.initializer.not.allowed=\ |
a58476887b3d
8031383: Error recovery in JavacParser could be improved
jlahoda
parents:
23128
diff
changeset
|
1103 |
initializers not allowed in interfaces |
a58476887b3d
8031383: Error recovery in JavacParser could be improved
jlahoda
parents:
23128
diff
changeset
|
1104 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1105 |
# 0: type |
10 | 1106 |
compiler.err.unreported.exception.need.to.catch.or.throw=\ |
1107 |
unreported exception {0}; must be caught or declared to be thrown |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1108 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1109 |
# 0: type |
10 | 1110 |
compiler.err.unreported.exception.default.constructor=\ |
1111 |
unreported exception {0} in default constructor |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1112 |
|
8428
1e9935b883cd
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents:
8242
diff
changeset
|
1113 |
# 0: type, 1: name |
1e9935b883cd
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents:
8242
diff
changeset
|
1114 |
compiler.err.unreported.exception.implicit.close=\ |
1e9935b883cd
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents:
8242
diff
changeset
|
1115 |
unreported exception {0}; must be caught or declared to be thrown\n\ |
1e9935b883cd
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents:
8242
diff
changeset
|
1116 |
exception thrown from implicit call to close() on resource variable ''{1}'' |
1e9935b883cd
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents:
8242
diff
changeset
|
1117 |
|
10 | 1118 |
compiler.err.unsupported.cross.fp.lit=\ |
1119 |
hexadecimal floating-point literals are not supported on this VM |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1120 |
|
10 | 1121 |
compiler.err.void.not.allowed.here=\ |
1122 |
''void'' type not allowed here |
|
1123 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1124 |
# 0: string |
10 | 1125 |
compiler.err.wrong.number.type.args=\ |
1126 |
wrong number of type arguments; required {0} |
|
1127 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1128 |
# 0: symbol |
10 | 1129 |
compiler.err.var.might.already.be.assigned=\ |
1130 |
variable {0} might already have been assigned |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1131 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1132 |
# 0: symbol |
10 | 1133 |
compiler.err.var.might.not.have.been.initialized=\ |
1134 |
variable {0} might not have been initialized |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1135 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1136 |
# 0: symbol |
19122
1841f2fa76de
8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents:
18387
diff
changeset
|
1137 |
compiler.err.var.not.initialized.in.default.constructor=\ |
1841f2fa76de
8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents:
18387
diff
changeset
|
1138 |
variable {0} not initialized in the default constructor |
1841f2fa76de
8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents:
18387
diff
changeset
|
1139 |
|
1841f2fa76de
8017216: javac doesn't fill in end position for some errors of type not found
ksrini
parents:
18387
diff
changeset
|
1140 |
# 0: symbol |
10 | 1141 |
compiler.err.var.might.be.assigned.in.loop=\ |
1142 |
variable {0} might be assigned in loop |
|
1143 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1144 |
# 0: symbol, 1: message segment |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1145 |
compiler.err.varargs.invalid.trustme.anno=\ |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1146 |
Invalid {0} annotation. {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1147 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1148 |
# 0: type |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1149 |
compiler.misc.varargs.trustme.on.reifiable.varargs=\ |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1150 |
Varargs element type {0} is reifiable. |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1151 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1152 |
# 0: symbol |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1153 |
compiler.misc.varargs.trustme.on.non.varargs.meth=\ |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1154 |
Method {0} is not a varargs method. |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1155 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1156 |
# 0: symbol |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1157 |
compiler.misc.varargs.trustme.on.virtual.varargs=\ |
25283
082d51b7010b
7196160: Project Coin: allow @SafeVarargs on private methods
darcy
parents:
24901
diff
changeset
|
1158 |
Instance method {0} is neither final nor private. |
082d51b7010b
7196160: Project Coin: allow @SafeVarargs on private methods
darcy
parents:
24901
diff
changeset
|
1159 |
|
082d51b7010b
7196160: Project Coin: allow @SafeVarargs on private methods
darcy
parents:
24901
diff
changeset
|
1160 |
# 0: symbol |
082d51b7010b
7196160: Project Coin: allow @SafeVarargs on private methods
darcy
parents:
24901
diff
changeset
|
1161 |
compiler.misc.varargs.trustme.on.virtual.varargs.final.only=\ |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1162 |
Instance method {0} is not final. |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1163 |
|
11053
48713f779b1d
7108669: cleanup Log methods for direct printing to streams
jjg
parents:
10816
diff
changeset
|
1164 |
# 0: type, 1: symbol kind, 2: symbol |
8229
39266c1b1b0e
6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents:
8226
diff
changeset
|
1165 |
compiler.misc.inaccessible.varargs.type=\ |
39266c1b1b0e
6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents:
8226
diff
changeset
|
1166 |
formal varargs element type {0} is not accessible from {1} {2} |
39266c1b1b0e
6313164: javac generates code that fails byte code verification for the varargs feature
mcimadamore
parents:
8226
diff
changeset
|
1167 |
|
10 | 1168 |
# In the following string, {1} will always be the detail message from |
1169 |
# java.io.IOException. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1170 |
# 0: symbol, 1: string |
10 | 1171 |
compiler.err.class.cant.write=\ |
1172 |
error while writing {0}: {1} |
|
1173 |
||
1174 |
# In the following string, {0} is the name of the class in the Java source. |
|
1175 |
# It really should be used two times.. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1176 |
# 0: name |
10 | 1177 |
compiler.err.class.public.should.be.in.file=\ |
1178 |
class {0} is public, should be declared in a file named {0}.java |
|
1179 |
||
1180 |
## All errors which do not refer to a particular line in the source code are |
|
1181 |
## preceded by this string. |
|
1182 |
compiler.err.error=\ |
|
1183 |
error:\u0020 |
|
1184 |
||
1185 |
# The following error messages do not refer to a line in the source code. |
|
1186 |
compiler.err.cant.read.file=\ |
|
1187 |
cannot read: {0} |
|
1188 |
||
27387
54142fc27e8a
8063039: incorrect message reference or broken message file
jjg
parents:
25874
diff
changeset
|
1189 |
# 0: string |
54142fc27e8a
8063039: incorrect message reference or broken message file
jjg
parents:
25874
diff
changeset
|
1190 |
compiler.err.plugin.not.found=\ |
54142fc27e8a
8063039: incorrect message reference or broken message file
jjg
parents:
25874
diff
changeset
|
1191 |
plug-in not found: {0} |
54142fc27e8a
8063039: incorrect message reference or broken message file
jjg
parents:
25874
diff
changeset
|
1192 |
|
36526 | 1193 |
# 0: path |
1194 |
compiler.warn.locn.unknown.file.on.module.path=\ |
|
1195 |
unknown file on module path: {0} |
|
1196 |
||
1197 |
||
1198 |
# 0: path |
|
1199 |
compiler.err.locn.bad.module-info=\ |
|
1200 |
problem reading module-info.class in {0} |
|
1201 |
||
1202 |
# 0: path |
|
1203 |
compiler.err.locn.cant.read.directory=\ |
|
1204 |
cannot read directory {0} |
|
1205 |
||
1206 |
# 0: path |
|
1207 |
compiler.err.locn.cant.read.file=\ |
|
1208 |
cannot read file {0} |
|
1209 |
||
1210 |
# 0: path |
|
1211 |
compiler.err.locn.cant.get.module.name.for.jar=\ |
|
1212 |
cannot determine module name for {0} |
|
1213 |
||
1214 |
# 0: path |
|
1215 |
compiler.err.multi-module.outdir.cannot.be.exploded.module=\ |
|
1216 |
in multi-module mode, the output directory cannot be an exploded module: {0} |
|
1217 |
||
1218 |
# 0: path |
|
1219 |
compiler.warn.outdir.is.in.exploded.module=\ |
|
1220 |
the output directory is within an exploded module: {0} |
|
1221 |
||
1222 |
# 0: path |
|
1223 |
compiler.err.locn.module-info.not.allowed.on.patch.path=\ |
|
1224 |
module-info.class not allowed on patch path: {0} |
|
1225 |
||
1226 |
# 0: string |
|
1227 |
compiler.err.locn.invalid.arg.for.xpatch=\ |
|
40308
274367a99f98
8136930: Simplify use of module-system options by custom launchers
jjg
parents:
39361
diff
changeset
|
1228 |
invalid argument for --patch-module option: {0} |
36526 | 1229 |
|
10 | 1230 |
##### |
1231 |
||
1232 |
# Fatal Errors |
|
1233 |
||
1234 |
compiler.misc.fatal.err.no.java.lang=\ |
|
1235 |
Fatal Error: Unable to find package java.lang in classpath or bootclasspath |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1236 |
|
10 | 1237 |
compiler.misc.fatal.err.cant.locate.meth=\ |
1238 |
Fatal Error: Unable to find method {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1239 |
|
10 | 1240 |
compiler.misc.fatal.err.cant.locate.field=\ |
1241 |
Fatal Error: Unable to find field {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1242 |
|
10 | 1243 |
compiler.misc.fatal.err.cant.locate.ctor=\ |
1244 |
Fatal Error: Unable to find constructor for {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1245 |
|
10637
2ea5fbb913ac
7092965: javac should not close processorClassLoader before end of compilation
jjg
parents:
10628
diff
changeset
|
1246 |
compiler.misc.fatal.err.cant.close=\ |
2ea5fbb913ac
7092965: javac should not close processorClassLoader before end of compilation
jjg
parents:
10628
diff
changeset
|
1247 |
Fatal Error: Cannot close compiler resources |
10 | 1248 |
|
1249 |
##### |
|
1250 |
||
1251 |
## |
|
1252 |
## miscellaneous strings |
|
1253 |
## |
|
1254 |
||
36272
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
1255 |
compiler.misc.diamond.anonymous.methods.implicitly.override=\ |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
1256 |
(due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) |
950bd442a822
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
sadayapalam
parents:
36153
diff
changeset
|
1257 |
|
10 | 1258 |
compiler.misc.source.unavailable=\ |
1259 |
(source unavailable) |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1260 |
|
10 | 1261 |
compiler.misc.base.membership=\ |
1262 |
all your base class are belong to us |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1263 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1264 |
# 0: string, 1: string, 2: boolean |
10 | 1265 |
compiler.misc.x.print.processor.info=\ |
1266 |
Processor {0} matches {1} and returns {2}. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1267 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1268 |
# 0: number, 1: string, 2: set of symbol, 3: boolean |
10 | 1269 |
compiler.misc.x.print.rounds=\ |
1270 |
Round {0}:\n\tinput files: {1}\n\tannotations: {2}\n\tlast round: {3} |
|
1271 |
||
23128
c91951cf65f0
6533516: Warning needed for file with future time stamps
jjg
parents:
22701
diff
changeset
|
1272 |
# 0: file name |
c91951cf65f0
6533516: Warning needed for file with future time stamps
jjg
parents:
22701
diff
changeset
|
1273 |
compiler.warn.file.from.future=\ |
c91951cf65f0
6533516: Warning needed for file with future time stamps
jjg
parents:
22701
diff
changeset
|
1274 |
Modification date is in the future for file {0} |
c91951cf65f0
6533516: Warning needed for file with future time stamps
jjg
parents:
22701
diff
changeset
|
1275 |
|
10 | 1276 |
##### |
1277 |
||
1278 |
## The following string will appear before all messages keyed as: |
|
1279 |
## "compiler.note". |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
1280 |
|
17582
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1281 |
compiler.note.compressed.diags=\ |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1282 |
Some messages have been simplified; recompile with -Xdiags:verbose to get full output |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1283 |
|
18386 | 1284 |
# 0: boolean, 1: symbol |
1285 |
compiler.note.lambda.stat=\ |
|
1286 |
Translating lambda expression\n\ |
|
1287 |
alternate metafactory = {0}\n\ |
|
1288 |
synthetic method = {1} |
|
1289 |
||
1290 |
# 0: boolean, 1: unused |
|
1291 |
compiler.note.mref.stat=\ |
|
1292 |
Translating method reference\n\ |
|
1293 |
alternate metafactory = {0}\n\ |
|
1294 |
||
1295 |
# 0: boolean, 1: symbol |
|
1296 |
compiler.note.mref.stat.1=\ |
|
1297 |
Translating method reference\n\ |
|
1298 |
alternate metafactory = {0}\n\ |
|
1299 |
bridge method = {1} |
|
1300 |
||
10 | 1301 |
compiler.note.note=\ |
1302 |
Note:\u0020 |
|
1303 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1304 |
# 0: file name |
10 | 1305 |
compiler.note.deprecated.filename=\ |
1306 |
{0} uses or overrides a deprecated API. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1307 |
|
10 | 1308 |
compiler.note.deprecated.plural=\ |
1309 |
Some input files use or override a deprecated API. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1310 |
|
10 | 1311 |
# The following string may appear after one of the above deprecation |
1312 |
# messages. |
|
1313 |
compiler.note.deprecated.recompile=\ |
|
1314 |
Recompile with -Xlint:deprecation for details. |
|
1315 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1316 |
# 0: file name |
10 | 1317 |
compiler.note.deprecated.filename.additional=\ |
1318 |
{0} has additional uses or overrides of a deprecated API. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1319 |
|
10 | 1320 |
compiler.note.deprecated.plural.additional=\ |
1321 |
Some input files additionally use or override a deprecated API. |
|
1322 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1323 |
# 0: file name |
41637 | 1324 |
compiler.note.removal.filename=\ |
1325 |
{0} uses or overrides a deprecated API that is marked for removal. |
|
1326 |
||
1327 |
compiler.note.removal.plural=\ |
|
1328 |
Some input files use or override a deprecated API that is marked for removal. |
|
1329 |
||
1330 |
# The following string may appear after one of the above removal messages. |
|
1331 |
compiler.note.removal.recompile=\ |
|
1332 |
Recompile with -Xlint:removal for details. |
|
1333 |
||
1334 |
# 0: file name |
|
1335 |
compiler.note.removal.filename.additional=\ |
|
1336 |
{0} has additional uses or overrides of a deprecated API that is marked for removal. |
|
1337 |
||
1338 |
compiler.note.removal.plural.additional=\ |
|
1339 |
Some input files additionally use or override a deprecated API that is marked for removal. |
|
1340 |
||
1341 |
# 0: file name |
|
10 | 1342 |
compiler.note.unchecked.filename=\ |
1343 |
{0} uses unchecked or unsafe operations. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1344 |
|
10 | 1345 |
compiler.note.unchecked.plural=\ |
1346 |
Some input files use unchecked or unsafe operations. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1347 |
|
41637 | 1348 |
# The following string may appear after one of the above unchecked messages. |
10 | 1349 |
compiler.note.unchecked.recompile=\ |
1350 |
Recompile with -Xlint:unchecked for details. |
|
1351 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1352 |
# 0: file name |
10 | 1353 |
compiler.note.unchecked.filename.additional=\ |
1354 |
{0} has additional unchecked or unsafe operations. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1355 |
|
10 | 1356 |
compiler.note.unchecked.plural.additional=\ |
1357 |
Some input files additionally use unchecked or unsafe operations. |
|
1358 |
||
3661 | 1359 |
# Notes related to annotation processing |
1360 |
||
1361 |
# Print a client-generated note; assumed to be localized, no translation required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1362 |
# 0: string |
3661 | 1363 |
compiler.note.proc.messager=\ |
1364 |
{0} |
|
1365 |
||
10 | 1366 |
##### |
1367 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1368 |
# 0: number |
10 | 1369 |
compiler.misc.count.error=\ |
1370 |
{0} error |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1371 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1372 |
# 0: number |
10 | 1373 |
compiler.misc.count.error.plural=\ |
1374 |
{0} errors |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1375 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1376 |
# 0: number |
10 | 1377 |
compiler.misc.count.warn=\ |
1378 |
{0} warning |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1379 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1380 |
# 0: number |
10 | 1381 |
compiler.misc.count.warn.plural=\ |
1382 |
{0} warnings |
|
1383 |
||
6031
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
1384 |
compiler.misc.version.not.available=\ |
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
1385 |
(version info not available) |
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
1386 |
|
10 | 1387 |
## extra output when using -verbose (JavaCompiler) |
1388 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1389 |
# 0: symbol |
10 | 1390 |
compiler.misc.verbose.checking.attribution=\ |
1391 |
[checking {0}] |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1392 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1393 |
# 0: string |
10 | 1394 |
compiler.misc.verbose.parsing.done=\ |
1395 |
[parsing completed {0}ms] |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1396 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1397 |
# 0: file name |
10 | 1398 |
compiler.misc.verbose.parsing.started=\ |
1399 |
[parsing started {0}] |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1400 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1401 |
# 0: string |
10 | 1402 |
compiler.misc.verbose.total=\ |
1403 |
[total {0}ms] |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1404 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1405 |
# 0: file name |
10 | 1406 |
compiler.misc.verbose.wrote.file=\ |
1407 |
[wrote {0}] |
|
1408 |
||
1409 |
## extra output when using -verbose (code/ClassReader) |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1410 |
# 0: string |
10 | 1411 |
compiler.misc.verbose.loading=\ |
1412 |
[loading {0}] |
|
1413 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1414 |
# 0: string |
10 | 1415 |
compiler.misc.verbose.sourcepath=\ |
1416 |
[search path for source files: {0}] |
|
1417 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1418 |
# 0: string |
10 | 1419 |
compiler.misc.verbose.classpath=\ |
1420 |
[search path for class files: {0}] |
|
1421 |
||
1422 |
## extra output when using -prompt (util/Log) |
|
1423 |
compiler.misc.resume.abort=\ |
|
1424 |
R)esume, A)bort> |
|
1425 |
||
1426 |
##### |
|
1427 |
||
1428 |
## |
|
1429 |
## warnings |
|
1430 |
## |
|
1431 |
||
1432 |
## All warning messages are preceded by the following string. |
|
1433 |
compiler.warn.warning=\ |
|
1434 |
warning:\u0020 |
|
1435 |
||
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1436 |
## Warning messages may also include the following prefix to identify a |
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1437 |
## lint option |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1438 |
# 0: option name |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1439 |
compiler.warn.lintOption=\ |
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1440 |
[{0}]\u0020 |
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1441 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1442 |
# 0: symbol |
10 | 1443 |
compiler.warn.constant.SVUID=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1444 |
serialVersionUID must be constant in class {0} |
10 | 1445 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1446 |
# 0: file name |
10 | 1447 |
compiler.warn.dir.path.element.not.found=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1448 |
bad path element "{0}": no such directory |
10 | 1449 |
|
36526 | 1450 |
# 0: file name |
1451 |
compiler.warn.dir.path.element.not.directory=\ |
|
1452 |
bad path element "{0}": not a directory |
|
1453 |
||
10 | 1454 |
compiler.warn.finally.cannot.complete=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1455 |
finally clause cannot complete normally |
10 | 1456 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1457 |
# 0: symbol, 1: symbol |
10 | 1458 |
compiler.warn.has.been.deprecated=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1459 |
{0} in {1} has been deprecated |
10 | 1460 |
|
41637 | 1461 |
# 0: symbol, 1: symbol |
1462 |
compiler.warn.has.been.deprecated.for.removal=\ |
|
1463 |
{0} in {1} has been deprecated and marked for removal |
|
1464 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1465 |
# 0: symbol |
10 | 1466 |
compiler.warn.sun.proprietary=\ |
5848
c5a4ce47e780
6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents:
5846
diff
changeset
|
1467 |
{0} is internal proprietary API and may be removed in a future release |
10 | 1468 |
|
1469 |
compiler.warn.illegal.char.for.encoding=\ |
|
1470 |
unmappable character for encoding {0} |
|
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1471 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1472 |
# 0: symbol |
10 | 1473 |
compiler.warn.improper.SVUID=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1474 |
serialVersionUID must be declared static final in class {0} |
10 | 1475 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1476 |
# 0: type, 1: type |
10 | 1477 |
compiler.warn.inexact.non-varargs.call=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1478 |
non-varargs call of varargs method with inexact argument type for last parameter;\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1479 |
cast to {0} for a varargs call\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1480 |
cast to {1} for a non-varargs call and to suppress this warning |
10 | 1481 |
|
8849
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1482 |
# 0: list of type |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1483 |
compiler.warn.unreachable.catch=\ |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1484 |
unreachable catch clause\n\ |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1485 |
thrown type {0} has already been caught |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1486 |
|
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1487 |
# 0: list of type |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1488 |
compiler.warn.unreachable.catch.1=\ |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1489 |
unreachable catch clause\n\ |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1490 |
thrown types {0} have already been caught |
4189ac38ddc9
6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
8635
diff
changeset
|
1491 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1492 |
# 0: symbol |
10 | 1493 |
compiler.warn.long.SVUID=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1494 |
serialVersionUID must be of type long in class {0} |
10 | 1495 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1496 |
# 0: symbol |
10 | 1497 |
compiler.warn.missing.SVUID=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1498 |
serializable class {0} has no definition of serialVersionUID |
10 | 1499 |
|
19914 | 1500 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
1501 |
compiler.warn.potentially.ambiguous.overload=\ |
|
1502 |
{0} in {1} is potentially ambiguous with {2} in {3} |
|
1503 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1504 |
# 0: message segment |
10 | 1505 |
compiler.warn.override.varargs.missing=\ |
1506 |
{0}; overridden method has no ''...'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1507 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1508 |
# 0: message segment |
10 | 1509 |
compiler.warn.override.varargs.extra=\ |
1510 |
{0}; overriding method is missing ''...'' |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1511 |
|
10 | 1512 |
compiler.warn.override.bridge=\ |
1513 |
{0}; overridden method is a bridge method |
|
1514 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1515 |
# 0: symbol |
10 | 1516 |
compiler.warn.pkg-info.already.seen=\ |
4692 | 1517 |
a package-info.java file has already been seen for package {0} |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1518 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1519 |
# 0: file name |
10 | 1520 |
compiler.warn.path.element.not.found=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1521 |
bad path element "{0}": no such file or directory |
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1522 |
|
10 | 1523 |
compiler.warn.possible.fall-through.into.case=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1524 |
possible fall-through into case |
10 | 1525 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1526 |
# 0: type |
10 | 1527 |
compiler.warn.redundant.cast=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1528 |
redundant cast to {0} |
10 | 1529 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1530 |
# 0: number |
10 | 1531 |
compiler.warn.position.overflow=\ |
1532 |
Position encoding overflows at line {0} |
|
1533 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1534 |
# 0: file name, 1: number, 2: number |
10 | 1535 |
compiler.warn.big.major.version=\ |
1536 |
{0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\ |
|
1537 |
It is recommended that the compiler be upgraded. |
|
1538 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1539 |
# 0: symbol kind, 1: symbol |
5002
12a9e8562200
4880220: Add a warning when accessing a static method via an reference
jjg
parents:
4692
diff
changeset
|
1540 |
compiler.warn.static.not.qualified.by.type=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1541 |
static {0} should be qualified by type name, {1}, instead of by an expression |
5002
12a9e8562200
4880220: Add a warning when accessing a static method via an reference
jjg
parents:
4692
diff
changeset
|
1542 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1543 |
# 0: string |
7335
8b390fd27190
6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents:
7330
diff
changeset
|
1544 |
compiler.warn.source.no.bootclasspath=\ |
8b390fd27190
6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents:
7330
diff
changeset
|
1545 |
bootstrap class path not set in conjunction with -source {0} |
8b390fd27190
6900037: javac should warn if earlier -source is used and bootclasspath not set
jjg
parents:
7330
diff
changeset
|
1546 |
|
19508
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1547 |
# 0: string |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1548 |
compiler.warn.option.obsolete.source=\ |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1549 |
source value {0} is obsolete and will be removed in a future release |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1550 |
|
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1551 |
# 0: string |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1552 |
compiler.warn.option.obsolete.target=\ |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1553 |
target value {0} is obsolete and will be removed in a future release |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1554 |
|
25445
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1555 |
# 0: string, 1: string |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1556 |
compiler.err.option.removed.source=\ |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1557 |
Source option {0} is no longer supported. Use {1} or later. |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1558 |
|
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1559 |
# 0: string, 1: string |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1560 |
compiler.err.option.removed.target=\ |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1561 |
Target option {0} is no longer supported. Use {1} or later. |
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
1562 |
|
19508
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1563 |
compiler.warn.option.obsolete.suppression=\ |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1564 |
To suppress warnings about obsolete options, use -Xlint:-options. |
e2cd0ed6c9b0
8011043: Warn about use of 1.5 and earlier source and target values
darcy
parents:
19502
diff
changeset
|
1565 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1566 |
# 0: name, 1: number, 2: number, 3: number, 4: number |
7624
c31b0ea95b37
6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents:
7335
diff
changeset
|
1567 |
compiler.warn.future.attr=\ |
c31b0ea95b37
6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents:
7335
diff
changeset
|
1568 |
{0} attribute introduced in version {1}.{2} class files is ignored in version {3}.{4} class files |
c31b0ea95b37
6999210: javac should be able to warn of anomalous conditions in classfiles
jjg
parents:
7335
diff
changeset
|
1569 |
|
10 | 1570 |
# Warnings related to annotation processing |
36526 | 1571 |
# 0: string |
10 | 1572 |
compiler.warn.proc.package.does.not.exist=\ |
1573 |
package {0} does not exist |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1574 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1575 |
# 0: name |
10 | 1576 |
compiler.warn.proc.file.reopening=\ |
1577 |
Attempt to create a file for ''{0}'' multiple times |
|
1578 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1579 |
# 0: name |
10 | 1580 |
compiler.warn.proc.type.already.exists=\ |
1581 |
A file for type ''{0}'' already exists on the sourcepath or classpath |
|
1582 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1583 |
# 0: name |
10 | 1584 |
compiler.warn.proc.type.recreate=\ |
1585 |
Attempt to create a file for type ''{0}'' multiple times |
|
1586 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1587 |
# 0: string |
10 | 1588 |
compiler.warn.proc.illegal.file.name=\ |
1589 |
Cannot create file for illegal name ''{0}''. |
|
1590 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1591 |
# 0: string, 1: string |
6157
218670cd9b1c
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents:
6151
diff
changeset
|
1592 |
compiler.warn.proc.suspicious.class.name=\ |
218670cd9b1c
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents:
6151
diff
changeset
|
1593 |
Creating file for a type whose name ends in {1}: ''{0}'' |
218670cd9b1c
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
jjg
parents:
6151
diff
changeset
|
1594 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1595 |
# 0: name |
10 | 1596 |
compiler.warn.proc.file.create.last.round=\ |
1597 |
File for type ''{0}'' created in the last round will not be subject to annotation processing. |
|
1598 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1599 |
# 0: string, 1: string |
10 | 1600 |
compiler.warn.proc.malformed.supported.string=\ |
1601 |
Malformed string ''{0}'' for a supported annotation type returned by processor ''{1}'' |
|
1602 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1603 |
# 0: set of string |
10 | 1604 |
compiler.warn.proc.annotations.without.processors=\ |
1605 |
No processor claimed any of these annotations: {0} |
|
1606 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1607 |
# 0: source version, 1: string, 2: string |
10 | 1608 |
compiler.warn.proc.processor.incompatible.source.version=\ |
1609 |
Supported source version ''{0}'' from annotation processor ''{1}'' less than -source ''{2}'' |
|
1610 |
||
1611 |
compiler.warn.proc.proc-only.requested.no.procs=\ |
|
1612 |
Annotation processing without compilation requested but no processors were found. |
|
1613 |
||
1614 |
compiler.warn.proc.use.implicit=\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1615 |
Implicitly compiled files were not subject to annotation processing.\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1616 |
Use -implicit to specify a policy for implicit compilation. |
10 | 1617 |
|
1618 |
compiler.warn.proc.use.proc.or.implicit=\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1619 |
Implicitly compiled files were not subject to annotation processing.\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1620 |
Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. |
10 | 1621 |
|
1622 |
# Print a client-generated warning; assumed to be localized, no translation required |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1623 |
# 0: string |
10 | 1624 |
compiler.warn.proc.messager=\ |
1625 |
{0} |
|
1626 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1627 |
# 0: set of name |
10 | 1628 |
compiler.warn.proc.unclosed.type.files=\ |
1629 |
Unclosed files for the types ''{0}''; these types will not undergo annotation processing |
|
1630 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1631 |
# 0: string |
10 | 1632 |
compiler.warn.proc.unmatched.processor.options=\ |
1633 |
The following options were not recognized by any processor: ''{0}'' |
|
1634 |
||
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1635 |
compiler.warn.try.explicit.close.call=\ |
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1636 |
explicit call to close() on an auto-closeable resource |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1637 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1638 |
# 0: symbol |
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1639 |
compiler.warn.try.resource.not.referenced=\ |
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1640 |
auto-closeable resource {0} is never referenced in body of corresponding try statement |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1641 |
|
9076
45c73da050e9
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents:
9074
diff
changeset
|
1642 |
# 0: type |
45c73da050e9
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents:
9074
diff
changeset
|
1643 |
compiler.warn.try.resource.throws.interrupted.exc=\ |
45c73da050e9
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents:
9074
diff
changeset
|
1644 |
auto-closeable resource {0} has a member method close() that could throw InterruptedException |
45c73da050e9
7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
mcimadamore
parents:
9074
diff
changeset
|
1645 |
|
10 | 1646 |
compiler.warn.unchecked.assign=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1647 |
unchecked assignment: {0} to {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1648 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1649 |
# 0: symbol, 1: type |
10 | 1650 |
compiler.warn.unchecked.assign.to.var=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1651 |
unchecked assignment to variable {0} as member of raw type {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1652 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1653 |
# 0: symbol, 1: type |
10 | 1654 |
compiler.warn.unchecked.call.mbr.of.raw.type=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1655 |
unchecked call to {0} as a member of the raw type {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1656 |
|
10 | 1657 |
compiler.warn.unchecked.cast.to.type=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1658 |
unchecked cast to type {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1659 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1660 |
# 0: symbol kind, 1: name, 2: list of type, 3: list of type, 4: symbol kind, 5: symbol |
10 | 1661 |
compiler.warn.unchecked.meth.invocation.applied=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1662 |
unchecked method invocation: {0} {1} in {4} {5} is applied to given types\n\ |
1534
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
1663 |
required: {2}\n\ |
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
1664 |
found: {3} |
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
1665 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1666 |
# 0: type |
10 | 1667 |
compiler.warn.unchecked.generic.array.creation=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1668 |
unchecked generic array creation for varargs parameter of type {0} |
10 | 1669 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1670 |
# 0: type |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1671 |
compiler.warn.unchecked.varargs.non.reifiable.type=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1672 |
Possible heap pollution from parameterized vararg type {0} |
5846
6df0e6bcb388
6945418: Project Coin: Simplified Varargs Method Invocation
mcimadamore
parents:
5520
diff
changeset
|
1673 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1674 |
# 0: symbol |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1675 |
compiler.warn.varargs.unsafe.use.varargs.param=\ |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1676 |
Varargs method could cause heap pollution from non-reifiable varargs parameter {0} |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1677 |
|
10 | 1678 |
compiler.warn.missing.deprecated.annotation=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1679 |
deprecated item is not annotated with @Deprecated |
10 | 1680 |
|
40313
a85f92c9a8ab
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
sadayapalam
parents:
40308
diff
changeset
|
1681 |
# 0: symbol kind |
a85f92c9a8ab
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
sadayapalam
parents:
40308
diff
changeset
|
1682 |
compiler.warn.deprecated.annotation.has.no.effect=\ |
a85f92c9a8ab
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
sadayapalam
parents:
40308
diff
changeset
|
1683 |
@Deprecated annotation has no effect on this {0} declaration |
a85f92c9a8ab
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
sadayapalam
parents:
40308
diff
changeset
|
1684 |
|
10 | 1685 |
compiler.warn.invalid.archive.file=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1686 |
Unexpected file on path: {0} |
10 | 1687 |
|
1688 |
compiler.warn.unexpected.archive.file=\ |
|
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1689 |
Unexpected extension for archive file: {0} |
10 | 1690 |
|
40513
39b67170b045
8153391: an image created for \"jdk.compiler\" fails to run javac
jlahoda
parents:
40502
diff
changeset
|
1691 |
# 0: path |
39b67170b045
8153391: an image created for \"jdk.compiler\" fails to run javac
jlahoda
parents:
40502
diff
changeset
|
1692 |
compiler.err.no.zipfs.for.archive=\ |
39b67170b045
8153391: an image created for \"jdk.compiler\" fails to run javac
jlahoda
parents:
40502
diff
changeset
|
1693 |
No file system provider is available to handle this file: {0} |
39b67170b045
8153391: an image created for \"jdk.compiler\" fails to run javac
jlahoda
parents:
40502
diff
changeset
|
1694 |
|
10 | 1695 |
compiler.warn.div.zero=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1696 |
division by zero |
10 | 1697 |
|
1698 |
compiler.warn.empty.if=\ |
|
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1699 |
empty statement after if |
10 | 1700 |
|
1701 |
compiler.warn.annotation.method.not.found=\ |
|
1702 |
Cannot find annotation method ''{1}()'' in type ''{0}'' |
|
1703 |
||
1704 |
compiler.warn.annotation.method.not.found.reason=\ |
|
1705 |
Cannot find annotation method ''{1}()'' in type ''{0}'': {2} |
|
1706 |
||
9603
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1707 |
# 0: symbol, 1: name |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1708 |
compiler.warn.unknown.enum.constant=\ |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1709 |
unknown enum constant {1}.{2} |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1710 |
|
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1711 |
# 0: symbol, 1: name, 2: message segment |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1712 |
compiler.warn.unknown.enum.constant.reason=\ |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1713 |
unknown enum constant {1}.{2}\n\ |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1714 |
reason: {3} |
fa337b87574b
6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
mcimadamore
parents:
9077
diff
changeset
|
1715 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1716 |
# 0: type, 1: type |
1358 | 1717 |
compiler.warn.raw.class.use=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1718 |
found raw type: {0}\n\ |
8045 | 1719 |
missing type arguments for generic class {1} |
1358 | 1720 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1721 |
# 0: unused, 1: unused |
7081
94cfc5b65bed
6939780: add a warning to detect diamond sites
mcimadamore
parents:
7072
diff
changeset
|
1722 |
compiler.warn.diamond.redundant.args=\ |
28142
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1723 |
Redundant type arguments in new expression (use diamond operator instead). |
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1724 |
|
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1725 |
compiler.warn.potential.lambda.found=\ |
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1726 |
This anonymous inner class creation can be turned into a lambda expression. |
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1727 |
|
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1728 |
compiler.warn.method.redundant.typeargs=\ |
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1729 |
Redundant type arguments in method call. |
32a6b1af81b1
8064365: Better support for finder capabilities in target-typing context
mcimadamore
parents:
27991
diff
changeset
|
1730 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1731 |
# 0: symbol, 1: message segment |
7643
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1732 |
compiler.warn.varargs.redundant.trustme.anno=\ |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1733 |
Redundant {0} annotation. {1} |
a067a0cda531
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
mcimadamore
parents:
7624
diff
changeset
|
1734 |
|
24219 | 1735 |
# 0: symbol |
41629 | 1736 |
compiler.warn.access.to.member.from.serializable.element=\ |
1737 |
access to member {0} from serializable element can be publicly accessible to untrusted code |
|
1738 |
||
1739 |
# 0: symbol |
|
1740 |
compiler.warn.access.to.member.from.serializable.lambda=\ |
|
1741 |
access to member {0} from serializable lambda can be publicly accessible to untrusted code |
|
24219 | 1742 |
|
10 | 1743 |
##### |
1744 |
||
1745 |
## The following are tokens which are non-terminals in the language. They should |
|
1746 |
## be named as JLS3 calls them when translated to the appropriate language. |
|
1747 |
compiler.misc.token.identifier=\ |
|
1748 |
<identifier> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1749 |
|
10 | 1750 |
compiler.misc.token.character=\ |
1751 |
<character> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1752 |
|
10 | 1753 |
compiler.misc.token.string=\ |
1754 |
<string> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1755 |
|
10 | 1756 |
compiler.misc.token.integer=\ |
1757 |
<integer> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1758 |
|
10 | 1759 |
compiler.misc.token.long-integer=\ |
1760 |
<long integer> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1761 |
|
10 | 1762 |
compiler.misc.token.float=\ |
1763 |
<float> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1764 |
|
10 | 1765 |
compiler.misc.token.double=\ |
1766 |
<double> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1767 |
|
10 | 1768 |
compiler.misc.token.bad-symbol=\ |
1769 |
<bad symbol> |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1770 |
|
10 | 1771 |
compiler.misc.token.end-of-input=\ |
1772 |
<end of input> |
|
1773 |
||
1774 |
## The argument to the following string will always be one of the following: |
|
1775 |
## 1. one of the above non-terminals |
|
1776 |
## 2. a keyword (JLS1.8) |
|
1777 |
## 3. a boolean literal (JLS3.10.3) |
|
1778 |
## 4. the null literal (JLS3.10.7) |
|
1779 |
## 5. a Java separator (JLS3.11) |
|
1780 |
## 6. an operator (JLS3.12) |
|
1781 |
## |
|
1782 |
## This is the only place these tokens will be used. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1783 |
# 0: token |
10 | 1784 |
compiler.err.expected=\ |
1785 |
{0} expected |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1786 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1787 |
# 0: token, 1: token |
10 | 1788 |
compiler.err.expected2=\ |
1789 |
{0} or {1} expected |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1790 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1791 |
# 0: token, 1: token, 2: token |
10 | 1792 |
compiler.err.expected3=\ |
1793 |
{0}, {1}, or {2} expected |
|
1794 |
||
1795 |
compiler.err.premature.eof=\ |
|
1796 |
reached end of file while parsing |
|
1797 |
||
1798 |
## The following are related in form, but do not easily fit the above paradigm. |
|
1799 |
compiler.err.dot.class.expected=\ |
|
1800 |
''.class'' expected |
|
1801 |
||
1802 |
## The argument to this string will always be either 'case' or 'default'. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1803 |
# 0: token |
10 | 1804 |
compiler.err.orphaned=\ |
1805 |
orphaned {0} |
|
1806 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1807 |
# 0: name |
10 | 1808 |
compiler.misc.anonymous.class=\ |
1809 |
<anonymous {0}> |
|
1810 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1811 |
# 0: name, 1: type |
1357 | 1812 |
compiler.misc.type.captureof=\ |
1813 |
capture#{0} of {1} |
|
1814 |
||
2221
cd6557bcaa0a
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents:
2085
diff
changeset
|
1815 |
compiler.misc.type.captureof.1=\ |
cd6557bcaa0a
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents:
2085
diff
changeset
|
1816 |
capture#{0} |
cd6557bcaa0a
6799605: Basic/Raw formatters should use type/symbol printer instead of toString()
mcimadamore
parents:
2085
diff
changeset
|
1817 |
|
1357 | 1818 |
compiler.misc.type.none=\ |
1819 |
<none> |
|
1820 |
||
10 | 1821 |
compiler.misc.unnamed.package=\ |
1822 |
unnamed package |
|
1823 |
||
36526 | 1824 |
compiler.misc.unnamed.module=\ |
1825 |
unnamed module |
|
1826 |
||
10 | 1827 |
##### |
1828 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1829 |
# 0: symbol, 1: message segment |
10 | 1830 |
compiler.err.cant.access=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1831 |
cannot access {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1832 |
{1} |
10 | 1833 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1834 |
# 0: name |
23790
0697e38017ec
6898851: Compiling against this corrupt class file causes a stacktrace from javac
pgovereau
parents:
23133
diff
changeset
|
1835 |
compiler.misc.bad.class.file=\ |
0697e38017ec
6898851: Compiling against this corrupt class file causes a stacktrace from javac
pgovereau
parents:
23133
diff
changeset
|
1836 |
class file is invalid for class {0} |
0697e38017ec
6898851: Compiling against this corrupt class file causes a stacktrace from javac
pgovereau
parents:
23133
diff
changeset
|
1837 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1838 |
# 0: file name, 1: string (expected constant pool entry type), 2: number (constant pool index) |
24068 | 1839 |
compiler.misc.bad.const.pool.entry=\ |
1840 |
bad constant pool entry in {0}\n\ |
|
1841 |
expected {1} at index {2} |
|
1842 |
||
21006
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1843 |
# 0: file name, 1: message segment |
10 | 1844 |
compiler.misc.bad.class.file.header=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1845 |
bad class file: {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1846 |
{1}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1847 |
Please remove or make sure it appears in the correct subdirectory of the classpath. |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1848 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1849 |
# 0: file name, 1: message segment |
169 | 1850 |
compiler.misc.bad.source.file.header=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1851 |
bad source file: {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1852 |
{1}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1853 |
Please remove or make sure it appears in the correct subdirectory of the sourcepath. |
10 | 1854 |
|
1855 |
## The following are all possible strings for the second argument ({1}) of the |
|
1856 |
## above strings. |
|
1857 |
compiler.misc.bad.class.signature=\ |
|
1858 |
bad class signature: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1859 |
|
9077
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1860 |
#0: symbol, 1: symbol |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1861 |
compiler.misc.bad.enclosing.class=\ |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1862 |
bad enclosing class for {0}: {1} |
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1863 |
|
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1864 |
# 0: symbol |
10 | 1865 |
compiler.misc.bad.enclosing.method=\ |
9077
6ee59e40b258
7031108: NPE in javac.jvm.ClassReader.findMethod in PackageElement.enclosedElements from AP in incr build
jjg
parents:
9076
diff
changeset
|
1866 |
bad enclosing method attribute for class {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1867 |
|
10 | 1868 |
compiler.misc.bad.runtime.invisible.param.annotations=\ |
1869 |
bad RuntimeInvisibleParameterAnnotations attribute: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1870 |
|
10 | 1871 |
compiler.misc.bad.const.pool.tag=\ |
1872 |
bad constant pool tag: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1873 |
|
10 | 1874 |
compiler.misc.bad.const.pool.tag.at=\ |
1875 |
bad constant pool tag: {0} at {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1876 |
|
10 | 1877 |
compiler.misc.bad.signature=\ |
1878 |
bad signature: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1879 |
|
15385 | 1880 |
compiler.misc.bad.type.annotation.value=\ |
1881 |
bad type annotation target type value: {0} |
|
1882 |
||
36526 | 1883 |
compiler.misc.bad.module-info.name=\ |
1884 |
bad class name |
|
1885 |
||
10 | 1886 |
compiler.misc.class.file.wrong.class=\ |
1887 |
class file contains wrong class: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1888 |
|
39361
cd0aca7db174
8159439: javac throws NPE with Module attribute and super_class != 0
vromero
parents:
38827
diff
changeset
|
1889 |
compiler.misc.module.info.invalid.super.class=\ |
cd0aca7db174
8159439: javac throws NPE with Module attribute and super_class != 0
vromero
parents:
38827
diff
changeset
|
1890 |
module-info with invalid super class |
cd0aca7db174
8159439: javac throws NPE with Module attribute and super_class != 0
vromero
parents:
38827
diff
changeset
|
1891 |
|
10 | 1892 |
compiler.misc.class.file.not.found=\ |
1893 |
class file for {0} not found |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1894 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1895 |
# 0: string (classfile major version), 1: string (classfile minor version) |
21006
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1896 |
compiler.misc.invalid.default.interface=\ |
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1897 |
default method found in version {0}.{1} classfile |
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1898 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
1899 |
# 0: string (classfile major version), 1: string (classfile minor version) |
21006
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1900 |
compiler.misc.invalid.static.interface=\ |
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1901 |
static method found in version {0}.{1} classfile |
534673718919
8025087: Annotation processing api returns default modifier for interface static method
jlahoda
parents:
20609
diff
changeset
|
1902 |
|
40502
59dadf1bedbe
8157512: AssertionError in javac when module-info < v53.0
sadayapalam
parents:
40501
diff
changeset
|
1903 |
# 0: string (classfile major version), 1: string (classfile minor version) |
59dadf1bedbe
8157512: AssertionError in javac when module-info < v53.0
sadayapalam
parents:
40501
diff
changeset
|
1904 |
compiler.misc.anachronistic.module.info=\ |
59dadf1bedbe
8157512: AssertionError in javac when module-info < v53.0
sadayapalam
parents:
40501
diff
changeset
|
1905 |
module declaration found in version {0}.{1} classfile |
59dadf1bedbe
8157512: AssertionError in javac when module-info < v53.0
sadayapalam
parents:
40501
diff
changeset
|
1906 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1907 |
# 0: name |
10 | 1908 |
compiler.misc.file.doesnt.contain.class=\ |
1909 |
file does not contain class {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1910 |
|
10 | 1911 |
compiler.misc.file.does.not.contain.package=\ |
1912 |
file does not contain package {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1913 |
|
36526 | 1914 |
compiler.misc.file.does.not.contain.module=\ |
1915 |
file does not contain module declaration |
|
1916 |
||
10 | 1917 |
compiler.misc.illegal.start.of.class.file=\ |
1918 |
illegal start of class file |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1919 |
|
10 | 1920 |
compiler.misc.unable.to.access.file=\ |
1921 |
unable to access file: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1922 |
|
10 | 1923 |
compiler.misc.unicode.str.not.supported=\ |
1924 |
unicode string in class file not supported |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1925 |
|
10 | 1926 |
compiler.misc.undecl.type.var=\ |
1927 |
undeclared type variable: {0} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1928 |
|
29551
cad66be66e2e
8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
sadayapalam
parents:
29293
diff
changeset
|
1929 |
compiler.misc.malformed.vararg.method=\ |
cad66be66e2e
8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
sadayapalam
parents:
29293
diff
changeset
|
1930 |
class file contains malformed variable arity method: {0} |
cad66be66e2e
8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
sadayapalam
parents:
29293
diff
changeset
|
1931 |
|
10 | 1932 |
compiler.misc.wrong.version=\ |
1933 |
class file has wrong version {0}.{1}, should be {2}.{3} |
|
1934 |
||
1935 |
##### |
|
1936 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1937 |
# 0: type, 1: type or symbol |
10 | 1938 |
compiler.err.not.within.bounds=\ |
8045 | 1939 |
type argument {0} is not within bounds of type-variable {1} |
10 | 1940 |
|
1941 |
## The following are all possible strings for the second argument ({1}) of the |
|
1942 |
## above string. |
|
1943 |
||
1944 |
## none yet... |
|
1945 |
||
1946 |
##### |
|
1947 |
||
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
1948 |
# 0: message segment |
10 | 1949 |
compiler.err.prob.found.req=\ |
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1950 |
incompatible types: {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1951 |
|
17582
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1952 |
# 0: message segment |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1953 |
compiler.misc.prob.found.req=\ |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1954 |
incompatible types: {0} |
4079713129dd
8012003: Method diagnostics resolution need to be simplified in some cases
mcimadamore
parents:
17578
diff
changeset
|
1955 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1956 |
# 0: message segment, 1: type, 2: type |
10 | 1957 |
compiler.warn.prob.found.req=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1958 |
{0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1959 |
required: {2}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1960 |
found: {1} |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1961 |
|
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1962 |
# 0: type, 1: type |
10 | 1963 |
compiler.misc.inconvertible.types=\ |
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1964 |
{0} cannot be converted to {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1965 |
|
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
1966 |
# 0: type, 1: type |
10 | 1967 |
compiler.misc.possible.loss.of.precision=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
1968 |
possible lossy conversion from {0} to {1} |
10 | 1969 |
|
1970 |
compiler.misc.unchecked.assign=\ |
|
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1971 |
unchecked conversion |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1972 |
|
10 | 1973 |
# compiler.misc.storecheck=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1974 |
# assignment might cause later store checks to fail |
10 | 1975 |
# compiler.misc.unchecked=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1976 |
# assigned array cannot dynamically check its stores |
10 | 1977 |
compiler.misc.unchecked.cast.to.type=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
1978 |
unchecked cast |
10 | 1979 |
|
1980 |
# compiler.err.star.expected=\ |
|
1981 |
# ''*'' expected |
|
1982 |
# compiler.err.no.elem.type=\ |
|
1983 |
# \[\*\] cannot have a type |
|
1984 |
||
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
1985 |
# 0: type |
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1986 |
compiler.misc.try.not.applicable.to.type=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
1987 |
try-with-resources not applicable to variable type\n\ |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
1988 |
({0}) |
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
1989 |
|
10 | 1990 |
##### |
1991 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1992 |
# 0: message segment or type, 1: message segment |
10 | 1993 |
compiler.err.type.found.req=\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1994 |
unexpected type\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1995 |
required: {1}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
1996 |
found: {0} |
10 | 1997 |
|
1998 |
## The following are all possible strings for the first argument ({0}) of the |
|
1999 |
## above string. |
|
2000 |
compiler.misc.type.req.class=\ |
|
2001 |
class |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2002 |
|
10 | 2003 |
compiler.misc.type.req.class.array=\ |
2004 |
class or array |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2005 |
|
8045 | 2006 |
compiler.misc.type.req.array.or.iterable=\ |
2007 |
array or java.lang.Iterable |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2008 |
|
10 | 2009 |
compiler.misc.type.req.ref=\ |
2010 |
reference |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2011 |
|
10 | 2012 |
compiler.misc.type.req.exact=\ |
2013 |
class or interface without bounds |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2014 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2015 |
# 0: type |
10 | 2016 |
compiler.misc.type.parameter=\ |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2017 |
type parameter {0} |
10 | 2018 |
|
2019 |
##### |
|
2020 |
||
2021 |
## The following are all possible strings for the last argument of all those |
|
2022 |
## diagnostics whose key ends in ".1" |
|
12334
29e1bfdcba4e
7151492: Encapsulate check logic into Attr.ResultInfo
mcimadamore
parents:
11707
diff
changeset
|
2023 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2024 |
# 0: type, 1: list of type |
10 | 2025 |
compiler.misc.no.unique.maximal.instance.exists=\ |
2026 |
no unique maximal instance exists for type variable {0} with upper bounds {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2027 |
|
10 | 2028 |
compiler.misc.no.unique.minimal.instance.exists=\ |
2029 |
no unique minimal instance exists for type variable {0} with lower bounds {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2030 |
|
10628
dca7012223bc
7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents:
10626
diff
changeset
|
2031 |
# 0: type, 1: list of type |
dca7012223bc
7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents:
10626
diff
changeset
|
2032 |
compiler.misc.incompatible.upper.bounds=\ |
dca7012223bc
7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents:
10626
diff
changeset
|
2033 |
inference variable {0} has incompatible upper bounds {1} |
dca7012223bc
7086601: Error message bug: cause for method mismatch is 'null'
mcimadamore
parents:
10626
diff
changeset
|
2034 |
|
30014
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2035 |
# 0: type, 1: list of type |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2036 |
compiler.misc.incompatible.eq.bounds=\ |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2037 |
inference variable {0} has incompatible equality constraints {1} |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2038 |
|
14048
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2039 |
# 0: type, 1: list of type, 2: list of type |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2040 |
compiler.misc.incompatible.eq.upper.bounds=\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2041 |
inference variable {0} has incompatible bounds\n\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2042 |
equality constraints: {1}\n\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2043 |
upper bounds: {2} |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2044 |
|
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2045 |
# 0: type, 1: list of type, 2: list of type |
30014
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2046 |
compiler.misc.incompatible.upper.lower.bounds=\ |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2047 |
inference variable {0} has incompatible bounds\n\ |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2048 |
upper bounds: {1}\n\ |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2049 |
lower bounds: {2} |
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2050 |
|
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2051 |
# 0: type, 1: list of type, 2: list of type |
14048
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2052 |
compiler.misc.incompatible.eq.lower.bounds=\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2053 |
inference variable {0} has incompatible bounds\n\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2054 |
equality constraints: {1}\n\ |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2055 |
lower bounds: {2} |
308d1cf8fe46
7177306: Regression: unchecked method call does not erase return type
mcimadamore
parents:
13689
diff
changeset
|
2056 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2057 |
# 0: list of type, 1: type, 2: type |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2058 |
compiler.misc.infer.no.conforming.instance.exists=\ |
10 | 2059 |
no instance(s) of type variable(s) {0} exist so that {1} conforms to {2} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2060 |
|
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2061 |
# 0: list of type, 1: message segment |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2062 |
compiler.misc.infer.no.conforming.assignment.exists=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2063 |
cannot infer type-variable(s) {0}\n\ |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2064 |
(argument mismatch; {1}) |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2065 |
|
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2066 |
# 0: list of type |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2067 |
compiler.misc.infer.arg.length.mismatch=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2068 |
cannot infer type-variable(s) {0}\n\ |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2069 |
(actual and formal argument lists differ in length) |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2070 |
|
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2071 |
# 0: list of type, 1: message segment |
11707
532f41763bc9
7129801: Merge the two method applicability routines
mcimadamore
parents:
11383
diff
changeset
|
2072 |
compiler.misc.infer.varargs.argument.mismatch=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2073 |
cannot infer type-variable(s) {0}\n\ |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2074 |
(varargs mismatch; {1}) |
11707
532f41763bc9
7129801: Merge the two method applicability routines
mcimadamore
parents:
11383
diff
changeset
|
2075 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2076 |
# 0: type, 1: list of type |
12468
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2077 |
compiler.misc.inferred.do.not.conform.to.upper.bounds=\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2078 |
inferred type does not conform to upper bound(s)\n\ |
3140
15a274b13051
6638712: Inference with wildcard types causes selection of inapplicable method
mcimadamore
parents:
2984
diff
changeset
|
2079 |
inferred: {0}\n\ |
12468
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2080 |
upper bound(s): {1} |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2081 |
|
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2082 |
# 0: type, 1: list of type |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2083 |
compiler.misc.inferred.do.not.conform.to.lower.bounds=\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2084 |
inferred type does not conform to lower bound(s)\n\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2085 |
inferred: {0}\n\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2086 |
lower bound(s): {1} |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2087 |
|
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2088 |
# 0: type, 1: list of type |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2089 |
compiler.misc.inferred.do.not.conform.to.eq.bounds=\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2090 |
inferred type does not conform to equality constraint(s)\n\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2091 |
inferred: {0}\n\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2092 |
equality constraints(s): {1} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2093 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2094 |
# 0: symbol |
5321
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
2095 |
compiler.misc.diamond=\ |
c8efe769cb3b
6939620: Switch to 'complex' diamond inference scheme
mcimadamore
parents:
5320
diff
changeset
|
2096 |
{0}<> |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2097 |
|
8431
21758b2bba40
7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents:
8428
diff
changeset
|
2098 |
# 0: type |
21758b2bba40
7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents:
8428
diff
changeset
|
2099 |
compiler.misc.diamond.non.generic=\ |
21758b2bba40
7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents:
8428
diff
changeset
|
2100 |
cannot use ''<>'' with non-generic class {0} |
21758b2bba40
7020043: Project Coin: diamond allowed on non-generic type
mcimadamore
parents:
8428
diff
changeset
|
2101 |
|
29776
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2102 |
# 0: list of type, 1: message segment |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2103 |
compiler.misc.diamond.invalid.arg=\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2104 |
type argument {0} inferred for {1} is not allowed in this context\n\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2105 |
inferred argument is not expressible in the Signature attribute |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2106 |
|
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2107 |
# 0: list of type, 1: message segment |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2108 |
compiler.misc.diamond.invalid.args=\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2109 |
type arguments {0} inferred for {1} are not allowed in this context\n\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2110 |
inferred arguments are not expressible in the Signature attribute |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2111 |
|
11053
48713f779b1d
7108669: cleanup Log methods for direct printing to streams
jjg
parents:
10816
diff
changeset
|
2112 |
# 0: unused |
9604
d7152128d22f
7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents:
9603
diff
changeset
|
2113 |
compiler.misc.diamond.and.explicit.params=\ |
d7152128d22f
7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents:
9603
diff
changeset
|
2114 |
cannot use ''<>'' with explicit type parameters for constructor |
d7152128d22f
7039931: Project Coin: diamond inference fail with generic constructor explicit type-arguments
mcimadamore
parents:
9603
diff
changeset
|
2115 |
|
19918
3bdf0c6b869c
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
vromero
parents:
19914
diff
changeset
|
2116 |
# 0: unused |
3bdf0c6b869c
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
vromero
parents:
19914
diff
changeset
|
2117 |
compiler.misc.mref.infer.and.explicit.params=\ |
3bdf0c6b869c
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
vromero
parents:
19914
diff
changeset
|
2118 |
cannot use raw constructor reference with explicit type parameters for constructor |
3bdf0c6b869c
8023549: Compiler emitting spurious errors when constructor reference type is inferred and explicit type arguments are supplied
vromero
parents:
19914
diff
changeset
|
2119 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2120 |
# 0: type, 1: list of type |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2121 |
compiler.misc.explicit.param.do.not.conform.to.bounds=\ |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2122 |
explicit type argument {0} does not conform to declared bound(s) {1} |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2123 |
|
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2124 |
compiler.misc.arg.length.mismatch=\ |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2125 |
actual and formal argument lists differ in length |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2126 |
|
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2127 |
# 0: message segment |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2128 |
compiler.misc.no.conforming.assignment.exists=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2129 |
argument mismatch; {0} |
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2130 |
|
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2131 |
# 0: message segment |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2132 |
compiler.misc.varargs.argument.mismatch=\ |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12915
diff
changeset
|
2133 |
varargs mismatch; {0} |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2134 |
|
10 | 2135 |
##### |
2136 |
||
17578 | 2137 |
# 0: symbol or type, 1: file name |
14369
3d660d08d1f7
7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents:
14267
diff
changeset
|
2138 |
compiler.warn.auxiliary.class.accessed.from.outside.of.its.source.file=\ |
3d660d08d1f7
7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents:
14267
diff
changeset
|
2139 |
auxiliary class {0} in {1} should not be accessed from outside its own source file |
3d660d08d1f7
7153951: Add new lint option -Xlint:auxiliaryclass
ohrstrom
parents:
14267
diff
changeset
|
2140 |
|
10 | 2141 |
## The first argument ({0}) is a "kindname". |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2142 |
# 0: symbol kind, 1: symbol, 2: symbol |
10 | 2143 |
compiler.err.abstract.cant.be.accessed.directly=\ |
2144 |
abstract {0} {1} in {2} cannot be accessed directly |
|
2145 |
||
2146 |
## The first argument ({0}) is a "kindname". |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2147 |
# 0: symbol kind, 1: symbol |
10 | 2148 |
compiler.err.non-static.cant.be.ref=\ |
2149 |
non-static {0} {1} cannot be referenced from a static context |
|
2150 |
||
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2151 |
# 0: symbol kind, 1: symbol |
28456
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2152 |
compiler.misc.bad.static.method.in.unbound.lookup=\ |
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2153 |
unexpected static {0} {1} found in unbound lookup |
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2154 |
|
16323
c4409c235642
8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents:
16320
diff
changeset
|
2155 |
# 0: symbol kind, 1: symbol |
28456
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2156 |
compiler.misc.bad.instance.method.in.unbound.lookup=\ |
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2157 |
unexpected instance {0} {1} found in unbound lookup |
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2158 |
|
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2159 |
# 0: symbol kind, 1: symbol |
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2160 |
compiler.misc.bad.static.method.in.bound.lookup=\ |
b87fdde1404d
8068995: Cleanup method reference lookup code
mcimadamore
parents:
28334
diff
changeset
|
2161 |
unexpected static {0} {1} found in bound lookup |
16323
c4409c235642
8008537: Missing method reference lookup error when unbound search finds a static method
mcimadamore
parents:
16320
diff
changeset
|
2162 |
|
10 | 2163 |
## Both arguments ({0}, {1}) are "kindname"s. {0} is a comma-separated list |
2164 |
## of kindnames (the list should be identical to that provided in source. |
|
2165 |
compiler.err.unexpected.type=\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2166 |
unexpected type\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2167 |
required: {0}\n\ |
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2168 |
found: {1} |
10 | 2169 |
|
14058
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
2170 |
compiler.err.unexpected.lambda=\ |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
2171 |
lambda expression not expected here |
c7ec7facdd20
7177385: Add attribution support for lambda expressions
mcimadamore
parents:
14057
diff
changeset
|
2172 |
|
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2173 |
compiler.err.unexpected.mref=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2174 |
method reference not expected here |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2175 |
|
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2176 |
## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.) |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2177 |
## The second argument {1} is the non-resolved symbol |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2178 |
## The third argument {2} is a list of type parameters (non-empty if {1} is a method) |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2179 |
## The fourth argument {3} is a list of argument types (non-empty if {1} is a method) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2180 |
# 0: symbol kind, 1: name, 2: unused, 3: unused |
10 | 2181 |
compiler.err.cant.resolve=\ |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2182 |
cannot find symbol\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2183 |
symbol: {0} {1} |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2184 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2185 |
# 0: symbol kind, 1: name, 2: unused, 3: list of type |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2186 |
compiler.err.cant.resolve.args=\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2187 |
cannot find symbol\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2188 |
symbol: {0} {1}({3}) |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2189 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2190 |
# 0: symbol kind, 1: name, 2: list of type, 3: list of type |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2191 |
compiler.err.cant.resolve.args.params=\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2192 |
cannot find symbol\n\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2193 |
symbol: {0} <{2}>{1}({3}) |
10 | 2194 |
|
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2195 |
## arguments from {0} to {3} have the same meaning as above |
8045 | 2196 |
## The fifth argument {4} is a location subdiagnostic (see below) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2197 |
# 0: symbol kind, 1: name, 2: unused, 3: unused, 4: message segment |
10 | 2198 |
compiler.err.cant.resolve.location=\ |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2199 |
cannot find symbol\n\ |
2085
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
1996
diff
changeset
|
2200 |
symbol: {0} {1}\n\ |
8045 | 2201 |
location: {4} |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2202 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2203 |
# 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2204 |
compiler.err.cant.resolve.location.args=\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2205 |
cannot find symbol\n\ |
2085
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
1996
diff
changeset
|
2206 |
symbol: {0} {1}({3})\n\ |
8045 | 2207 |
location: {4} |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2208 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2209 |
# 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment |
939
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2210 |
compiler.err.cant.resolve.location.args.params=\ |
38e24969c7e9
6717241: some diagnostic argument is prematurely converted into a String object
mcimadamore
parents:
735
diff
changeset
|
2211 |
cannot find symbol\n\ |
2085
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
1996
diff
changeset
|
2212 |
symbol: {0} <{2}>{1}({3})\n\ |
8045 | 2213 |
location: {4} |
2214 |
||
14062
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2215 |
### Following are replicated/used for method reference diagnostics |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2216 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2217 |
# 0: symbol kind, 1: name, 2: unused, 3: list of type, 4: message segment |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2218 |
compiler.misc.cant.resolve.location.args=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2219 |
cannot find symbol\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2220 |
symbol: {0} {1}({3})\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2221 |
location: {4} |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2222 |
|
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2223 |
# 0: symbol kind, 1: name, 2: list of type, 3: list, 4: message segment |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2224 |
compiler.misc.cant.resolve.location.args.params=\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2225 |
cannot find symbol\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2226 |
symbol: {0} <{2}>{1}({3})\n\ |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2227 |
location: {4} |
b7439971a094
7177386: Add attribution support for method references
mcimadamore
parents:
14058
diff
changeset
|
2228 |
|
8045 | 2229 |
##a location subdiagnostic is composed as follows: |
2230 |
## The first argument {0} is the location "kindname" (e.g. 'constructor', 'field', etc.) |
|
2231 |
## The second argument {1} is the location name |
|
2232 |
## The third argument {2} is the location type (only when {1} is a variable name) |
|
2233 |
||
11053
48713f779b1d
7108669: cleanup Log methods for direct printing to streams
jjg
parents:
10816
diff
changeset
|
2234 |
# 0: symbol kind, 1: type or symbol, 2: unused |
8045 | 2235 |
compiler.misc.location=\ |
2236 |
{0} {1} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2237 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2238 |
# 0: symbol kind, 1: symbol, 2: type |
8045 | 2239 |
compiler.misc.location.1=\ |
2240 |
{0} {1} of type {2} |
|
10 | 2241 |
|
2242 |
## The following are all possible string for "kindname". |
|
2243 |
## They should be called whatever the JLS calls them after it been translated |
|
2244 |
## to the appropriate language. |
|
2245 |
# compiler.misc.kindname.constructor=\ |
|
2246 |
# static member |
|
2247 |
compiler.misc.kindname.annotation=\ |
|
2248 |
@interface |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2249 |
|
10 | 2250 |
compiler.misc.kindname.constructor=\ |
2251 |
constructor |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2252 |
|
6031
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
2253 |
compiler.misc.kindname.enum=\ |
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
2254 |
enum |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2255 |
|
10 | 2256 |
compiler.misc.kindname.interface=\ |
2257 |
interface |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2258 |
|
10 | 2259 |
compiler.misc.kindname.static=\ |
2260 |
static |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2261 |
|
10 | 2262 |
compiler.misc.kindname.type.variable=\ |
2263 |
type variable |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2264 |
|
10 | 2265 |
compiler.misc.kindname.type.variable.bound=\ |
2266 |
bound of type variable |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2267 |
|
10 | 2268 |
compiler.misc.kindname.variable=\ |
2269 |
variable |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2270 |
|
10 | 2271 |
compiler.misc.kindname.value=\ |
2272 |
value |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2273 |
|
10 | 2274 |
compiler.misc.kindname.method=\ |
2275 |
method |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2276 |
|
10 | 2277 |
compiler.misc.kindname.class=\ |
2278 |
class |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2279 |
|
10 | 2280 |
compiler.misc.kindname.package=\ |
2281 |
package |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2282 |
|
36526 | 2283 |
compiler.misc.kindname.module=\ |
2284 |
module |
|
2285 |
||
10626
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2286 |
compiler.misc.kindname.static.init=\ |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2287 |
static initializer |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2288 |
|
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2289 |
compiler.misc.kindname.instance.init=\ |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2290 |
instance initializer |
83f0c2860f5b
7086595: Error message bug: name of initializer is 'null'
mcimadamore
parents:
10199
diff
changeset
|
2291 |
|
10 | 2292 |
##### |
2293 |
||
1534
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
2294 |
compiler.misc.no.args=\ |
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
2295 |
no arguments |
e923a41e84cc
6758789: Some method resolution diagnostic should be improved
mcimadamore
parents:
1358
diff
changeset
|
2296 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2297 |
# 0: message segment |
10 | 2298 |
compiler.err.override.static=\ |
3560 | 2299 |
{0}\n\ |
2300 |
overriding method is static |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2301 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2302 |
# 0: message segment, 1: set of modifier |
10 | 2303 |
compiler.err.override.meth=\ |
3560 | 2304 |
{0}\n\ |
2305 |
overridden method is {1} |
|
10 | 2306 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2307 |
# 0: message segment, 1: type |
10 | 2308 |
compiler.err.override.meth.doesnt.throw=\ |
3560 | 2309 |
{0}\n\ |
2310 |
overridden method does not throw {1} |
|
10 | 2311 |
|
2312 |
# In the following string {1} is a space separated list of Java Keywords, as |
|
2313 |
# they would have been declared in the source code |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2314 |
# 0: message segment, 1: set of modifier |
10 | 2315 |
compiler.err.override.weaker.access=\ |
3560 | 2316 |
{0}\n\ |
2317 |
attempting to assign weaker access privileges; was {1} |
|
2318 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2319 |
# 0: message segment, 1: type, 2: type |
3560 | 2320 |
compiler.err.override.incompatible.ret=\ |
2321 |
{0}\n\ |
|
2322 |
return type {1} is not compatible with {2} |
|
10 | 2323 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2324 |
# 0: message segment, 1: type, 2: type |
3560 | 2325 |
compiler.warn.override.unchecked.ret=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
2326 |
{0}\n\ |
3560 | 2327 |
return type requires unchecked conversion from {1} to {2} |
10 | 2328 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2329 |
# 0: message segment, 1: type |
3560 | 2330 |
compiler.warn.override.unchecked.thrown=\ |
6151
dd513881e71d
6957438: improve code for generating warning messages containing option names
jjg
parents:
6148
diff
changeset
|
2331 |
{0}\n\ |
3560 | 2332 |
overridden method does not throw {1} |
10 | 2333 |
|
16333 | 2334 |
# 0: symbol |
16301
b6fd735ea78e
6563143: javac should issue a warning for overriding equals without hashCode
vromero
parents:
16294
diff
changeset
|
2335 |
compiler.warn.override.equals.but.not.hashcode=\ |
16320
92ba27b7aaf3
8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
vromero
parents:
16316
diff
changeset
|
2336 |
Class {0} overrides equals, but neither it nor any superclass overrides hashCode method |
16301
b6fd735ea78e
6563143: javac should issue a warning for overriding equals without hashCode
vromero
parents:
16294
diff
changeset
|
2337 |
|
10 | 2338 |
## The following are all possible strings for the first argument ({0}) of the |
2339 |
## above strings. |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2340 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2341 |
compiler.misc.cant.override=\ |
2342 |
{0} in {1} cannot override {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2343 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2344 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
33713
dc1d2632935c
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
sadayapalam
parents:
30069
diff
changeset
|
2345 |
compiler.misc.cant.hide=\ |
dc1d2632935c
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
sadayapalam
parents:
30069
diff
changeset
|
2346 |
{0} in {1} cannot hide {2} in {3} |
dc1d2632935c
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
sadayapalam
parents:
30069
diff
changeset
|
2347 |
|
dc1d2632935c
8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
sadayapalam
parents:
30069
diff
changeset
|
2348 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2349 |
compiler.misc.cant.implement=\ |
2350 |
{0} in {1} cannot implement {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2351 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2352 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2353 |
compiler.misc.clashes.with=\ |
2354 |
{0} in {1} clashes with {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2355 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2356 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2357 |
compiler.misc.unchecked.override=\ |
2358 |
{0} in {1} overrides {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2359 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2360 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2361 |
compiler.misc.unchecked.implement=\ |
2362 |
{0} in {1} implements {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2363 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2364 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2365 |
compiler.misc.unchecked.clash.with=\ |
2366 |
{0} in {1} overrides {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2367 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2368 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2369 |
compiler.misc.varargs.override=\ |
2370 |
{0} in {1} overrides {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2371 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2372 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2373 |
compiler.misc.varargs.implement=\ |
2374 |
{0} in {1} implements {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2375 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2376 |
# 0: symbol, 1: symbol, 2: symbol, 3: symbol |
10 | 2377 |
compiler.misc.varargs.clash.with=\ |
2378 |
{0} in {1} overrides {2} in {3} |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2379 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2380 |
# 0: symbol kind, 1: symbol, 2: symbol, 3: message segment |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2381 |
compiler.misc.inapplicable.method=\ |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2382 |
{0} {1}.{2} is not applicable\n\ |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2383 |
({3}) |
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
6592
diff
changeset
|
2384 |
|
10 | 2385 |
######################################## |
2386 |
# Diagnostics for language feature changes |
|
2387 |
######################################## |
|
36526 | 2388 |
|
2389 |
# 0: string |
|
2390 |
compiler.err.modules.not.supported.in.source=\ |
|
2391 |
modules are not supported in -source {0}\n\ |
|
2392 |
(use -source 9 or higher to enable modules) |
|
2393 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2394 |
# 0: string |
29776
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2395 |
compiler.misc.diamond.and.anon.class.not.supported.in.source=\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2396 |
cannot use ''<>'' with anonymous inner classes in -source {0}\n\ |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2397 |
(use -source 9 or higher to enable ''<>'' with anonymous inner classes) |
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2398 |
|
984a79b71cfe
8062373: Project Coin: diamond and anonymous classes
sadayapalam
parents:
29551
diff
changeset
|
2399 |
# 0: string |
3895 | 2400 |
compiler.err.unsupported.binary.lit=\ |
2401 |
binary literals are not supported in -source {0}\n\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2402 |
(use -source 7 or higher to enable binary literals) |
3895 | 2403 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2404 |
# 0: string |
3895 | 2405 |
compiler.err.unsupported.underscore.lit=\ |
2406 |
underscores in literals are not supported in -source {0}\n\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2407 |
(use -source 7 or higher to enable underscores in literals) |
10 | 2408 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2409 |
# 0: string |
7211
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
2410 |
compiler.err.try.with.resources.not.supported.in.source=\ |
163fe60f63de
6970016: Clean up ARM/try-with-resources implementation
mcimadamore
parents:
7203
diff
changeset
|
2411 |
try-with-resources is not supported in -source {0}\n\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2412 |
(use -source 7 or higher to enable try-with-resources) |
6148
3a8158299c51
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
darcy
parents:
6145
diff
changeset
|
2413 |
|
27844
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
2414 |
# 0: string |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
2415 |
compiler.err.var.in.try.with.resources.not.supported.in.source=\ |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
2416 |
variables in try-with-resources not supported in -source {0}\n\ |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
2417 |
(use -source 9 or higher to enable variables in try-with-resources) |
8b5d79870a2f
7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
jlahoda
parents:
27387
diff
changeset
|
2418 |
|
15367 | 2419 |
compiler.warn.underscore.as.identifier=\ |
27991
8f4b68523da3
8061549: Disallow _ as a one-character identifier
jlahoda
parents:
27844
diff
changeset
|
2420 |
as of release 9, ''_'' is a keyword, and may not be used as an identifier |
8f4b68523da3
8061549: Disallow _ as a one-character identifier
jlahoda
parents:
27844
diff
changeset
|
2421 |
|
8f4b68523da3
8061549: Disallow _ as a one-character identifier
jlahoda
parents:
27844
diff
changeset
|
2422 |
compiler.err.underscore.as.identifier=\ |
8f4b68523da3
8061549: Disallow _ as a one-character identifier
jlahoda
parents:
27844
diff
changeset
|
2423 |
as of release 9, ''_'' is a keyword, and may not be used as an identifier |
15367 | 2424 |
|
20609
dce669916b62
8023679: Improve error message for '_' used as a lambda parameter name
vromero
parents:
19918
diff
changeset
|
2425 |
compiler.err.underscore.as.identifier.in.lambda=\ |
dce669916b62
8023679: Improve error message for '_' used as a lambda parameter name
vromero
parents:
19918
diff
changeset
|
2426 |
''_'' used as an identifier\n\ |
dce669916b62
8023679: Improve error message for '_' used as a lambda parameter name
vromero
parents:
19918
diff
changeset
|
2427 |
(use of ''_'' as an identifier is forbidden for lambda parameters) |
dce669916b62
8023679: Improve error message for '_' used as a lambda parameter name
vromero
parents:
19918
diff
changeset
|
2428 |
|
10 | 2429 |
compiler.err.enum.as.identifier=\ |
25445
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
2430 |
as of release 5, ''enum'' is a keyword, and may not be used as an identifier |
10 | 2431 |
|
2432 |
compiler.err.assert.as.identifier=\ |
|
25445
603f0c93d5c9
8011044: Remove support for 1.5 and earlier source and target options
ntoda
parents:
25283
diff
changeset
|
2433 |
as of release 1.4, ''assert'' is a keyword, and may not be used as an identifier |
10 | 2434 |
|
15385 | 2435 |
# TODO 308: make a better error message |
2436 |
compiler.err.this.as.identifier=\ |
|
2437 |
as of release 8, ''this'' is allowed as the parameter name for the receiver type only, which has to be the first parameter |
|
2438 |
||
17578 | 2439 |
# 0: symbol |
2440 |
compiler.err.receiver.parameter.not.applicable.constructor.toplevel.class=\ |
|
2441 |
receiver parameter not applicable for constructor of top-level class |
|
2442 |
||
15385 | 2443 |
# TODO 308: make a better error message |
21041 | 2444 |
# 0: symbol |
2445 |
compiler.err.cant.type.annotate.scoping.1=\ |
|
2446 |
scoping construct cannot be annotated with type-use annotation: {0} |
|
17578 | 2447 |
|
15385 | 2448 |
# TODO 308: make a better error message |
21041 | 2449 |
# 0: list of symbol |
2450 |
compiler.err.cant.type.annotate.scoping=\ |
|
2451 |
scoping construct cannot be annotated with type-use annotations: {0} |
|
15385 | 2452 |
|
17578 | 2453 |
# 0: type, 1: type |
2454 |
compiler.err.incorrect.receiver.name=\ |
|
2455 |
the receiver name does not match the enclosing class type\n\ |
|
2456 |
required: {0}\n\ |
|
2457 |
found: {1} |
|
2458 |
||
2459 |
# 0: type, 1: type |
|
15385 | 2460 |
compiler.err.incorrect.receiver.type=\ |
17578 | 2461 |
the receiver type does not match the enclosing class type\n\ |
2462 |
required: {0}\n\ |
|
2463 |
found: {1} |
|
2464 |
||
2465 |
# 0: type, 1: type |
|
2466 |
compiler.err.incorrect.constructor.receiver.type=\ |
|
2467 |
the receiver type does not match the enclosing outer class type\n\ |
|
2468 |
required: {0}\n\ |
|
2469 |
found: {1} |
|
2470 |
||
2471 |
# 0: type, 1: type |
|
2472 |
compiler.err.incorrect.constructor.receiver.name=\ |
|
2473 |
the receiver name does not match the enclosing outer class type\n\ |
|
2474 |
required: {0}\n\ |
|
2475 |
found: {1} |
|
15385 | 2476 |
|
2477 |
compiler.err.no.annotations.on.dot.class=\ |
|
2478 |
no annotations are allowed in the type of a class literal |
|
2479 |
||
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2480 |
# 0: string |
15385 | 2481 |
compiler.err.type.annotations.not.supported.in.source=\ |
2482 |
type annotations are not supported in -source {0}\n\ |
|
2483 |
(use -source 8 or higher to enable type annotations) |
|
3149 | 2484 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2485 |
# 0: string |
23800
f7ffcfe938f2
8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda
parents:
23790
diff
changeset
|
2486 |
compiler.err.annotations.after.type.params.not.supported.in.source=\ |
f7ffcfe938f2
8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda
parents:
23790
diff
changeset
|
2487 |
annotations after method type parameters are not supported in -source {0}\n\ |
f7ffcfe938f2
8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda
parents:
23790
diff
changeset
|
2488 |
(use -source 8 or higher to enable annotations after method type parameters) |
f7ffcfe938f2
8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda
parents:
23790
diff
changeset
|
2489 |
|
f7ffcfe938f2
8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda
parents:
23790
diff
changeset
|
2490 |
# 0: string |
21009 | 2491 |
compiler.err.repeatable.annotations.not.supported.in.source=\ |
2492 |
repeated annotations are not supported in -source {0}\n\ |
|
2493 |
(use -source 8 or higher to enable repeated annotations) |
|
2494 |
||
2495 |
# 0: string |
|
6031
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
2496 |
compiler.err.diamond.not.supported.in.source=\ |
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
2497 |
diamond operator is not supported in -source {0}\n\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2498 |
(use -source 7 or higher to enable diamond operator) |
6031
50004868a787
6964768: need test program to validate javac resource bundles
jjg
parents:
5848
diff
changeset
|
2499 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2500 |
# 0: string |
5492
515e4b33b335
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents:
5321
diff
changeset
|
2501 |
compiler.err.multicatch.not.supported.in.source=\ |
515e4b33b335
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents:
5321
diff
changeset
|
2502 |
multi-catch statement is not supported in -source {0}\n\ |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2503 |
(use -source 7 or higher to enable multi-catch statement) |
5492
515e4b33b335
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
mcimadamore
parents:
5321
diff
changeset
|
2504 |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2505 |
# 0: string |
4142 | 2506 |
compiler.err.string.switch.not.supported.in.source=\ |
2507 |
strings in switch are not supported in -source {0}\n\ |
|
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2508 |
(use -source 7 or higher to enable strings in switch) |
4142 | 2509 |
|
11143
9dbe313bfb74
7115050: Add parser support for lambda expressions
mcimadamore
parents:
11053
diff
changeset
|
2510 |
# 0: string |
9dbe313bfb74
7115050: Add parser support for lambda expressions
mcimadamore
parents:
11053
diff
changeset
|
2511 |
compiler.err.lambda.not.supported.in.source=\ |
9dbe313bfb74
7115050: Add parser support for lambda expressions
mcimadamore
parents:
11053
diff
changeset
|
2512 |
lambda expressions are not supported in -source {0}\n\ |
9dbe313bfb74
7115050: Add parser support for lambda expressions
mcimadamore
parents:
11053
diff
changeset
|
2513 |
(use -source 8 or higher to enable lambda expressions) |
9dbe313bfb74
7115050: Add parser support for lambda expressions
mcimadamore
parents:
11053
diff
changeset
|
2514 |
|
11144
8a4ae514eedf
7115052: Add parser support for method references
mcimadamore
parents:
11143
diff
changeset
|
2515 |
# 0: string |
8a4ae514eedf
7115052: Add parser support for method references
mcimadamore
parents:
11143
diff
changeset
|
2516 |
compiler.err.method.references.not.supported.in.source=\ |
8a4ae514eedf
7115052: Add parser support for method references
mcimadamore
parents:
11143
diff
changeset
|
2517 |
method references are not supported in -source {0}\n\ |
8a4ae514eedf
7115052: Add parser support for method references
mcimadamore
parents:
11143
diff
changeset
|
2518 |
(use -source 8 or higher to enable method references) |
8a4ae514eedf
7115052: Add parser support for method references
mcimadamore
parents:
11143
diff
changeset
|
2519 |
|
14267
6321fbe0cf50
7192245: Add parser support for default methods
mcimadamore
parents:
14062
diff
changeset
|
2520 |
# 0: string |
6321fbe0cf50
7192245: Add parser support for default methods
mcimadamore
parents:
14062
diff
changeset
|
2521 |
compiler.err.default.methods.not.supported.in.source=\ |
6321fbe0cf50
7192245: Add parser support for default methods
mcimadamore
parents:
14062
diff
changeset
|
2522 |
default methods are not supported in -source {0}\n\ |
6321fbe0cf50
7192245: Add parser support for default methods
mcimadamore
parents:
14062
diff
changeset
|
2523 |
(use -source 8 or higher to enable default methods) |
6321fbe0cf50
7192245: Add parser support for default methods
mcimadamore
parents:
14062
diff
changeset
|
2524 |
|
14725
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
2525 |
# 0: string |
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
2526 |
compiler.err.intersection.types.in.cast.not.supported.in.source=\ |
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
2527 |
intersection types in cast are not supported in -source {0}\n\ |
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
2528 |
(use -source 8 or higher to enable default methods) |
65836e833f59
8002099: Add support for intersection types in cast expression
mcimadamore
parents:
14724
diff
changeset
|
2529 |
|
15377
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
2530 |
# 0: string |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
2531 |
compiler.err.static.intf.methods.not.supported.in.source=\ |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
2532 |
static interface methods are not supported in -source {0}\n\ |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
2533 |
(use -source 8 or higher to enable static interface methods) |
515846bb6637
8005166: Add support for static interface methods
mcimadamore
parents:
15367
diff
changeset
|
2534 |
|
24901
73bacb7d064e
8037385: constant pool errors with -target 1.7 and static default methods
dlsmith
parents:
24219
diff
changeset
|
2535 |
# 0: string |
73bacb7d064e
8037385: constant pool errors with -target 1.7 and static default methods
dlsmith
parents:
24219
diff
changeset
|
2536 |
compiler.err.static.intf.method.invoke.not.supported.in.source=\ |
73bacb7d064e
8037385: constant pool errors with -target 1.7 and static default methods
dlsmith
parents:
24219
diff
changeset
|
2537 |
static interface method invocations are not supported in -source {0}\n\ |
73bacb7d064e
8037385: constant pool errors with -target 1.7 and static default methods
dlsmith
parents:
24219
diff
changeset
|
2538 |
(use -source 8 or higher to enable static interface method invocations) |
73bacb7d064e
8037385: constant pool errors with -target 1.7 and static default methods
dlsmith
parents:
24219
diff
changeset
|
2539 |
|
29293
1583c6dd6df7
8071453: Allow interface methods to be private
sadayapalam
parents:
29051
diff
changeset
|
2540 |
# 0: string |
1583c6dd6df7
8071453: Allow interface methods to be private
sadayapalam
parents:
29051
diff
changeset
|
2541 |
compiler.err.private.intf.methods.not.supported.in.source=\ |
1583c6dd6df7
8071453: Allow interface methods to be private
sadayapalam
parents:
29051
diff
changeset
|
2542 |
private interface methods are not supported in -source {0}\n\ |
1583c6dd6df7
8071453: Allow interface methods to be private
sadayapalam
parents:
29051
diff
changeset
|
2543 |
(use -source 9 or higher to enable private interface methods) |
1583c6dd6df7
8071453: Allow interface methods to be private
sadayapalam
parents:
29051
diff
changeset
|
2544 |
|
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2545 |
######################################## |
10816
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2546 |
# Diagnostics for verbose resolution |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2547 |
# used by Resolve (debug only) |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2548 |
######################################## |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2549 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2550 |
# 0: number, 1: symbol, 2: unused |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2551 |
compiler.misc.applicable.method.found=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2552 |
#{0} applicable method found: {1} |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2553 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2554 |
# 0: number, 1: symbol, 2: message segment |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2555 |
compiler.misc.applicable.method.found.1=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2556 |
#{0} applicable method found: {1}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2557 |
({2}) |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2558 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2559 |
# 0: number, 1: symbol, 2: message segment |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2560 |
compiler.misc.not.applicable.method.found=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2561 |
#{0} not applicable method found: {1}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2562 |
({2}) |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2563 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2564 |
# 0: type |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2565 |
compiler.misc.partial.inst.sig=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2566 |
partially instantiated to: {0} |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2567 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
2568 |
# 0: name, 1: symbol, 2: number, 3: string (method resolution phase), 4: list of type or message segment, 5: list of type or message segment |
10816
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2569 |
compiler.note.verbose.resolve.multi=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2570 |
resolving method {0} in type {1} to candidate {2}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2571 |
phase: {3}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2572 |
with actuals: {4}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2573 |
with type-args: {5}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2574 |
candidates: |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2575 |
|
28334
1633de6070ae
8058542: Devise scheme for better diagnostic creation
mcimadamore
parents:
28142
diff
changeset
|
2576 |
# 0: name, 1: symbol, 2: unused, 3: string (method resolution phase), 4: list of type or message segment, 5: list of type or message segment |
10816
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2577 |
compiler.note.verbose.resolve.multi.1=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2578 |
erroneous resolution for method {0} in type {1}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2579 |
phase: {3}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2580 |
with actuals: {4}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2581 |
with type-args: {5}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2582 |
candidates: |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2583 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2584 |
# 0: symbol, 1: type, 2: type |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2585 |
compiler.note.deferred.method.inst=\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2586 |
Deferred instantiation of method {0}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2587 |
instantiated signature: {1}\n\ |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2588 |
target-type: {2} |
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2589 |
|
ce8a7e9d8882
7098660: Write better overload resolution/inference tests
mcimadamore
parents:
10637
diff
changeset
|
2590 |
######################################## |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2591 |
# Diagnostics for where clause implementation |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2592 |
# used by the RichDiagnosticFormatter. |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2593 |
######################################## |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2594 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2595 |
compiler.misc.type.null=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2596 |
<null> |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2597 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2598 |
# X#n (where n is an int id) is disambiguated tvar name |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2599 |
# 0: name, 1: number |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2600 |
compiler.misc.type.var=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2601 |
{0}#{1} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2602 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2603 |
# CAP#n (where n is an int id) is an abbreviation for 'captured type' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2604 |
# 0: number |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2605 |
compiler.misc.captured.type=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2606 |
CAP#{0} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2607 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2608 |
# <INT#n> (where n is an int id) is an abbreviation for 'intersection type' |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2609 |
# 0: number |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2610 |
compiler.misc.intersection.type=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2611 |
INT#{0} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2612 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2613 |
# where clause for captured type: contains upper ('extends {1}') and lower |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2614 |
# ('super {2}') bound along with the wildcard that generated this captured type ({3}) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2615 |
# 0: type, 1: type, 2: type, 3: type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2616 |
compiler.misc.where.captured=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2617 |
{0} extends {1} super: {2} from capture of {3} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2618 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2619 |
# compact where clause for captured type: contains upper ('extends {1}') along |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2620 |
# with the wildcard that generated this captured type ({3}) |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2621 |
# 0: type, 1: type, 2: unused, 3: type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2622 |
compiler.misc.where.captured.1=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2623 |
{0} extends {1} from capture of {3} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2624 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2625 |
# where clause for type variable: contains upper bound(s) ('extends {1}') along with |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2626 |
# the kindname ({2}) and location ({3}) in which the typevar has been declared |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2627 |
# 0: type, 1: list of type, 2: symbol kind, 3: symbol |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2628 |
compiler.misc.where.typevar=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2629 |
{0} extends {1} declared in {2} {3} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2630 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2631 |
# compact where clause for type variable: contains the kindname ({2}) and location ({3}) |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2632 |
# in which the typevar has been declared |
12468
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2633 |
# 0: type, 1: list of type, 2: symbol kind, 3: symbol |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2634 |
compiler.misc.where.typevar.1=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2635 |
{0} declared in {2} {3} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2636 |
|
12468
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2637 |
# where clause for fresh type variable: contains upper bound(s) ('extends {1}'). |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2638 |
# Since a fresh type-variable is synthetic - there's no location/kindname here. |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2639 |
# 0: type, 1: list of type |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2640 |
compiler.misc.where.fresh.typevar=\ |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2641 |
{0} extends {1} |
1100643c0209
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore
parents:
12466
diff
changeset
|
2642 |
|
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2643 |
# where clause for type variable: contains all the upper bound(s) ('extends {1}') |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2644 |
# of this intersection type |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2645 |
# 0: type, 1: list of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2646 |
compiler.misc.where.intersection=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2647 |
{0} extends {1} |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2648 |
|
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2649 |
### Where clause headers ### |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2650 |
compiler.misc.where.description.captured=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2651 |
where {0} is a fresh type-variable: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2652 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2653 |
# 0: set of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2654 |
compiler.misc.where.description.typevar=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2655 |
where {0} is a type-variable: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2656 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2657 |
# 0: set of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2658 |
compiler.misc.where.description.intersection=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2659 |
where {0} is an intersection type: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2660 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2661 |
# 0: set of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2662 |
compiler.misc.where.description.captured.1=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2663 |
where {0} are fresh type-variables: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2664 |
|
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2665 |
# 0: set of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2666 |
compiler.misc.where.description.typevar.1=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2667 |
where {0} are type-variables: |
8226
8c2fd7e7bcf3
7013272: Automatically generate info about how compiler resource keys are used
jjg
parents:
8224
diff
changeset
|
2668 |
|
30014
fc1f2b200c1f
8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents:
29960
diff
changeset
|
2669 |
# 0: set of type |
2984
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2670 |
compiler.misc.where.description.intersection.1=\ |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2671 |
where {0} are intersection types: |
e15ff3a34054
6722234: javac diagnostics need better integration with the type-system
mcimadamore
parents:
2723
diff
changeset
|
2672 |
|
14541
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2673 |
### |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2674 |
# errors related to doc comments |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2675 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2676 |
compiler.err.dc.bad.entity=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2677 |
bad HTML entity |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2678 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2679 |
compiler.err.dc.bad.gt=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2680 |
bad use of ''>'' |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2681 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2682 |
compiler.err.dc.bad.inline.tag=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2683 |
incorrect use of inline tag |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2684 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2685 |
compiler.err.dc.identifier.expected=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2686 |
identifier expected |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2687 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2688 |
compiler.err.dc.malformed.html=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2689 |
malformed HTML |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2690 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2691 |
compiler.err.dc.missing.semicolon=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2692 |
semicolon missing |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2693 |
|
14952 | 2694 |
compiler.err.dc.no.content=\ |
2695 |
no content |
|
2696 |
||
14541
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2697 |
compiler.err.dc.no.tag.name=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2698 |
no tag name after '@' |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2699 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2700 |
compiler.err.dc.gt.expected=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2701 |
''>'' expected |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2702 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2703 |
compiler.err.dc.ref.bad.parens=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2704 |
'')'' missing in reference |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2705 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2706 |
compiler.err.dc.ref.syntax.error=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2707 |
syntax error in reference |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2708 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2709 |
compiler.err.dc.ref.unexpected.input=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2710 |
unexpected text |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2711 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2712 |
compiler.err.dc.unexpected.content=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2713 |
unexpected content |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2714 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2715 |
compiler.err.dc.unterminated.inline.tag=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2716 |
unterminated inline tag |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2717 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2718 |
compiler.err.dc.unterminated.signature=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2719 |
unterminated signature |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2720 |
|
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2721 |
compiler.err.dc.unterminated.string=\ |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2722 |
unterminated string |
36f9d11fc9aa
7021614: extend com.sun.source API to support parsing javadoc comments
jjg
parents:
14443
diff
changeset
|
2723 |
|
36526 | 2724 |
### |
2725 |
# errors related to modules |
|
2726 |
||
2727 |
compiler.err.expected.module=\ |
|
2728 |
expected ''module'' |
|
2729 |
||
2730 |
# 0: symbol |
|
2731 |
compiler.err.module.not.found=\ |
|
2732 |
module not found: {0} |
|
2733 |
||
2734 |
compiler.err.too.many.modules=\ |
|
2735 |
too many module declarations found |
|
2736 |
||
2737 |
# 0: symbol |
|
2738 |
compiler.err.duplicate.module=\ |
|
2739 |
duplicate module: {0} |
|
2740 |
||
2741 |
# 0: symbol |
|
2742 |
compiler.err.duplicate.requires=\ |
|
2743 |
duplicate requires: {0} |
|
2744 |
||
2745 |
# 0: symbol |
|
2746 |
compiler.err.duplicate.exports=\ |
|
2747 |
duplicate export: {0} |
|
2748 |
||
2749 |
# 0: symbol, 1: symbol |
|
2750 |
compiler.err.duplicate.provides=\ |
|
2751 |
duplicate provides: service {0}, implementation {1} |
|
2752 |
||
2753 |
# 0: symbol |
|
2754 |
compiler.err.duplicate.uses=\ |
|
2755 |
duplicate uses: {0} |
|
2756 |
||
2757 |
# 0: symbol |
|
2758 |
compiler.err.service.implementation.is.abstract=\ |
|
2759 |
the service implementation is an abstract class: {0} |
|
2760 |
||
38827
884d32899770
8152062: obscure error message for bad 'provides'
vromero
parents:
38519
diff
changeset
|
2761 |
compiler.err.service.implementation.must.be.subtype.of.service.interface=\ |
884d32899770
8152062: obscure error message for bad 'provides'
vromero
parents:
38519
diff
changeset
|
2762 |
the service implementation type must be a subtype of the service interface type |
884d32899770
8152062: obscure error message for bad 'provides'
vromero
parents:
38519
diff
changeset
|
2763 |
|
36526 | 2764 |
# 0: symbol |
2765 |
compiler.err.service.implementation.is.inner=\ |
|
2766 |
the service implementation is an inner class: {0} |
|
2767 |
||
2768 |
# 0: symbol |
|
2769 |
compiler.err.service.definition.is.inner=\ |
|
2770 |
the service definition is an inner class: {0} |
|
2771 |
||
2772 |
# 0: symbol |
|
37854
a76a06106d02
8153268: javac accepts enums being referenced by 'uses' statement
vromero
parents:
36713
diff
changeset
|
2773 |
compiler.err.service.definition.is.enum=\ |
a76a06106d02
8153268: javac accepts enums being referenced by 'uses' statement
vromero
parents:
36713
diff
changeset
|
2774 |
the service definition is an enum: {0} |
a76a06106d02
8153268: javac accepts enums being referenced by 'uses' statement
vromero
parents:
36713
diff
changeset
|
2775 |
|
a76a06106d02
8153268: javac accepts enums being referenced by 'uses' statement
vromero
parents:
36713
diff
changeset
|
2776 |
# 0: symbol |
36526 | 2777 |
compiler.err.service.implementation.doesnt.have.a.no.args.constructor=\ |
2778 |
the service implementation does not have a default constructor: {0} |
|
2779 |
||
2780 |
# 0: symbol |
|
2781 |
compiler.err.service.implementation.no.args.constructor.not.public=\ |
|
2782 |
the no arguments constructor of the service implementation is not public: {0} |
|
2783 |
||
2784 |
# 0: symbol |
|
2785 |
compiler.err.package.empty.or.not.found=\ |
|
2786 |
package is empty or does not exist: {0} |
|
2787 |
||
2788 |
compiler.err.no.output.dir=\ |
|
2789 |
no class output directory specified |
|
2790 |
||
2791 |
compiler.err.unnamed.pkg.not.allowed.named.modules=\ |
|
2792 |
unnamed package is not allowed in named modules |
|
2793 |
||
2794 |
# 0: name, 1: name |
|
2795 |
compiler.err.module.name.mismatch=\ |
|
2796 |
module name {0} does not match expected name {1} |
|
2797 |
||
41254
08f8dbf7741e
8152911: javac assertion error when compiling overlay sources
jlahoda
parents:
40762
diff
changeset
|
2798 |
# 0: name, 1: name |
08f8dbf7741e
8152911: javac assertion error when compiling overlay sources
jlahoda
parents:
40762
diff
changeset
|
2799 |
compiler.misc.module.name.mismatch=\ |
08f8dbf7741e
8152911: javac assertion error when compiling overlay sources
jlahoda
parents:
40762
diff
changeset
|
2800 |
module name {0} does not match expected name {1} |
08f8dbf7741e
8152911: javac assertion error when compiling overlay sources
jlahoda
parents:
40762
diff
changeset
|
2801 |
|
36526 | 2802 |
compiler.err.module.decl.sb.in.module-info.java=\ |
2803 |
module declarations should be in a file named module-info.java |
|
2804 |
||
2805 |
compiler.err.module-info.with.xmodule.sourcepath=\ |
|
2806 |
illegal combination of -Xmodule and module-info on sourcepath |
|
2807 |
||
2808 |
compiler.err.module-info.with.xmodule.classpath=\ |
|
2809 |
illegal combination of -Xmodule and module-info on classpath |
|
2810 |
||
2811 |
compiler.err.xmodule.no.module.sourcepath=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2812 |
illegal combination of -Xmodule and --module-source-path |
36526 | 2813 |
|
2814 |
compiler.err.processorpath.no.processormodulepath=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2815 |
illegal combination of -processorpath and --processor-module-path |
36526 | 2816 |
|
2817 |
# 0: symbol |
|
2818 |
compiler.err.package.in.other.module=\ |
|
2819 |
package exists in another module: {0} |
|
2820 |
||
2821 |
# 0: symbol, 1: name, 2: symbol, 3: symbol |
|
2822 |
compiler.err.package.clash.from.requires=\ |
|
2823 |
module {0} reads package {1} from both {2} and {3} |
|
2824 |
||
2825 |
# 0: string |
|
2826 |
compiler.err.module.not.found.in.module.source.path=\ |
|
2827 |
module {0} not found in module source path |
|
2828 |
||
2829 |
compiler.err.output.dir.must.be.specified.with.dash.m.option=\ |
|
2830 |
class output directory must be specified if -m option is used |
|
2831 |
||
2832 |
compiler.err.modulesourcepath.must.be.specified.with.dash.m.option=\ |
|
2833 |
module source path must be specified if -m option is used |
|
2834 |
||
2835 |
# 0: symbol |
|
2836 |
compiler.err.service.implementation.not.in.right.module=\ |
|
2837 |
service implementation must be defined in the same module as the provides directive |
|
2838 |
||
2839 |
# 0: symbol |
|
2840 |
compiler.err.cyclic.requires=\ |
|
2841 |
cyclic dependence involving {0} |
|
2842 |
||
2843 |
# 0: fragment, 1: name |
|
2844 |
compiler.err.duplicate.module.on.path=\ |
|
2845 |
duplicate module on {0}\nmodule in {1} |
|
2846 |
||
2847 |
# 0: string |
|
2848 |
compiler.err.xaddexports.malformed.entry=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2849 |
bad value for --add-exports {0} |
36526 | 2850 |
|
2851 |
# 0: string |
|
2852 |
compiler.err.xaddexports.too.many=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2853 |
multiple --add-exports options for {0} |
36526 | 2854 |
|
2855 |
# 0: string |
|
2856 |
compiler.err.xaddreads.malformed.entry=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2857 |
bad value for --add-reads {0} |
36526 | 2858 |
|
2859 |
# 0: string |
|
2860 |
compiler.err.xaddreads.too.many=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2861 |
multiple --add-reads options for {0} |
36526 | 2862 |
|
2863 |
compiler.err.addmods.all.module.path.invalid=\ |
|
40762
f8883aa0053c
8160851: Remove old launcher module-related options
mchung
parents:
40513
diff
changeset
|
2864 |
--add-modules ALL-MODULE-PATH can only be used when compiling the unnamed module |
36526 | 2865 |
|
2866 |
compiler.misc.locn.module_source_path=\ |
|
2867 |
module source path |
|
2868 |
||
2869 |
compiler.misc.locn.upgrade_module_path=\ |
|
2870 |
upgrade module path |
|
2871 |
||
2872 |
compiler.misc.locn.system_modules=\ |
|
2873 |
system modules |
|
2874 |
||
2875 |
compiler.misc.locn.module_path=\ |
|
2876 |
application module path |
|
2877 |
||
2878 |
compiler.misc.cant.resolve.modules=\ |
|
2879 |
cannot resolve modules |
|
2880 |
||
2881 |
# 0: symbol |
|
2882 |
compiler.err.cant.find.module=\ |
|
2883 |
cannot find module: {0} |
|
2884 |
||
2885 |
# 0: string |
|
2886 |
compiler.err.invalid.module.specifier=\ |
|
2887 |
module specifier not allowed: {0} |
|
2888 |
||
2889 |
# 0: symbol |
|
2890 |
compiler.warn.service.provided.but.not.exported.or.used=\ |
|
2891 |
service interface provided but not exported or used |
|
2892 |
||
41444
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2893 |
# 0: kind name, 1: symbol, 2: symbol |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2894 |
compiler.warn.leaks.not.accessible=\ |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2895 |
{0} {1} in module {2} is not accessible to clients that require this module |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2896 |
# 0: kind name, 1: symbol, 2: symbol |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2897 |
compiler.warn.leaks.not.accessible.unexported=\ |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2898 |
{0} {1} in module {2} is not exported |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2899 |
# 0: kind name, 1: symbol, 2: symbol |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2900 |
compiler.warn.leaks.not.accessible.not.required.public=\ |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2901 |
{0} {1} in module {2} is not indirectly exported using 'requires public' |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2902 |
# 0: kind name, 1: symbol, 2: symbol |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2903 |
compiler.warn.leaks.not.accessible.unexported.qualified=\ |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2904 |
{0} {1} in module {2} may not be visible to all clients that require this module |
b61c805c6173
8153362: Add javac -Xlint warning to list exposed types which are not accessible
jlahoda
parents:
41254
diff
changeset
|
2905 |
|
36526 | 2906 |
### |
2907 |
# errors related to options |
|
2908 |
||
2909 |
# 0: string, 1: string |
|
2910 |
compiler.err.illegal.argument.for.option=\ |
|
2911 |
illegal argument for {0}: {1} |