blob: f4b0e9cd9d2e879ce4160037392ea454bd646455 [file] [log] [blame]
###############################################################################
# Copyright (c) 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
#
# the slot 56 has been removed. So it is open again for another message
#
#api profile
1 = An API baseline has not been set for the current workspace.
#invalid since tag problems
2 = Invalid @since tag: {0}; the expected @since tag value is {1}
3 = Invalid @since tag: {0}; the @since tag can only have two fragments
4 = Missing @since tag
#version number problems
5 = The major version should be incremented in version {0}, since API breakage occurred since version {1}
6 = The major version should be identical in version {0}, since no API breakage occurred since version {1}
7 = The minor version should be incremented in version {0}, since new APIs have been added since version {1}
#api usage problems
8 = Illegally implements {0}
9 = Illegally extends {0}
10 = Illegally instantiates {0}
11 = Illegally overrides {0}.{1}
12 = Illegally references {0}.{1}
13 = Leaks non-API type {0} via extends
14 = Leaks non-API type {0} via implements
15 = Leaks non-API type {0} via field declaration
16 = Leaks non-API type {0} via return type
17 = Leaks non-API type {0} via method parameter
#compatibility problems
#added
18 = Added an annotation default value
19 = Added API component {0}
20 = Added checked exception {0}
21 = Added class bound {0}
22 = Added a static initializer
23 = Added a constructor
24 = Added an enum constant
25 = Added the execution environment {0}
26 = Added interface bound {0}
27 = Added interface bounds
28 = Added a method with a default value
29 = Added a method without a default value
30 = Added superclass {0}
31 = Added a type
32 = Added a new type parameter to existing type parameters
33 = Added type arguments
34 = Added type parameters
35 = Added unchecked exception {0}
36 = Added a compile-time constant value
37 = Added field {0} in a class that is intended to be extended
38 = Added field {0} in an enum that is intended to be extended
39 = Added field {0} in an annotation that is intended to be extended
40 = Added field {0} in an interface that is intended to be implemented
41 = Added method {0} in a class that is intended to be extended
42 = Added method {0} in an enum that is intended to be extended
43 = Added method {0} in an annotation that is intended to be extended
44 = Added method {0} in an interface that is intended to be implemented
45 = Added type member {0} in an interface that is intended to be implemented
46 = Added type member {0} in an annotation that is intended to be extended
47 = Added type member {0} in a class that is intended to be extended
48 = Added type member {0} in an enum that is intended to be extended
#changed
49 = The ''abstract'' keyword has been removed from {0}
50 = Changed the annotation default value
51 = Replaced an array type with a variable argument type
52 = The class bound has been changed
53 = The superclass set has been reduced
54 = The super interfaces set has been reduced
55 = Member visibility reduced
57 = The superclass set has been expanded
58 = The super interfaces set has been expanded
59 = The 'final' keyword has been removed for a static member
60 = The 'final' keyword has been removed for an instance member
61 = The 'final' keyword has been removed for a compile-time constant static field
62 = The 'final' keyword has been removed for a static field
63 = Member visibility increased
64 = The interface bound has been changed
65 = The 'native' keyword has been removed
66 = The 'abstract' keyword has been added
67 = The 'final' keyword has been added
68 = The 'native' keyword has been added
69 = The 'static' keyword has been added
70 = The 'synchronized' keyword has been added
71 = The 'transient' keyword has been added
72 = The restrictions have been changed
73 = The static member has been converted to an instance member
74 = The superclass has changed
75 = The 'synchronized' keyword has been removed
76 = The type has been changed to an annotation declaration
77 = The type has been changed to a class declaration
78 = The type has been changed to an enum declaration
79 = The type has been changed to an interface declaration
80 = The 'transient' keyword has been removed
81 = The type of the field has been changed
82 = The name of the type parameter has been changed
83 = The visibility of the type has been changed
84 = The constant value of the field has been changed
85 = A variable argument type has been converted to an array type
#removed
86 = The default value of the annotation {0} has been removed
87 = The API component {0} has been removed
88 = The checked exception {0} has been removed
89 = The class bound for the type parameter {0} has been removed
90 = The static initializer for type {0} has been removed
91 = The constructor {0} has been removed
92 = The enum constant {0} has been removed
93 = The execution environment {0} has been removed
94 = The field {0} has been removed
95 = The field {0} has been moved up in the hierarchy
96 = The interface bound {0} has been removed
97 = The interface bounds has been removed for {0}
98 = The method {0} has been removed
99 = The method {0} has been moved up in the hierarchy
100 = The method {0} with a default value has been removed
101 = The method {0} without a default value has been removed
102 = The type {0} has been removed
103 = The type arguments have been removed for {0}
104 = The type member {0} has been removed
105 = The type parameter {0} has been removed
106 = The type parameters have been removed for {0}
107 = The unchecked exception {0} has been removed
108 = The constant value {0} has been removed