blob: c60df4e20cfce9e8523670d64ffe19268becb3f9 [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
2# Copyright (c) 2000, 2010 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7# $Id: messages.properties 23306 2010-01-23 13:45:42Z stephan $
8#
9# Contributors:
10# IBM Corporation - initial API and implementation
11# Benjamin Muskalla - Contribution for bug 239066
12# Fraunhofer FIRST - extended API and implementation
13# Technical University Berlin - extended API and implementation
14###############################################################################
150 = {0}
161 = super cannot be used in java.lang.Object
172 = {0} cannot be resolved to a type
183 = The type {0} is not visible
194 = The type {0} is ambiguous
205 = The type {0} is deprecated
216 = The nested type {0} cannot be referenced using its binary name
227 = The type {0} is never used locally
23
2415 = Incompatible operand types {0} and {1}
2516 = Incompatible conditional operand types {0} and {1}
2617 = Type mismatch: cannot convert from {0} to {1}
2718 = The static member type {0}.{1} should be accessed directly
28
2920 = No enclosing instance of type {0} is accessible to invoke the super constructor. Must define a constructor and explicitly qualify its super constructor invocation with an instance of {0} (e.g. x.super() where x is an instance of {0}).
3021 = No enclosing instance of type {0} is accessible. Must qualify the allocation with an enclosing instance of type {0} (e.g. x.new A() where x is an instance of {0}).
3122 = No enclosing instance of the type {0} is accessible in scope
3223 = Illegal enclosing instance specification for type {0}
3324 = Cannot define static initializer in inner type {0}
3425 = Cannot refer to a non-final variable {0} inside an inner class defined in a different method
3526 = The member interface {0} can only be defined inside a top-level class or interface
3627 = Cannot use an expression of the type {0} as a valid enclosing instance
3728 = No enclosing instance of type {0} is available due to some intermediate constructor invocation
3829 = An anonymous class cannot subclass the final class {0}
3930 = The member annotation {0} can only be defined inside a static context
4031 = The member enum {0} cannot be local
4132 = The member enum {0} must be defined inside a static member type
4233 = The type {0} is hiding the type {1}
43
4450 = {0} cannot be resolved
4551 = The local variable {0} may not have been initialized
4652 = void is an invalid type for the variable {0}
47###[obsolete] 53 = An array of void is an invalid type for the variable {0}
4854 = void[] is an invalid type
4955 = Duplicate local variable {0}
5056 = Duplicate parameter {0}
5157 = The final local variable {0} may already have been assigned
5258 = The final local variable {0} cannot be assigned. It must be blank and not using a compound assignment
5359 = The parameter {0} should not be assigned
5460 = The final local variable {0} cannot be assigned, since it is defined in an enclosing type
5561 = The local variable {0} is never read
5662 = The parameter {0} is never read
5763 = The code of method {0}({1}) is exceeding the 65535 bytes limit
5864 = The code for the static initializer is exceeding the 65535 bytes limit
5965 = Too many parameters, parameter {0} is exceeding the limit of 255 words eligible for method parameters
6066 = Too many local variables, local variable {0} is exceeding the limit of 65535 words eligible for method local variables
6167 = Too many synthetic parameters, emulated parameter {0} is exceeding the limit of 255 words eligible for method parameters
6268 = Too many array dimensions. Maximum is 255
6369 = The code of constructor {0}({1}) is exceeding the 65535 bytes limit
6470 = {0} cannot be resolved or is not a field
6571 = The field {1}.{0} is not visible
6672 = The field {0} is ambiguous
6773 = The field {0}.{1} is deprecated
6874 = Cannot make a static reference to the non-static field {0}
6975 = Cannot reference a field before it is defined
7076 = The static field {0}.{1} should be accessed in a static way
7177 = The field {0}.{1} is never read locally
7278 = The static field {0}.{1} should be accessed directly
7379 = Unqualified access to the field {0}.{1}
7480 = The final field {0}.{1} cannot be assigned
7581 = The blank final field {0} may not have been initialized
7682 = The final field {0} may already have been assigned
7783 = {0} cannot be resolved to a variable
78
7990 = The local variable {0} is hiding another local variable defined in an enclosing type scope
8091 = The local variable {0} is hiding a field from type {1}
8192 = The field {0}.{1} is hiding another local variable defined in an enclosing type scope
8293 = The field {0}.{1} is hiding a field from type {2}
8394 = The parameter {0} is hiding another local variable defined in an enclosing type scope
8495 = The parameter {0} is hiding a field from type {1}
8596 = The serializable class {0} does not declare a static final serialVersionUID field of type long
86
87100 = The method {1}({2}) is undefined for the type {0}
88101 = The method {1}({2}) from the type {0} is not visible
89102 = The method {1}({2}) is ambiguous for the type {0}
90103 = The method {1}({2}) from the type {0} is deprecated
91104 = Cannot directly invoke the abstract method {1}({2}) for the type {0}
92105 = Void methods cannot return a value
93106 = Cannot return a void result
94107 = This method requires a body instead of a semicolon
95108 = This method must return a result of type {0}
96
97110 = This method has a constructor name
98111 = Return type for the method is missing
99112 = Native methods do not specify a body
100113 = Abstract methods do not specify a body
101114 = Cannot invoke {1}({2}) on the primitive type {0}
102115 = The method {1}({2}) in the type {0} is not applicable for the arguments ({3})
103116 = Cannot invoke {1}({2}) on the array type {0}
104117 = The static method {1}({2}) from the type {0} should be accessed in a static way
105118 = The method {1}({2}) from the type {0} is never used locally
106119 = The static method {1}({2}) from the type {0} should be accessed directly
107120 = The method {1}({2}) from the type {0} refers to the missing type {3}
108
109129 = The constructor {0}({1}) refers to the missing type {2}
110130 = The constructor {0}({1}) is undefined
111131 = The constructor {0}({1}) is not visible
112132 = The constructor {0}({1}) is ambiguous
113133 = The constructor {0}({1}) is deprecated
114134 = The constructor {0}({1}) is never used locally
115135 = Cannot refer to an instance field {0} while explicitly invoking a constructor
116136 = Cannot refer to an instance method while explicitly invoking a constructor
117137 = Recursive constructor invocation {0}({1})
118138 = Cannot refer to 'this' nor 'super' while explicitly invoking a constructor
119139 = Constructor call must be the first statement in a constructor
120140 = Implicit super constructor {0}({1}) is undefined for default constructor. Must define an explicit constructor
121141 = Implicit super constructor {0}({1}) is not visible for default constructor. Must define an explicit constructor
122142 = Implicit super constructor {0}({1}) is ambiguous for default constructor. Must define an explicit constructor
123143 = Implicit super constructor {0}({1}) is undefined. Must explicitly invoke another constructor
124144 = Implicit super constructor {0}({1}) is not visible. Must explicitly invoke another constructor
125145 = Implicit super constructor {0}({1}) is ambiguous. Must explicitly invoke another constructor
126146 = Default constructor cannot handle exception type {0} thrown by implicit super constructor. Must define an explicit constructor
127147 = Unhandled exception type {0} thrown by implicit super constructor
128
129
130148 = The allocated object is never used
131149 = Dead code
132150 = The type of the expression must be an array type but it resolved to {0}
133151 = Must explicitly convert the char[] to a String
134152 = String constant is exceeding the limit of 65535 bytes of UTF8 encoding
135153 = case expressions must be constant expressions
136154 = The literal {1} of type {0} is out of range
137156 = Cannot cast from {0} to {1}
138157 = Cannot instantiate the type {0}
139158 = Cannot define dimension expressions when an array initializer is provided
140159 = Variable must provide either dimension expressions or an array initializer
141160 = The operator {0} is undefined for the argument type(s) {1}
142161 = Unreachable code
143162 = Cannot return from within an initializer
144163 = Initializer does not complete normally
145164 = Expression must return a value
146165 = Unreachable catch block for {0}. Only more specific exceptions are thrown and handled by previous catch block(s).
147166 = The default case is already defined
148167 = Unreachable catch block for {0}. This exception is never thrown from the try statement body
149168 = Unhandled exception type {0}
150169 = Cannot switch on a value of type {0}. Only convertible int values or enum constants are permitted
151170 = Duplicate case
152171 = Duplicate label {0}
153172 = break cannot be used outside of a loop or a switch
154173 = continue cannot be used outside of a loop
155174 = The label {0} is missing
156175 = {0} is not a valid type''s argument for the synchronized statement
157176 = null is not a valid argument for the synchronized statement
158177 = Cannot throw null as an exception
159178 = The assignment to variable {0} has no effect
160179 = Possible accidental assignment in place of a comparison. A condition expression should not be reduced to an assignment
161180 = Unnecessary semicolon
162181 = Unnecessary cast from {0} to {1}
163182 = Unnecessary cast from {0} to {1}. It is already compatible with the argument type {2}
164183 = The expression of type {0} is already an instance of type {1}
165184 = finally block does not complete normally
166185 = The declared exception {3} is not actually thrown by the method {1}({2}) from type {0}
167186 = The declared exception {2} is not actually thrown by the constructor {0}({1})
168187 = Unreachable catch block for {0}. It is already handled by the catch block for {1}
169188 = Empty control-flow statement
170189 = Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally
171190 = Read access to enclosing field {0}.{1} is emulated by a synthetic accessor method
172191 = Write access to enclosing field {0}.{1} is emulated by a synthetic accessor method
173192 = Access to enclosing method {1}({2}) from the type {0} is emulated by a synthetic accessor method
174193 = Access to enclosing constructor {0}({1}) is emulated by a synthetic accessor method
175194 = Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above
176195 = The method {1} is defined in an inherited type and an enclosing scope
177196 = The field {0} is defined in an inherited type and an enclosing scope
178197 = The type {0} is defined in an inherited type and an enclosing scope
179198 = Cannot allocate the member type {0} using its compound name when qualified by an enclosing instance. The member type name is resolved relatively to the qualifying instance type
180199 = The label {0} is never explicitly referenced
181200 = Cannot use {0} in a static context
182201 = Cannot make a static reference to the non-static method {1}({2}) from the type {0}
183202 = Cannot specify an array dimension after an empty dimension
184203 = Invalid cast expression
185204 = Syntax error on token "{0}", {1} expected
186205 = Syntax error on token "{0}", no accurate correction available
187206 = Invalid argument to operation ++/--
188207 = Interfaces cannot have constructors
189208 = Array constants can only be used in initializers
190209 = Syntax error on keyword "{0}"; {1} expected
191210 = Syntax error on keyword "{0}", no accurate correction available
192211 = Comparing identical expressions
193
194220 = Unmatched bracket
195221 = The primitive type {0} of {1} does not have a field {2}
196222 = Invalid expression as statement
197223 = The left-hand side of an assignment must be a variable
198224 = Missing semicolon
199225 = Invalid parenthesized expression
200
201230 = Syntax error on token "{0}", {1} expected before this token
202231 = Syntax error on token "{0}", {1} expected after this token
203232 = Syntax error on token "{0}", delete this token
204233 = Syntax error on tokens, delete these tokens
205234 = Syntax error on tokens, they can be merged to form {0}
206235 = Syntax error on token "{0}", invalid {1}
207236 = Syntax error on token(s), misplaced construct(s)
208237 = Syntax error on tokens, {0} expected instead
209238 = Syntax error on tokens, no accurate correction available
210239 = Syntax error, unexpected {0}
211240 = Syntax error, insert "{0}" to complete {1}
212241 = Syntax error, insert "{0}" to complete scope
213242 = Syntax error, insert "{0}" to complete phrase
214
215250 = Unexpected end of file
216251 = Invalid hex literal number
217252 = Invalid octal literal number
218253 = Invalid character constant
219254 = Invalid escape sequence (valid ones are \\b \\t \\n \\f \\r \\" \\' \\\\ )
220255 = Invalid input
221256 = Invalid unicode
222257 = Invalid float literal number
223258 = Null source string
224259 = String literal is not properly closed by a double-quote
225260 = Unexpected end of comment
226261 = Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
227262 = Invalid digit (valid ones are 0..9)
228263 = Invalid low surrogate: must be within 0xDC00 and 0xDFFF
229264 = Invalid high surrogate: must be within 0xD800 and 0xDBFF
230265 = Unnecessary $NON-NLS$ tag
231
232280 = Discouraged access: {0}
233
234300 = The interface {0} cannot define an initializer
235301 = Duplicate modifier for the type {0}
236302 = Illegal modifier for the class {0}; only public, abstract & final are permitted
237303 = Illegal modifier for the interface {0}; only public & abstract are permitted
238304 = Illegal modifier for the member class {0}; only public, protected, private, static, abstract & final are permitted
239305 = Illegal modifier for the member interface {0}; only public, protected, private, static & abstract are permitted
240306 = Illegal modifier for the local class {0}; only abstract or final is permitted
241307 = Access restriction: {0}
242308 = The class {0} can be either abstract or final, not both
243309 = The interface member type {0} can only be public
244310 = The member type {0} can only set one of public / protected / private
245311 = The member type {0} cannot be declared static; static types can only be declared in static or top level types
246312 = The type {0} cannot be the superclass of {1}; a superclass must be a class
247313 = The type {1} cannot subclass the final class {0}
248314 = Duplicate interface {0} for the type {1}
249315 = The type {0} cannot be a superinterface of {1}; a superinterface must be an interface
250316 = Cycle detected: the type {0} cannot extend/implement itself or one of its own member types
251317 = Cycle detected: a cycle exists in the type hierarchy between {0} and {1}
252318 = The nested type {0} cannot hide an enclosing type
253319 = Duplicate nested type {0}
254320 = No exception of type {0} can be thrown; an exception type must be a subclass of Throwable
255321 = The package {0} collides with a type
256322 = The type {1} collides with a package
257323 = The type {1} is already defined
258324 = The type {0} cannot be resolved. It is indirectly referenced from required .class files
259325 = The public type {1} must be defined in its own file
260326 = A package must be specified in {0} or a default package created
261327 = The hierarchy of the type {0} is inconsistent
262328 = The declared package "{1}" does not match the expected package "{0}"
263329 = The type java.lang.Object cannot have a superclass or superinterfaces
264330 = The type java.lang.Object must be a class
265331 = Redundant superinterface {0} for the type {1}, already defined by {2}
266332 = The type {0} should also implement hashCode() since it overrides Object.equals()
267333 = The type {0} must be an abstract class to define abstract methods
268
269###[obsolete] 330 = {0} cannot be resolved or is not a valid superclass
270###[obsolete] 331 = Superclass {0} is not visible
271###[obsolete] 332 = Superclass {0} is ambiguous
272###[obsolete] 333 = Superclass {0} cannot be referenced using its binary name
273###[obsolete] 334 = Superclass {0} is defined in an inherited type and an enclosing scope
274###[obsolete] 335 = {0} cannot be resolved or is not a valid superinterface
275###[obsolete] 336 = Superinterface {0} is not visible
276###[obsolete] 337 = Superinterface {0} is ambiguous
277###[obsolete] 338 = Superinterface {0} cannot be referenced using its binary name
278###[obsolete] 339 = Superinterface {0} is defined in an inherited type and an enclosing scope
279
280340 = Duplicate field {0}.{1}
281341 = Duplicate modifier for the field {0}
282342 = Illegal modifier for the field {0}; only public, protected, private, static, final, transient & volatile are permitted
283343 = Illegal modifier for the interface field {0}.{1}; only public, static & final are permitted
284344 = The field {0} can only set one of public / protected / private
285345 = The field {0} can be either final or volatile, not both
286346 = The field {0} cannot be declared static; static fields can only be declared in static or top level types
287
288###[obsolete] 350 = {2} cannot be resolved (or is not a valid type) for the field {1}.{0}
289###[obsolete] 351 = The type {2} is not visible for the field {1}.{0}
290###[obsolete] 352 = The type {2} is ambiguous for the field {1}.{0}
291###[obsolete] 353 = The field type {2} cannot be referenced using its binary name
292###[obsolete] 354 = The field type {2} is defined in an inherited type and an enclosing scope
293
294355 = Duplicate method {0}({2}) in type {1}
295356 = Illegal modifier for parameter {0}; only final is permitted
296357 = Duplicate modifier for the method {1} in type {0}
297358 = Illegal modifier for the method {0}; only public, protected, private, static, final, abstract, synchronized & native are permitted
298359 = Illegal modifier for the interface method {0}; only public & abstract are permitted
299360 = The method {1} in type {0} can only set one of public / protected / private
300361 = The method {1} cannot be declared static; static methods can only be declared in a static or top level type
301362 = The abstract method {1} in type {0} can only set a visibility modifier, one of public or protected
302363 = The abstract method {1} in type {0} can only be defined by an abstract class
303364 = void is an invalid type for the parameter {1} of the method {0}
304###[obsolete] 365 = An array of void is an invalid type for the parameter {1} of the method {0}
305###[obsolete] 366 = An array of void is an invalid return type for the method {0}
306367 = The native method {1} cannot also be declared strictfp
307368 = Duplicate modifier for parameter {0}
308369 = Illegal modifier for the constructor in type {0}; only public, protected & private are permitted
309
310###[obsolete] 370 = {2} cannot be resolved (or is not a valid type) for the parameter {1} of the method {0}
311###[obsolete] 371 = The type {2} is not visible for the parameter {1} of the method {0}
312###[obsolete] 372 = The type {2} is ambiguous for the parameter {1} of the method {0}
313###[obsolete] 373 = The parameter type {2} cannot be referenced using its binary name
314###[obsolete] 374 = The parameter type {2} is defined in an inherited type and an enclosing scope
315###[obsolete] 375 = {1} cannot be resolved (or is not an exception type) for the method {0}
316###[obsolete] 376 = The exception type {1} is not visible for the method {0}
317###[obsolete] 377 = The exception type {1} is ambiguous for the method {0}
318###[obsolete] 378 = The exception type {1} cannot be referenced using its binary name
319###[obsolete] 379 = The exception type {1} is defined in an inherited type and an enclosing scope
320###[obsolete] 380 = {1} cannot be resolved (or is not a valid return type) for the method {0}
321###[obsolete] 381 = The return type {1} is not visible for the method {0}
322###[obsolete] 382 = The return type {1} is ambiguous for the method {0}
323###[obsolete] 383 = The return type {1} cannot be referenced using its binary name
324###[obsolete] 384 = The return type {1} is defined in an inherited type and an enclosing scope
325
326385 = The import {0} conflicts with a type defined in the same file
327386 = The import {0} collides with another import statement
328387 = Only a type can be imported. {0} resolves to a package
329388 = The import {0} is never used
330390 = The import {0} cannot be resolved
331
332###[obsolete] 391 = The imported type {0} is not visible
333###[obsolete] 392 = The imported type {0} is ambiguous
334###[obsolete] 393 = The imported type {0} cannot be referenced using its binary name
335###[obsolete] 394 = The imported type {0} is defined in an inherited type and an enclosing scope
336
337391 = The static import {0} must be a field or member type
338
339395 = Duplicate modifier for the variable {0}
340396 = Illegal modifier for the variable {0}; only final is permitted
341###[obsolete] 397 = Redundant null check: The variable {0} cannot be null at this location
342###[obsolete] 398 = Null pointer access: The variable {0} can only be null at this location
343###[obsolete] 399 = Potential null pointer access: The variable {0} may be null at this location
344
345400 = The type {3} must implement the inherited abstract method {2}.{0}({1})
346401 = Cannot override the final method from {0}
347402 = Exception {0} is not compatible with throws clause in {1}
348403 = Exception {0} in throws clause of {1} is not compatible with {2}
349404 = The return type is incompatible with {0}
350405 = The inherited method {0} cannot hide the public abstract method in {1}
351406 = This instance method cannot override the static method from {0}
352407 = This static method cannot hide the instance method from {0}
353408 = The static method {0} conflicts with the abstract method in {1}
354409 = Cannot reduce the visibility of the inherited method from {0}
355410 = The method {0} does not override the inherited method from {1} since it is private to a different package
356411 = This class must implement the inherited abstract method {1}, but cannot override it since it is not visible from {0}. Either make the type abstract or make the inherited method visible
357412 = The method {0} overrides a deprecated method from {1}
358413 = The return type is incompatible with {0}, thus this interface cannot be implemented
359414 = Exception {0} is not compatible with throws clause in {1}, thus this interface cannot be implemented
360415 = The variable argument type {0} of the method {1} must be the last parameter
361416 = The method {0} is overriding a method without making a super invocation
362417 = The method {0}.{1}({2}) is overriding a synchronized method without being synchronized
363418 = The type {3} must implement the inherited abstract method {2}.{0}({1}) to override {6}.{4}({5})
364419 = The return types are incompatible for the inherited methods {0}
365
366420 = Code snippet support cannot find the class {0}
367421 = Code snippet support cannot find the method {0}.{1}({2})
368422 = super cannot be used in the code snippet code
369
370430 = Too many constants, the constant pool for {0} would exceed 65536 entries
371431 = The type generates a string that requires more than 65535 bytes to encode in Utf8 format in the constant pool
372
373432 = Too many fields for type {0}. Maximum is 65535
374433 = Too many methods for type {0}. Maximum is 65535
Stephan Herrmann66cc2b62010-09-26 15:38:59 +0000375434 = The synthetic method created to access {0}({1}) of type {2} has too many parameters
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000376
377440 = 'assert' should not be used as an identifier, since it is a reserved keyword from source level 1.4 on
378441 = 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5 on
379442 = Enum constants cannot be surrounded by parenthesis
380
Stephan Herrmanne5d6be82010-04-02 03:29:32 +0000381450 = {0}{1}
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000382
383451 = Null pointer access: The variable {0} can only be null at this location
384452 = Potential null pointer access: The variable {0} may be null at this location
385453 = Redundant null check: The variable {0} can only be null at this location
386454 = Null comparison always yields false: The variable {0} can only be null at this location
387455 = Redundant assignment: The variable {0} can only be null at this location
388456 = instanceof always yields false: The variable {0} can only be null at this location
389457 = Redundant null check: The variable {0} cannot be null at this location
390458 = Null comparison always yields false: The variable {0} cannot be null at this location
391
392460 = Empty block should be documented
393
394### DOC
395462 = Invalid URL reference. Double quote the reference or use the href syntax
396463 = Description expected after this reference
397464 = Unexpected duplicated tag @{0}
398465 = ''{0}'' visibility for malformed doc comments hides this ''{1}'' reference
399466 = Invalid member type qualification
400467 = Missing identifier
401468 = Cannot make a static reference to the non-static type variable {0}
402469 = Invalid param tag type parameter name
403470 = Unexpected tag
404471 = Missing tag for parameter {0}
405472 = Missing parameter name
406473 = Duplicate tag for parameter
407474 = Parameter {0} is not declared
408475 = Missing tag for return type
409476 = Duplicate tag for return type
410477 = Missing tag for declared exception {0}
411478 = Missing class name
412479 = Invalid class name
413480 = Duplicate tag for thrown exception
414481 = Exception {0} is not declared
415482 = Missing reference
416483 = Invalid reference
417484 = Malformed link reference
418485 = Invalid parameters declaration
419486 = Missing comment for {0} declaration
420487 = Invalid tag
421488 = {0} cannot be resolved or is not a field
422489 = The field {0} is not visible
423490 = The field {0} is ambiguous
424491 = The field {0}.{1} is deprecated
425492 = The constructor {0}({1}) is undefined
426493 = The constructor {0}({1}) is not visible
427494 = The constructor {0}({1}) is ambiguous
428495 = The constructor {0}({1}) is deprecated
429496 = The method {1}({2}) is undefined for the type {0}
430497 = The method {1}({2}) from the type {0} is not visible
431498 = The method {1}({2}) is ambiguous for the type {0}
432499 = The method {1}({2}) from the type {0} is deprecated
433500 = Cannot invoke {1}({2}) on the primitive type {0}
434501 = The method {1}({2}) in the type {0} is not applicable for the arguments ({3})
435502 = Cannot invoke {1}({2}) on the array type {0}
436503 = {0} cannot be resolved to a type
437504 = The type {0} is not visible
438505 = The type {0} is ambiguous
439506 = The type {0} is deprecated
440507 = The nested type {0} cannot be referenced using its binary name
441508 = The method {1} is defined in an inherited type and an enclosing scope
442509 = The field {0} is defined in an inherited type and an enclosing scope
443510 = The type {0} is defined in an inherited type and an enclosing scope
444511 = {0} is an ambiguous method reference or is not a field
445512 = Missing closing brace for inline tag
446513 = Malformed reference (missing end space separator)
447514 = Javadoc:
448515 = Missing #: "{0}"
449516 = Description expected after @{0}
450517 = Only static field reference is allowed for @value tag
451518 = Unexpected text
452519 = Invalid param tag name
453
454### GENERICS
455520 = Duplicate type parameter {0}
456521 = Cannot refer to the type parameter {0} as a supertype
457522 = Cannot make a static reference to the non-static type {0}
458523 = The type java.lang.Object cannot be declared as a generic
459524 = The type {0} is not generic; it cannot be parameterized with arguments <{1}>
460525 = Incorrect number of arguments for type {0}; it cannot be parameterized with arguments <{1}>
461526 = Bound mismatch: The type {0} is not a valid substitute for the bounded parameter <{2} extends {3}> of the type {1}
462527 = Method {0}({2}) has the same erasure {0}({3}) as another method in type {1}
463528 = Illegal forward reference to type parameter {0}
464529 = The type {0} is not an interface; it cannot be specified as a bounded parameter
465530 = Type safety: The constructor {0}({1}) belongs to the raw type {0}. References to generic type {2} should be parameterized
466531 = Type safety: The method {0}({1}) belongs to the raw type {2}. References to generic type {3} should be parameterized
467532 = Type safety: The expression of type {0} needs unchecked conversion to conform to {1}
468533 = Cannot use the type parameter {0} in a catch block
469534 = Cannot use the parameterized type {0} either in catch block or throws clause
470535 = Cannot create a generic array of {0}
471536 = Type safety: The field {1} from the raw type {2} is assigned a value of type {0}. References to generic type {3} should be parameterized
472537 = The type parameter {0} should not be bounded by the final type {1}. Final types cannot be further extended
473538 = Inconsistent classfile encountered: The undefined type parameter {0} is referenced from within {1}
474539 = The interface {2} cannot be implemented more than once with different arguments: {0} and {1}
475540 = Bound mismatch: The constructor {0}({1}) of type {2} is not applicable for the arguments ({3}). The wildcard parameter {5} has no lower bound, and may actually be more restrictive than argument {4}
476541 = Bound mismatch: The method {0}({1}) of type {2} is not applicable for the arguments ({3}). The wildcard parameter {5} has no lower bound, and may actually be more restrictive than argument {4}
477542 = Bound mismatch: Cannot assign expression of type {0} to wildcard type {1}. The wildcard type has no lower bound, and may actually be more restrictive than expression type
478543 = Bound mismatch: The generic method {0}({1}) of type {2} is not applicable for the arguments ({3}). The inferred type {4} is not a valid substitute for the bounded parameter <{5} extends {6}>
479544 = Bound mismatch: The generic constructor {0}({1}) of type {2} is not applicable for the arguments ({3}). The inferred type {4} is not a valid substitute for the bounded parameter <{5} extends {6}>
480545 = Type safety: Unchecked cast from {0} to {1}
481546 = Cannot perform instanceof check against parameterized type {0}. Use the form {1} instead since further generic type information will be erased at runtime
482547 = Cannot perform instanceof check against type parameter {0}. Use instead its erasure {1} instead since further generic type information will be erased at runtime
483548 = The method {0}({1}) of type {2} is not generic; it cannot be parameterized with arguments <{3}>
484549 = Incorrect number of type arguments for generic method <{3}>{0}({1}) of type {2}; it cannot be parameterized with arguments <{4}>
485550 = The parameterized method <{3}>{0}({1}) of type {2} is not applicable for the arguments ({4})
486551 = The constructor {0}({1}) of type {2} is not generic; it cannot be parameterized with arguments <{3}>
487552 = Incorrect number of type arguments for generic constructor <{3}>{0}({1}) of type {2}; it cannot be parameterized with arguments <{4}>
488553 = The parameterized constructor <{3}>{0}({1}) of type {2} is not applicable for the arguments ({4})
489554 = The method {0}({1}) of raw type {2} is no longer generic; it cannot be parameterized with arguments <{3}>
490555 = The constructor {0}({1}) of raw type {2} is no longer generic; it cannot be parameterized with arguments <{3}>
491556 = The type {1} cannot extend or implement {0}. A supertype may not specify any wildcard
492557 = The generic class {0} may not subclass java.lang.Throwable
493558 = Illegal class literal for the type parameter {0}
494559 = Type safety: The return type {0} for {1}({2}) from the type {3} needs unchecked conversion to conform to {4} from the type {5}
495560 = Name clash: The method {0}({1}) of type {2} has the same erasure as {0}({3}) of type {4} but does not override it
496561 = The member type {0}<{1}> must be qualified with a parameterized type, since it is not static
497562 = The member type {0} must be parameterized, since it is qualified with a parameterized type
498563 = The member type {0} cannot be qualified with a parameterized type, since it is static. Remove arguments from qualifying type {1}
499###[obsolete] 564 = Bound conflict: {0} is inherited with conflicting arguments
500565 = Duplicate methods named {0} with the parameters ({2}) and ({3}) are defined by the type {1}
501566 = Cannot allocate the member type {0} using a parameterized compound name; use its simple name and an enclosing instance of type {1}
502567 = Duplicate bound {0}
503568 = The array type {0} cannot be used as a type parameter bound
504569 = Type safety: Unchecked invocation {0}({3}) of the generic constructor {0}({1}) of type {2}
505570 = Type safety: Unchecked invocation {0}({3}) of the generic method {0}({1}) of type {2}
506571 = The type parameter {0} is hiding the type {1}
507572 = {0} is a raw type. References to generic type {1} should be parameterized
508573 = Cannot specify any additional bound {0} when first bound is a type parameter
509574 = Type safety : A generic array of {0} is created for a varargs parameter
510575 = Illegal qualified access from the type parameter {0}
511576 = The nested type {0} is hiding the type parameter {1} of type {2}
512577 = The nested type {0} is hiding the type parameter {1} of the generic method {2}({3}) of type {4}
513578 = Wildcard is not allowed at this location
514579 = Unused type arguments for the non generic method {0}({1}) of type {2}; it should not be parameterized with arguments <{3}>
515
516### FOREACH
517580 = Type mismatch: cannot convert from element type {0} to {1}
518581 = Can only iterate over an array or an instance of java.lang.Iterable
519582 = Can only iterate over an array or an instance of java.util.Collection
520
521### SOURCE LEVEL
522590 = Syntax error, type parameters are only available if source level is 1.5
523591 = Syntax error, static imports are only available if source level is 1.5
524592 = Syntax error, 'for each' statements are only available if source level is 1.5
525593 = Syntax error, parameterized types are only available if source level is 1.5
526594 = Syntax error, enum declarations are only available if source level is 1.5
527595 = Syntax error, varargs are only available if source level is 1.5
528596 = Syntax error, annotations are only available if source level is 1.5
529597 = Syntax error, annotation declarations are only available if source level is 1.5
530598 = Syntax error, annotation declaration cannot have type parameters
531599 = Syntax error, enum declaration cannot have type parameters
532
533### ANNOTATIONS
534600 = Illegal modifier for the annotation attribute {0}.{1}; only public & abstract are permitted
535601 = Extended dimensions are illegal in an annotation attribute declaration
536602 = Package annotations must be in file package-info.java
537603 = Illegal modifier for the annotation type {0}; only public & abstract are permitted
538604 = Illegal modifier for the member annotation type {0}; only public, protected, private, static & abstract are permitted
539605 = Invalid type {0} for the annotation attribute {2}.{1}; only primitive type, String, Class, annotation, enumeration are permitted or 1-dimensional arrays thereof
540606 = Cycle detected: the annotation type {0} cannot contain attributes of the annotation type itself
541607 = Cycle detected: a cycle exists between annotation attributes of {0} and {1}
542608 = Duplicate annotation @{0}
543609 = The annotation @{0} must define the attribute {1}
544610 = Duplicate attribute {0} in annotation @{1}
545611 = The attribute {0} is undefined for the annotation type {1}
546612 = The value for annotation attribute {0}.{1} must be a class literal
547613 = The value for annotation attribute {0}.{1} must be a constant expression
548###[obsolete] 614 = The annotation field {0}.{1} must be initialized with a constant expression
549615 = Illegal modifier for the annotation field {0}.{1}; only public, static & final are permitted
550616 = The annotation type {0} cannot override the method {1}.{2}({3})
551617 = Annotation attributes cannot have parameters
552618 = Annotation attributes cannot be generic
553619 = Annotation type declaration cannot have an explicit superclass
554620 = Annotation type declaration cannot have explicit superinterfaces
555621 = Duplicate element {0} specified in annotation @{1}
556622 = The annotation @{0} is disallowed for this location
557623 = The method {0}({1}) of type {2} must override a superclass method
558624 = Annotation type declaration cannot have a constructor
559625 = The value for annotation attribute {0}.{1} must be some @{2} annotation
560626 = The annotation type {0} should not be used as a superinterface for {1}
561627 = The method {0}({1}) of type {2} should be tagged with @Override since it actually overrides a superclass method
562628 = The deprecated field {0}.{1} should be annotated with @Deprecated
563629 = The deprecated method {0}({1}) of type {2} should be annotated with @Deprecated
564630 = The deprecated type {0} should be annotated with @Deprecated
565631 = Unsupported @SuppressWarnings("{0}")
566632 = The value for annotation attribute {0}.{1} must be an array initializer
567633 = The value for annotation attribute {0}.{1} must be an enum constant expression
568634 = The method {0}({1}) of type {2} must override or implement a supertype method
569635 = Unnecessary @SuppressWarnings("{0}")
570636 = The method {0}({1}) of type {2} should be tagged with @Override since it actually overrides a superinterface method
571
572### MORE GENERICS
573660 = Unused type arguments for the non generic constructor {0}({1}) of type {2}; it should not be parameterized with arguments <{3}>
574
575### CORRUPTED BINARIES
576700 = The class file {0} contains a signature ''{1}'' ill-formed at position {2}
577
578### CORRUPTED SOURCES
579701 = Cannot read the source from {0}; either the file uses a different encoding than {1} or it is corrupted
580702 = Cannot read the source from {0} due to internal exception {1}
581
582### AUTOBOXING
583720 = The expression of type {0} is boxed into {1}
584721 = The expression of type {0} is unboxed into {1}
585
586### ENUMS
587750 = Illegal modifier for the enum {0}; only public is permitted
588751 = Illegal modifier for the enum constant {0}; no modifier is allowed
589###[obsolete] 752 = Illegal modifier for the local enum {0}; only abstract is permitted
590753 = Illegal modifier for the member enum {0}; only public, protected, private & static are permitted
591754 = The enum {1} already defines the method {0}({2}) implicitly
592755 = The qualified case label {0}.{1} must be replaced with the unqualified enum constant {1}
593756 = The type {1} may not subclass {0} explicitly
594757 = Cannot invoke super constructor from enum constructor {0}({1})
595758 = The enum {2} can only define the abstract method {0}({1}) if it also defines enum constants with corresponding implementations
596759 = The field {0}.{1} cannot be referenced from an enum case label; only enum constants can be used in enum switch
597760 = Illegal modifier for the enum constructor; only private is permitted.
598761 = The enum constant {1} needs a corresponding case label in this enum switch on {0}
599762 = Cannot refer to the static enum field {0}.{1} within an initializer
600763 = The enum constant {2} must implement the abstract method {0}({1})
601764 = The enum constant {0} cannot define abstract methods
602765 = The method {1} cannot be abstract in the enum constant {0}
603
604### VARARGS
605800 = Extended dimensions are illegal for a variable argument
606801 = The argument of type {0} should explicitly be cast to {1} for the invocation of the varargs method {2}({3}) from type {4}. It could alternatively be cast to {5} for a varargs invocation
607802 = The argument of type {0} should explicitly be cast to {1} for the invocation of the varargs constructor {2}({3}). It could alternatively be cast to {4} for a varargs invocation
608803 = Varargs methods should only override or be overridden by other varargs methods unlike {2}.{0}({1}) and {4}.{0}({3})
609
610### GENERIC JAVADOC
611850 = Bound mismatch: The generic method {0}({1}) of type {2} is not applicable for the arguments ({3}). The inferred type {4} is not a valid substitute for the bounded parameter <{5} extends {6}>
612851 = The method {0}({1}) of type {2} is not generic; it cannot be parameterized with arguments <{3}>
613852 = Incorrect number of type arguments for generic method <{3}>{0}({1}) of type {2}; it cannot be parameterized with arguments <{4}>
614853 = The parameterized method <{3}>{0}({1}) of type {2} is not applicable for the arguments ({4})
615854 = The method {0}({1}) of raw type {2} is no longer generic; it cannot be parameterized with arguments <{3}>
616855 = Bound mismatch: The generic constructor {0}({1}) of type {2} is not applicable for the arguments ({3}). The inferred type {4} is not a valid substitute for the bounded parameter <{5} extends {6}>
617856 = The constructor {0}({1}) of type {2} is not generic; it cannot be parameterized with arguments <{3}>
618857 = Incorrect number of type arguments for generic constructor <{3}>{0}({1}) of type {2}; it cannot be parameterized with arguments <{4}>
619858 = The parameterized constructor <{3}>{0}({1}) of type {2} is not applicable for the arguments ({4})
620859 = The constructor {0}({1}) of raw type {2} is no longer generic; it cannot be parameterized with arguments <{3}>
621
622### ELABORATIONS
623## Access restrictions
62478592 = The type {1} is not accessible due to restriction on classpath entry {0}
62578593 = The type {1} is not accessible due to restriction on required project {0}
62678594 = The type {1} is not accessible due to restriction on required library {0}
62778596 = The field {1} from the type {2} is not accessible due to restriction on classpath entry {0}
62878597 = The field {1} from the type {2} is not accessible due to restriction on required project {0}
62978598 = The field {1} from the type {2} is not accessible due to restriction on required library {0}
63078600 = The constructor {1} is not accessible due to restriction on classpath entry {0}
63178601 = The constructor {1} is not accessible due to restriction on required project {0}
63278602 = The constructor {1} is not accessible due to restriction on required library {0}
63378604 = The method {1} from the type {2} is not accessible due to restriction on classpath entry {0}
63478606 = The method {1} from the type {2} is not accessible due to restriction on required library {0}
63578605 = The method {1} from the type {2} is not accessible due to restriction on required project {0}
636
637### ObjectTeams:
6381000001 = The type org.objectteams.Team cannot have a superclass or superinterfaces
6391000002 = Illegal modifier for team class {0}.
640
641### TEAMS AND ROLES
6421102101 = Illegal modifier for role {0}. Roles cannot be static (OTJLD 1.2.1).
6431102102 = Illegal access modifier for role {0}. Only public and protected are allowed here (OTJLD 1.2.1(a)).
6441102103 = The method {1}({2}) from the role type {0} is not visible (OTJLD 1.2.1(e)).
Stephan Herrmann8f29b012010-04-02 21:18:05 +00006451102104 = The role constructor {0}({1}) is not visible (OTJLD 1.2.1(e)).
6461102105 = Type mismatch: cannot convert from {0} to {1} because type anchors could not be proven to be the same instance (OTJLD 1.2.2(e)).
6471102106 = Cannot access non-public field {0} via externalized role {1} (OTJLD 1.2.1(e)).
6481102107 = Cannot access non-public method {1} via externalized role {0} (OTJLD 1.2.1(e)).
6491102108 = Cannot access non-public constructor {0}({1}) to instantiate externalized role (OTJLD 1.2.1(e)).
6501102109 = Indirect tsuper method inherited from {0} is not visible (OTJLD 1.2.1(e)).
6511102110 = Non-constant initialization not allowed for a static field of a role class (OTJLD 1.2.1(g)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000652
6531102200 = Cannot externalize non-public role {0} (OTJLD 1.2.2(a)).
654#unused: 1102201 =
6551102202 = Missing anchor (team instance) for role type {0} outside its team context (OTJLD 1.2.2(b)).
6561102203 = Not a valid type anchor: type {0} is not the enclosing team of role type {1} (OTJLD 1.2.2(b)).
6571102204 = ''{0}'' cannot be used as type anchor for an externalized role: is not a team (OTJLD 1.2.2(b)).
6581102205 = Cannot resolve type anchor {0} (OTJLD 1.2.2(b)).
6591102206 = Cannot resolve type {0}: no such role in team {1} (OTJLD 1.2.2(b)).
6601102207 = Path syntax for externalized role type is deprecated (OTJLD 1.2.2(b)).
6611102208 = Invalid qualification for role type {0}, externalized roles must be anchored to a team instance, otherwise use the simple name (OTJLD 1.2.2(b)).
6621102209 = Invalid externalized use of role type {0}, anchor is not final (OTJLD 1.2.2(c)).
6631102210 = Anchor {0} for the role type {1} is not final (OTJLD 1.2.2(c)).
6641102211 = Not a valid type anchor for externalized role {0}, need a final variable (OTJLD 1.2.2(c)).
6651102212 = Creation of a role instance outside its enclosing team must have the form ''t.new R()''\n where t is a valid type anchor according to OTJLD 1.2.2(c) and R is the simple name of a role class (OTJLD 1.2.2(h)).
6661102213 = Illegal qualified use of type {0}: path contains no suitable team anchor (OTJLD 1.2.2(f)).
6671102214 = Externalized role {0} is not allowed in this position (OTJLD 1.2.2(g)).
6681102215 = Cannot sub-class an externalized role type (OTJLD 1.2.2(g)).
6691102216 = Detected a cycle while resolve field {0}.{1} as a team anchor (OTJLD 1.2.2).
6701102217 = Illegal import for role type {0}: roles cannot be imported (OTJLD 1.2.2(i)).
6711102300 = Illegal qualified use of non-public role {0} (OTJLD 1.2.3(b)).
6721102301 = Illegal parameterized use of non-public role {0} (OTJLD 1.2.3(b)).
673
6741102501 = Role file must contain exactly one toplevel type (OTJLD 1.2.5(b)).
6751102502 = The name of role file {0} does not match the role type {1} which it defines (OTJLD 1.2.5(b)).
6761102503 = Package name {0} does not match the name of the enclosing package {1} for role file {2} (OTJLD 1.2.5(c)).
6771102504 = Package declaration {0} refers to the enclosing team of role file {1}.\nMust use a ''team package'' declaration (OTJLD 1.2.5(c)).
6781102505 = Enclosing team {0} not found for role file {1} (OTJLD 1.2.5(c)).
6791102506 = Javadoc: Missing tag for role file {0} (OTJLD 1.2.5(d)).
6801102507 = Javadoc: Type {0} is not a role file of this team (OTJLD 1.2.5(d)).
6811102508 = Javadoc: {0} cannot be resolved to a role of this team (OTJLD 1.2.5(d)).
6821102509 = Javadoc: {0} is an inline role, whereas the @role tag should only be used for role files (OTJLD 1.2.5(d)).
6831102510 = Javadoc: Illegal @role tag, type {0} is not a team (OTJLD 1.2.5(d)).
6841102511 = The enum type {0} illegally resides in a role file of team {1} (OTJLD 1.2.5(e)).
685
6861103001 = Illegal ''extends'' for a regular class: superclass {0} is a team (OTJLD 1.3).
6871103101 = Role class {0} cannot override an interface of the same name (OTJLD 1.3.1(c)).
6881103102 = Role interface {0} cannot override class of the same name (OTJLD 1.3.1(c)).
6891103103 = Cannot override the final role {0} (OTJLD 1.3.1(c)).
6901103104 = Role {0} must override a role from a super team (OTJLD 1.3.1(c)).
6911103105 = Role {0} should be tagged with @Override since it actually overrides a superteam role (OTJLD 1.3.1(c)).
6921103106 = Type mismatch: cannot convert from {0} to {1} because static types of enclosing teams differs (OTJLD 1.3.1(d)).
6931103107 = Cannot use ''tsuper'' in method {0}, enclosing type {1} is not a role (OTJLD 1.3.1(f)).
6941103108 = Illegal tsuper call: role {0} has no implicit super class (OTJLD 1.3.1(f)).
6951103109 = Invalid qualified ''tsuper'': type {1} contains no role corresponding to {0} (OTJLD 1.3.1(f)).
6961103110 = Illegal tsuper call: can only invoke the method being overridden by the current method (OTJLD 1.3.1(f)).
6971103111 = Cannot reduce the visibility of role {0} to {1}, implicit super-role is ''{2}'' (OTJLD 1.3.1(h)).
6981103112 = Cannot reduce the visibility of the inherited method from implicit super class {0} (OTJLD 1.3.1(h)).
6991103113 = The return type of implicitly inherited method {0} is not compatible to the return type of explicitly inherited method {1} (1.3.1(k)).
7001103201 = Cannot extend {1}.{0} because enclosing type {1} is not an enclosing type of this role (OTJLD 1.3.2(a)).
Stephan Herrmann12438862010-08-03 14:52:05 +00007011103202 = Role inherits incompatible ''extends'' declarations: {0} is not a sub-type of {1} (''extends {1}'' is inherited is from {2}) (OTJLD 1.3.2(b)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00007021103203 = Illegal tsuper call. Must use a constructor of newly introduced super-class {0} (OTJLD 1.3.2(c)).
7031103204 = Method {0} inherited from regular super class {1} is not visible outside the role {2} (OTJLD 1.3.2(e)).
704
7051104001 = Role type {0} shadows the visible type {1} (OTJLD 1.4(a)).
7061104002 = Field declaration {0} conflicts with an implicitly inherited field (OTJLD 1.4(b)).
707
7081105001 = Regular role cannot override team {0} (OTJLD 1.5(a)).
7091105002 = Member types not allowed in regular roles. Mark class {0} as a team if {1} should be its role (OTJLD 1.5(a,b)).
7101105003 = Team {0} cannot extend its enclosing team {1} (OTJLD 1.5(c)).
7111105004 = Name clash for implicit super types of role {0}: {1} and {2} are incomparable (OTJLD 1.5(d)).
712
713
714### ROLE-BASE-BINDING
7151201001 = Overlapping role hierarchies: role is subtype of these bound roles: {0} (OTJLD 2.1(c)).
7161201002 = Illegal redefinition: {0} is not a sub-type of baseclass {1} as inherited from {2} (OTJLD 2.1(c)).
7171201003 = Role inherits incompatible ''playedBy'' declaration(s): {0} is not comparable to {1} (OTJLD 2.1(c)).
7181201004 = Cannot bind role class {0} to {1} because implicit super-role is already bound to {2} (OTJLD 2.1(d)).
Stephan Herrmannc87554d2010-08-27 23:02:19 +00007191201101 = When binding interface {0} as base of {1}:\nNote that some features like callin bindings are not yet supported in this situation (OTJLD 2.1.1).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00007201201201 = Member type {0} cannot be used as the base class of {1} (OTJLD 2.1.2(b)).
7211201202 = Role {1} cannot be played by {0}: this name stands for a role of the same team (OTJLD 2.1.2(a)).
Stephan Herrmann7464c322010-07-09 16:05:38 +00007221201203 = Base class {0} is an enclosing type of {1}; please read the hints in the OT/J Language Definition (OTJLD 2.1.2(b)).
7231201204 = Base class/member type circularity via chain {0};\nplease read the hints in the OT/J Language Definition (OTJLD 2.1.2(b)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00007241201205 = Overriding access restriction of base class {0} (OTJLD 2.1.2(c)).
7251201206 = PlayedBy binding overrides finalness of base class {0} (OTJLD 2.1.2(c)).
7261201207 = Trying to override access restriction of confined base class {0} (OTJLD 2.1.2(c)).
7271201208 = "base" import is not allowed in regular class {0} (OTJLD 2.1.2(d)).
7281201209 = "base" import is not allowed in a role file (OTJLD 2.1.2(d)).
7291201210 = It is recommended that base class {0} be imported with the modifier "base" (OTJLD 2.1.2(d)).
7301201211 = Qualified reference to base class {0} is deprecated, should use a base import instead (OTJLD 2.1.2(d)).
7311201212 = Bound base class {0} cannot have free type parameters (OTJLD 2.1.2(e)).
7321201213 = Role {0} cannot have free type parameters when binding to a base class (OTJLD 2.1.2(e)).
733
7341201299 = Base class {0} is deprecated.
735
7361201308 = Illegal base import: this package is not provided by the declared base plug-in(s) {0} (OT/Equinox).
7371201309 = Illegal base import: this package is not provided by the declared base plug-in {0} but by plug-in {1} (OT/Equinox).
7381201310 = Illegal base import: no aspect binding declared for team {0} (OT/Equinox).
7391201311 = Decapsulating base class {0} by means of a forced export. Note, that additionally a corresponing declaration is needed in config.ini (OTJLD 2.1.2(c) + OT/Equinox).
7401201312 = This messages should never be seen ({0}).
7411201313 = The forced-exported type {0} cannot be accessed other than as a role's base class (OT/Equinox).
Stephan Herrmann08e2dc42010-07-31 09:02:12 +00007421201314 = The declared base plug-in contains one or more split packages; please manually ensure that class {0} is actually provided by plug-in {1} (OT/Equinox).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00007431201315 = A declared base plug-in contains on or more split packages; please manually ensure that class {0} is actually provided by one of the plug-ins {1} (OT/Equinox).
744
7451202001 = Types {0} and {1} are compatible only by lowering, which is not allowed here (OTJLD 2.2(b)).
7461202002 = Types {0} and {1} are compatible only by lowering, which is not allowed here (OTJLD 2.2(b)).\nPerhaps you should just remove this cast?
7471202003 = Types {0} and {1} are compatible only by lowering, which is not allowed here (OTJLD 2.2(b)).\nPerhaps you should use a local variable to get the lowered expression?
7481202004 = Assigning a {0} to {1} is ambiguous: will not apply lowering to {2} because direct upcasting is sufficient (OTJLD 2.2(f)).
749
7501203101 = The constructor {0} is undefined. Note that bound roles per default only have a lifting constructor (OTJLD 2.3.1(b)).
7511203102 = Need custom lifting constructor, because super class has no argumentless constructor {0} (OTJLD 2.3.1(c)).
7521203103 = Lifting constructor cannot have explicit super-call (OTJLD 2.3.1(c)).
753
7541203201 = Illegal type for argument {0}: declared lifting not allowed in static methods (OTJLD 2.3.2(a)).
7551203202 = Qualified type name not allowed here. Type after keyword "as" must be a role of the enclosing team {0} (OTJLD 2.3.2(a)).
7561203203 = Declared lifting is only allowed in signatures of team methods (OTJLD 2.3.2(a)).
7571203204 = The primitive type {0} is not allowed in declared lifting type (OTJLD 2.3.2(a)).
7581203205 = Illegal type {0}, need a role type for declared lifting (OTJLD 2.3.2(a)).
7591203206 = Cannot lift to role {0} because it is not played by a base class (OTJLD 2.3.2(a)).
7601203207 = Class {0} is incompatible to the base class {2} of role {1}. Lifting not possible (OTJLD 2.3.2(a)).
7611203208 = Syntax error in declared lifting. Array dimensions do not match (OTJLD 2.3.2(c)).
7621203209 = Illegal type bound: {0} is not a role type (OTJLD 2.3.2(e)).
7631203210 = Bound mismatch: The generic method {0}({1}) of type {2} is not applicable for the arguments ({3}). The inferred type {4} is not a valid substitute for the bounded parameter <{5} base {6}> (OTJLD 2.3.2(e)).
764
7651203401 = Potential ambiguity in role binding. The base ''{0}'' is bound to the following roles: {1} (OTJLD 2.3.4(a)).
7661203402 = Lifting type {0} to role {1} is definitely ambiguous (OTJLD 2.3.4(b)).
767
7681204101 = Cannot invoke the lifting constructor {0} to create an externalized role (OTJLD 2.4.1(a)).
7691204102 = Argument to lifting constructor {0} is not a freshly created base object (of type {1}); may cause a DuplicateRoleException at runtime (OTJLD 2.4.1(c)).
7701204201 = Illegal base constructor call: method {0} is not a constructor of a bound role (OTJLD 2.4.2).
7711204202 = Illegal call to base constructor: this constructor is a lifting constructor (OTJLD 2.4.2).
7721204203 = Cannot use this constructor from class {0}, because it creates a base instance of type {2} wheras a base instance of type {1} is required (OTJLD 2.4.2(c)).
Stephan Herrmanncfdc8492010-04-02 02:41:16 +00007731204204 = Constructor call (tsuper) must be the first statement in a role constructor (OTJLD 2.4.2).
Stephan Herrmann7464c322010-07-09 16:05:38 +00007741204205 = Cannot invoke a base constructor because enclosing role {0} is involved in baseclass circularity (OTJLD 2.4.2).
7751204206 = Call to base constructor is not first statement (after super-call) (OTJLD 2.4.2(b)).
7761204207 = Missing call to a base constructor, class {0} is a bound role (OTJLD 2.4.2(b)).
7771204208 = Illegal call to base constructor: constructor called by ''{0}'' already calls a base constructor (OTJLD 2.4.2(b)).
7781204209 = Access restriction of constructor {0} is overridden by this base constructor call (OTJLD 2.4.2(b)).
Stephan Herrmann57e57ec2010-08-27 21:36:52 +00007791204210 = Base constructor call not allowed in this position, must be first statement or argument to another constructor call (OTJLD 2.4.2(c)).
7801204211 = This constructor conflicts with the lifting constructor (using argument lowering).\nDue to lower visibility external allocations will use the lifting constructor instead (OTJLD 2.4.2(d)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00007811204301 = Dangerous instantitation. To avoid a WrongRoleException at runtime role {0} should be used instead (OTJLD 2.4.3).
782
7831205001 = Team {0} may need to be declared abstract, because irrelevance for abstract role {1} could not be shown (OTJLD 2.5(b)).
7841205002 = Team {0} must be declared abstract, because abstract role {1} is relevant (OTJLD 2.5(b)).
785
7861206001 = Cannot use ''base'' as a prefix since ''{0}'' is not a team (OTJLD 2.6(a)).
7871206002 = Illegal qualified use of ''base'', type ''{0}'' is not a bound role (OTJLD 2.6(a)).
7881206003 = Cannot use ''base'' in the regular method ''{0}'' (OTJLD 2.6(c)).
7891206004 = Cannot use explicit base call in method bindings (OTJLD 2.6).
7901206005 = Illegal use of keyword ''base'' (OTJLD 2.6).
7911206006 = Access restriction of field {0} in type {1} is overridden by this reference (OTJLD 2.6(g)).
7921206007 = Access restriction of method {0} in type {1} is overridden by this call (OTJLD 2.6(g)).
793
794### CALLOUT
7951301001 = Method binding not allowed here, {0} is not a role (OTJLD 3.1(a)).
7961301002 = Method binding not allowed here, role {0} is not played by a base class (OTJLD 3.1(a)).
Stephan Herrmann7464c322010-07-09 16:05:38 +00007971301003 = Role {0} cannot declare callout bindings because it is playedBy enclosing type {1} (OTJLD 3.1(a)); please directly access the target method.
7981301004 = No method {0} found in type {1} to resolve method designator (OTJLD 3.1(c)).
7991301005 = Method specifier ''{0}'' is ambiguous for the type {1}. Please use the exact method signature to disambiguate (OTJLD 3.1(c)).
8001301006 = Method designator binds to a method returning {0} whereas return type {1} is specified (OTJLD 3.1(c)).
8011301007 = Method specifier finds no direct match, argument of closest match is {0} instead of {1} (OTJLD 3.1(c)).
8021301008 = A non-abstract role method exists for this callout-binding. Use callout-override (''=>'') if you want to override it (OTJLD 3.1(e)).
8031301009 = Trying to bind an abstract method as callout override (OTJLD 3.1(e)).
8041301010 = Callout binding tries to override method {0} from the same role class (OTJLD 3.1(e)).
8051301011 = Callout binding conflicts with inherited callout binding from class {0}. Use ''=>'' if you want to override it (OTJLD 3.1(f)).
8061301012 = The method is bound as callout more than once: {0} (OTJLD 3.1(g)).
8071301013 = Callout method does not declare {0} which is thrown by the bound base method (OTJLD 3.1(h)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00008081301014 = Inherited abstract method {0} is implicitly bound as an inferred callout (OTJLD 3.1(j)).
8091301015 = Unresolved self call {0} is implicitly bound by an inferred callout (OTJLD 3.1(j)).
Stephan Herrmannd70a7b72010-04-28 21:01:30 +00008101301016 = Attempting to infer callout to base field {0} in a compound assignment (OTJLD 3.1(j)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000811
8121302001 = Unused mapping for parameter {0} is ignored (OTJLD 3.2).
8131302002 = Syntax error: parameter mapping allowed only if methods are specified with their signatures (OTJLD 3.2(a)).
8141302003 = Parameter {0} is mapped more than once (OTJLD 3.2(b)).
8151302004 = Incomplete parameter mapping: argument {0} of base method {1} is not mapped (OTJLD 3.2(b)).
8161302005 = Wrong mapping direction for parameter {0}, should use {1} unless mapping 'result' (OTJLD 3.2(b)).
8171302006 = Wrong mapping direction for \"result\", should use {0} (OTJLD 3.2(c)).
8181302007 = Illegal mapping for 'result'. {0} returns void (OTJLD 3.2(c)).
8191302008 = Illegal use of 'result' in parameter mapping: wrong binding direction (OTJLD 3.2(c)).
8201302009 = Cannot use 'result' here: method {0} returns void (OTJLD 3.2(c)).
8211302010 = ''result'' can only be mapped to ''result'' (OTJLD 3.2(c)).
8221302011 = Method {0} does not provide enough arguments for binding to method {1} (OTJLD 3.2(e)).
8231302012 = Cannot implicitly map signatures for callout binding:\nBase method {1} returns void whereas role method {0} expects {2} (OTJLD 3.2(e)).
8241302013 = Parameter mapping not allowed here: enclosing type {0} is an interface (OTJLD 3.2(a)).
825
8261303001 = Type mismatch in callout binding: cannot convert from {0} to {1} (OTJLD 3.3(d)).
8271303002 = When mapping the {0}. argument of {1}: cannot convert from {2} to {3} (OTJLD 3.3(d)).
8281303003 = The bound method {0} does not provide required result of type {1} (OTJLD 3.3(d)).
8291303004 = Callout binding:\nReturn of base method {1} is incompatible with return expected by method {0}:\nCan't convert {3} to {2} (OTJLD 3.3(d)).
830
8311304001 = This class overrides access restrictions of its base class. Compile with -decapsulation for details (OTJLD 3.4(a)).
8321304002 = Access restriction of method {0} in type {1} is overridden by this method binding (OTJLD 3.4(a)).
8331304003 = The method {0} from type {1} is not visible for this binding (enable decapsulation? OTJLD 3.4).
8341304004 = The private base feature {0} from type {1} is not available via the base type {2} (OTJLD 3.4(d)).
835
8361305001 = Callout binding cannot resolve field {0} in type {1} (OTJLD 3.5).
8371305002 = Field specifier ''{0}'' resolves to type {1} whereas type {2} is specified (OTJLD 3.5(a)).
8381305003 = Accessing field {1} through method "{0}" has no effect (OTJLD 3.5(b)).
8391305004 = Binding method ''{0}'' via callout as field setter cannot return a value (OTJLD 3.5(b)).
8401305005 = Cannot bind role method {0} to field {1}:\nMissing parameter of type {2} (OTJLD 3.5(b)).
8411305006 = When binding field {1} via callout to role method {0}:\nIncompatible types: can't convert {3} to {2} (OTJLD 3.5(b)).
8421305007 = When binding role method {0} via callout to field {1}:\nIncompatible types: can't convert {3} to {2} (OTJLD 3.5(b)).
8431305008 = Access restriction of field {0} in type {1} is overridden by this binding (OTJLD 3.5(e)).
8441305009 = A non-abstract role method exists for this callout-binding. Use callout-override (''=>'') if you want to override it (OTJLD 3.5(g)).
8451305010 = Callout binding conflicts with inherited callout binding from class {0}. Use ''=>'' if you want to override it (OTJLD 3.5(g)).
8461305011 = Assignment to unresolved variable {0} implicitly uses callout to base field '{1}' (OTJLD 3.5(h)).
8471305012 = Reference {1} implicitly uses callout getter to base field '{1}' (OTJLD 3.5(h)).
8481305013 = Method call {0} tries to re-use an inferred callout to field (OTJLD 3.5(h)).
849
850### CALLIN
8511401001 = Method binding not allowed here, {0} is not a role (OTJLD 4.1(b)).
8521401002 = Method binding not allowed here, role {0} is not played by a base class (OTJLD 4.1(b)).
Stephan Herrmanndd720752010-06-08 21:48:42 +00008531401003 = Unsafe callin mapping, because lifting to role {0} may fail due to a reported binding ambiguity (OTJLD 4.1(b)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00008541401004 = No method {0} found in type {1} to resolve method designator (OTJLD 4.1(c)).
8551401005 = Method specifier "{0}" is ambiguous for the type {1}. Please use the exact method signature to disambiguate (OTJLD 4.1(c)).
8561401006 = Method designator binds to a method returning {0} whereas return type {1} is specified (OTJLD 4.1(c)).
8571401007 = Method specifier finds no direct match, argument of closest match is {0} instead of {1} (OTJLD 4.1(c)).
8581401008 = Duplicate callin name "{0}" (OTJLD 4.1(e)).
8591401009 = Trying to bind final method {0} from class {1} via class {2}; must bind directly to {1} (OTJLD 4.1(f).
8601401010 = Base method does not declare {0} which is thrown by the bound role method (OTJLD 4.1(g)).
861
8621401099 = Bound base method {0} is deprecated.
863
8641402001 = Modifier ''callin'' not allowed here. Enclosing class {0} is not a role (OTJLD 4.2(d)).
8651402002 = Illegal modifier(s) ''{0}'' for method {1}, callin method must not declare visibility (OTJLD 4.2(d)).
8661402003 = Method {0} cannot be called explicitly; is a callin method (OTJLD 4.2(d)).
8671402004 = Cannot bind method {0} as callout; is a callin method (OTJLD 4.2(d)).
8681402005 = Cannot bind method {0} using "replace": need a callin method (OTJLD 4.2(d)).
8691402006 = Cannot bind callin method {0} using "{1}" (OTJLD 4.2(d)).
8701402007 = Modifier "callin" not allowed here; trying to override a method from {0} which is not a callin method (OTJLD 4.2(d)).
8711402008 = Missing modifier "callin"; trying to override a method from {0} which is a callin method (OTJLD 4.2(d)).
8721402009 = Class inherits incompatible methods {0} from {1} and {2}: conflict between callin and regular method (OTJLD 4.2(d)).
873
8741403001 = Illegal method in base call, can only call base version of the enclosing method {0} (OTJLD 4.3(a)).
8751403002 = Base call "{0}" does not match the signature of the enclosing callin method (OTJLD 4.3(a)).
8761403003 = Potentially missing base call in callin method (OTJLD 4.3(b)).
8771403004 = This callin method has no base call (OTJLD 4.3(b)).
8781403005 = Potentially duplicate base call (OTJLD 4.3(c)).
8791403006 = This callin method calls its base method more than once (OTJLD 4.3(c)).
8801403007 = Illegal callin binding: base method requires a result of type {0}, which is not provided in this binding nor by a base call in the bound role method (OTJLD 4.3(e)).
8811403008 = Fragile callin binding: base method requires a result of type {0}, which is not provided in this binding. If no base call is issued, the result will be missing, causing a ResultNotProvidedException to be thrown (OTJLD 4.3(e)).
8821403009 = Fragile callin binding: base method requires a result of type {0}, which is not provided in this binding. If no base call is issued, the result will be uninitialized (null) (OTJLD 4.3(e)).
8831403010 = Incompatible callin binding: callin method {1} contains a base super call but bound base method {0} is not overriding a super method (OTJLD 4.3(f)).
8841403011 = Base super call bypasses both the bound base method and also other callin bindings if any are bound to the same base method (OTJLD 4.3(f)).
885
8861404000 = Syntax error: parameter mapping allowed only if methods are specified with their signatures (OTJLD 4.4(a)).
8871404001 = Illegal use of 'result' in parameter mapping: wrong binding direction (OTJLD 4.4(a)).
8881404002 = Method {1} does not provide enough arguments for binding to method {0} (OTJLD 4.4(a)).
8891404003 = Parameter {0} is mapped more than once (OTJLD 4.4(a)).
8901404004 = Cannot use 'result' here: method {0} returns void (OTJLD 4.4(a)).
8911404005 = Incomplete parameter mapping: argument {0} of role method {1} is not mapped (OTJLD 4.4(a)).
Stephan Herrmann1e3ee002010-04-27 14:10:37 +00008921404006 = Callin after binding cannot return a value to the base caller, role method return value of type {0} will be ignored (OTJLD 4.4(a)).
8931404007 = Illegal expression in callin replace binding: here 'result' must be mapped to 'result' (OTJLD 4.4(b)).
8941404008 = Role method "{1} {0}" bound via replace callin to method "{4} {3}" must not return a non-void result (OTJLD 4.4(b)).
8951404009 = Callin binding:\nReturn of method {1} is incompatible with return expected by base method {0}:\nCan't convert {3} to {2} (OTJLD 4.4(b)).
8961404010 = When binding method "{1} {0}" via callin to method "{4} {3}":\nBase call would require to convert return type {5} to {2} (OTJLD 4.4(b)).
8971404011 = ''result'' can only be mapped to ''result'' (OTJLD 4.4(b)).
8981404012 = Illegal expression in callin replace binding: cannot use base method argument in compound expression (OTJLD 4.4(b)).
8991404013 = Illegal direction ''->'' in parameter mapping for non-replace callin (OTJLD 4.4(c)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000900
9011405001 = Type mismatch in callin binding: cannot convert from {0} to {1} (OTJLD 4.5(d)).
9021405002 = When mapping the {0}. argument of {1}: cannot convert from {2} to {3} (OTJLD 4.5(d)).
903# unused:
9041405003 = The bound method {0} does not provide required result of type {1} (OTJLD 4.5(d)).
9051405004 = When mapping the {2}. argument: types {0} and {1} are not two-way compatible as required for replace bindings (OTJLD 4.5(d)).
906
9071406001 = Access restriction of method {0} in type {1} will be overridden if the bound callin method issues a base call (OTJLD 4.6).
9081406002 = The private base feature {0} from type {1} is not available via the base type {2} (OTJLD 4.6(a)).
909
910
9111407001 = Cannot bind static base method {1} to non-static role method {0} (OTJLD 4.7(b)).
9121407002 = Cannot bind non-static base method {1} to static callin method {0} via replace (OTJLD 4.7(d)).
913
9141408001 = ''{4}'' callin bindings {0}.{1} and {2}.{3} refer to the same base method; must declare precedence of these bindings (OTJLD 4.8).
9151408002 = 'precedence' declaration not allowed here, enclosing type {0} is neither a team nor a role (OTJLD 4.8(a)).
Stephan Herrmanne47ced22010-05-17 19:37:47 +00009161408003 = 'precedence' declaration for 'after' binding must be specified as 'precedence after' (OTJLD 4.8(a)).
9171408004 = 'precedence after' declaration cannot refer to '{0}' bindings (OTJLD 4.8(a)).
9181408005 = Callin binding {0} not found in type {1} (OTJLD 4.8(b)).
9191408006 = Type {0} is not a legal prefix for callin {1}; Need a role or team type (OTJLD 4.8(b)).
Stephan Herrmanncba20f82010-06-09 11:19:00 +00009201408007 = Contradictory precedence lists for type {0} cannot be combined (conflicts with ''{1}'') (OTJLD 4.8(d)).
9211408008 = Contradictory precedence lists for type {0} cannot be combined (''{1}'' vs. ''{2}'') (OTJLD 4.8(d)).
9221408009 = Cannot define precedence for '{0}' and '{1}', because the former overrides the latter (OTJLD 4.8(e)).
Stephan Herrmann7b7062f2010-04-01 19:56:59 +0000923
9241409001 = This callin binding admits covariant base method return types, must use a fresh type variable like "<E extends {0}> E" as the role side return type (OTJLD 4.9.3(c)).
925
9261410001 = Type variable {0} cannot capture a covariant return type because it is used more than once in this signature (OTJLD 4.10(a)).
927
928### ACTIVATION/PREDICATES
9291502001 = Within statement {0} must have a team instance as argument (OTJLD 5.2(a)).
9301504001 = Guard predicate throws checked exception {0} (OTJLD 5.4(c)).
9311504101 = ''{0}'' cannot be resolved, perhaps you need to add signatures to the callin binding in order to expose parameters/result? (OTJLD 5.4.1(a)).
9321504201 = Illegal base guard: {0} is not a bound role (OTJLD 5.4.2(f)).
933
934### API
9351601001 = Cannot use class literal for role {0} in a static context (OTJLD 6.1(c)).
9361601002 = Cannot use unqualified class literal for role {0} outside its enclosing team (OTJLD 6.1(c)).
9371602001 = The method {0} conflicts with a predefined method of same name and number of arguments (OTJLD 6.2).
938
939### ENCAPSULATION
9401702001 = Role class tries to override the builtin type org.objectteams.Team.{0} (OTJLD 7.2(a)).
9411702002 = An array of confined roles is not compatible with java.lang.Object (OTJLD 7.2(b)).
942
943### DEPENDENT TYPES
9441900210 = Parameter is not a value (OTJLD 9.2.1).
9451900211 = Parameter cannot be resolved to an object reference (OTJLD 9.2.1).
9461900212 = Parameter '{0}' cannot be resolved (OTJLD 9.2.1).
9471900213 = Parameter does not match declaration of value parameter '{0} {1}' (OTJLD 9.2.1).
9481900214 = Illegal use of value parameter: type {0} does not declare a value parameter at position {1} (OTJLD 9.2.1).
9491900215 = Cannot rebind the anchor {1} of type variable {0} (OTJLD 9.2.1(a)).
950
951### SYNTAX
9522000101 = Object Teams keyword not enabled in this scope (OTJLD A.0.1).
9532000201 = Illegal superclass: Name of method ''{0}'' inherited from {1} is a keyword in OT/J (OTJLD A.0.2).
9542000301 = Illegal identifier {0} (OTJLD A.0.3).
955
9562001101 = Illegal ''playedBy'' declaration: class {0} is not a role (OTJLD A.1.1(a)).
957
9582003101 = Method binding must be directly contained in a class (OTJLD A.3.1).
9592003201 = Modifiers not allowed in short callout bindings (OTJLD A.3.2).
9602003202 = Illegal modifier for callout binding (only public, protected or private allowed here) (OTJLD A.3.2).
9612003203 = Illegal method designator: illegal constructor reference or missing return type (OTJLD A.3.2).
9622003204 = Syntax error: missing return type for method designator (OTJLD A.3.2).
9632003301 = Modifiers not allowed in callin bindings (OTJLD A.3.3).
9642003302 = Syntax error: callin label must be a simple name (OTJLD A.3.3).
9652003303 = Callin modifier (before, after or replace) missing for callin-binding {0} (OTJLD A.3.3).
9662003304 = Syntax error: right hand side of method binding does not specify type arguments (OTJLD A.3.3).
9672003501 = Method designator must not specify a modifier (OTJLD A.3.5).
968
9692006001 = Syntax Error: Declared lifting type not support in this position (OTJLD A.6(a)).
970
9712007001 = Syntax Error: missing boolean expression for guard predicate (OTJLD A.7.1).
972
9732009001 = Illegal position for value parameter {0}: must be a parameter of a single name type reference(OTJLD A.9(a)).
974
9752010001 = Syntax error, SingleTypeReference expected (OTJLD 1.2.4(c)).
976
977
978### LIMITATIONS
9792100001 = Limitation: generics not supported in this position.
9802100002 = Internal method for lifting type {0} to role {1} has not been generated.
9812100003 = Compiler limitation: This constructor seems to request lifting of an argument. However, the self call in {0} of class {1} passes its arguments in an unexpected way. Cannot perform required transitive byte-code translation.
9822100006 = Requesting role file {0} for team {1} which is already compiled (compiler limitation).
9832100007 = Role {0} is missing for binary team {1} (compiler limitation).
9842100008 = Role {0} has not been copied (implicit inheritance) to team {1} (probably caused by some other error).
9852100009 = Cannot generate method {0}, tsuper method has corrupt byte code. This may or may not be caused by an internal compiler error.
9862100010 = Implicit super role has incompatible byte code, offending name: ''{0}''. It was probably compiled for an incompatible JRE.
9872100011 = Limitation: compiler support for dependent types is incomplete: {0}.
9882100012 = Using an experimental feature: {0}.
9892100013 = Role {0} seems to refer to a stale tsuper role {1}: tsuper method {2} cannot be resolved. Please consider a full rebuild of the enclosing project.
9902100014 = Role {1} seems to require recompilation due to changes in super role {0}. Please consider a full rebuild of the enclosing project.
9912100015 = A synthetic access method for field {1} is missing in type {0}. Please consider a full rebuild of the enclosing project.
9922100016 = Compiler limitation: wrong compilation order for role {0} as a member of team {1} which is already compiled.
9932100017 = Incremental compilation problem: role {0} consists of a source and a binary part.
9942100018 = Internal representations of role {0} and {1} are inconsistent.
9952100019 = Compiler limitation: unsupported compilation order: ''{0}''.
9962100020 = Incomplete incremental build: did not generate callin binding for role {0}.\nBefore launching the application please perform a full build.
9972100021 = Cannot resolve base class for type {0}: unexpected build order (please consider a full build for this project).
9982100022 = Compiler limitation: the role field {0} can only be static if it is also declared final.
9992100023 = Illegally copied default constructor, role {0} is a bound role.
10002100024 = Modifier "readonly" is not yet supported.
10012100025 = Missing compiler implementation: {0} is not yet supported.
Stephan Herrmann0e390872010-04-02 02:27:06 +000010022100026 = Base class {0} appears to be a system class, which means that load time weaving could possibly fail\nif this class is loaded from rt.jar/the bootstrap classpath.
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000010032100027 = Dangerous callin binding: {0} is used internally during lifting, which could create infinite recursion.
10042100028 = Compiler limitation: can't copy annotation ''{0}'' for implicitly inherited field ''{1}'': unexpected structure.
10052100029 = Class file {0} has incompatible OT/J byte code version {1}, please consider a full build of the declaring project.
Stephan Herrmannc87554d2010-08-27 23:02:19 +000010062100030 = Implementation limitation: Callin binding to an interface ({0}) is not supported.
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001007
1008## EXPERIMENTAL
10092200001 = Type {0} does not support team migration, only applicable for roles (OT/J experimental feature).
10102200002 = Team migration not possible because enclosing team class {0} is not final (OT/J experimental feature).
10112200003 = Argument is not a valid new team anchor (OT/J experimental feature).
10122200004 = The special method {1}.migrateToTeam({2}) is not applicable for the arguments ({0}).
10132200005 = Team migration not possible in the current implementation because {0} is a bound role class (OT/J experimental feature).
1014
10152200010 = Type {0} does not support base migration; this is only applicable for roles (OT/J experimental feature).
10162200011 = Role {0} cannot support base migration because it is not bound to a base class (OT/J experimental feature).
10172200012 = The special method {1}.migrateToBase({2}) is not applicable for the arguments ({0}).
1018