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