blob: 7ac0858caa0a5bc962c94752b73cc9d4a18a8607 [file] [log] [blame]
Stephan Herrmann0dfe5d02011-03-01 14:38:04 +00001ChangeSignatureAdaptor_callinBaseArgDeleteIncomplete_info=Deleting arguments at the base side of a callin binding is not fully supported. Please manually update transitive references.
2ChangeSignatureAdaptor_callinRoleArgAddIncomplete_info=Adding arguments at the role side of a callin binding is not fully supported. Please manually update transitive references.
3ChangeSignatureAdaptor_calloutBaseArgAddIncomplete_info=Adding arguments at the base side of a callout binding is not fully supported. Please manually update transitive references.
4ChangeSignatureAdaptor_calloutRoleArgDeleteIncomplete_info=Deleting arguments at the role side of a callout binding is not fully supported. Please manually update transitive references.
5ChangeSignatureAdaptor_cannotCreateParamMap_CTF_warning=Need to create parameter mapping, which however is not yet implemented for callout-to-field
6ChangeSignatureAdaptor_cannotCreateParamMap_MultiCallin_warning=Need to create parameter mapping, which however is not yet implemented for callin to multiple bases
7ChangeSignatureAdaptor_cannotUpdateParameterMapping_warning=Cannot update existing parameter mapping
8MoveInstanceMethodAdaptor_ambiguousMethodSpec_error=Refactoring cannot be performed\! There would be an ambiguous method specifier in a method binding after moving\!
9MoveInstanceMethodAdaptor_checkOverloading_progress=Checking Overloading
10MoveInstanceMethodAdaptor_moveInstanceMethod_name=Move Instance Method
11MoveInstanceMethodAdaptor_overloading_error=Moved method will be overloaded after refactoring\!
12PullUpAdaptor_ambiguousMethodSpec_error=Refactoring cannot be performed\! There would be an ambiguous method specifier in a method binding after moving\!
13PullUpAdaptor_callinMethodToNonRole_error=The callin method ''{0}'' can only be moved to a role (OTJLD \uFFFD4.2.(d)).
14PullUpAdaptor_checkOverloading_progress=Checking Overloading
15PullUpAdaptor_checkOverriding_progress=Checking Overriding
16PullUpAdaptor_checkShadowing_progress=Checking Shadowing
17PullUpAdaptor_fieldShadowing_error=The pulled up field ''{0}'' would be shadowed in ''{1}''.
18PullUpAdaptor_overloading_error=The pulled up method ''{0}'' would be overloaded after refactoring.
19PullUpAdaptor_overriding_error=The pulled up method ''{0}'' would be overridden in ''{1}''.
20PullUpAdaptor_referencedByMethodBinding_error=Pulled up member ''{0}'' is referenced in an aspect binding by ''{1}''
21PushDownAdaptor_ambiguousMethodSpec_error=Refactoring cannot be performed\! There would be an ambiguous method specifier in a method binding after moving\!
22PushDownAdaptor_boundAsCallout_error=The pushed down method ''{0}'' is bound in a callout method binding in ''{1}''.
23PushDownAdaptor_boundAsCTF_error=The pushed down method ''{0}'' is bound in a callout to field binding in ''{1}''.
24PushDownAdaptor_boundInCallin_error=The pushed down method ''{0}'' is bound in a callin method binding in ''{1}'' and will not be visible after refactoring.
25PushDownAdaptor_checkShadowing_progress=Checking Shadowing
26PushDownAdaptor_overloading_error=The pushed down method ''{0}'' would be overloaded after refactoring.
27PushDownAdaptor_overloading_progress=Checking Overloading
28PushDownAdaptor_overriding_progress=Checking Overriding
29PushDownAdaptor_overridingImplicitlyInherited_error=The pushed down method ''{0}'' would override the implicitly inherited method ''{1}''.
30PushDownAdaptor_phantomRoleConflict_error=An implicit sub role of ''{0}'' is a phantom role, therefore the pushed down members cannot be moved to ''{1}''.
31PushDownAdaptor_referencedByCallin_error=The pushed down method ''{0}'' is referenced in a callin method binding in ''{1}'' and will not be visible after refactoring.
32PushDownAdaptor_referencedByCallout_error=The pushed down method ''{0}'' is referenced in a callout method binding in ''{1}'' and will not be visible after refactoring.
33PushDownAdaptor_referencedByCalloutParamMap_error=The pushed down member ''{0}'' is referenced in a callout parameter mapping in ''{1}'' and will not be visible after refactoring.
34PushDownAdaptor_referencedByCTF_error=The pushed down field ''{0}'' is referenced in a callout to field binding in ''{1}'' and will not be visible after refactoring.
35PushDownAdaptor_referencedByCTFParamMap_error=The pushed down member ''{0}'' is referenced in a callout to field value mapping in ''{1}'' and will not be visible after refactoring.
36PushDownAdaptor_referencedByMethod_error=Pushed down member ''{0}'' is referenced by ''{1}''.
37PushDownAdaptor_referencedInCallinParamMap_error=The pushed down member ''{0}'' is referenced in a callin parameter mapping in ''{1}'' and will not be visible after refactoring.
38PushDownAdaptor_shadowing_error=The pushed down field ''{0}'' would be shadowed in ''{1}''.
39RenameMethodAmbuguityMsgCreator_ambiguousMethodSpec_error=Refactoring cannot be performed\! There would be an ambiguous method specifier in a method binding after renaming\!
40RenameMethodOverloadingMsgCreator_overloading_error=Renamed method will be overloaded after refactoring\!
41RenameTypeAdaptor_addType_editName=Add Type
42RenameTypeAdaptor_changeImplicitTypes_progress=Create changes for implicit type declarations
43RenameTypeAdaptor_newTypeConflic_error=New type ''{0}'' conflicts with the existing type ''{1}''.
44RenameTypeAdaptor_overridden_error=The renamed role type would be overridden by role type ''{0}''.
45RenameTypeAdaptor_overriding_error=The renamed role type would override the inherited role type ''{0}''.
46RenameTypeAdaptor_overriding_progress=Check Overriding
47RenameTypeAdaptor_predefinedRoleName_error=''{0}'' is a predefined role type and cannot be overridden
48RenameTypeAdaptor_roleShadowing_error=A role type named ''{0}'' exists in ''{1}'' and would shadow the renamed type (OTJLD §1.4(a)).
49RenameTypeAdaptor_shadowedByRole_error=The role type ''{0}'' would shadow the renamed type (OTJLD §1.4(a)).
50RenameTypeAdaptor_shadowExistingType_error=The renamed role type would shadow the visible type ''{0}'' (OTJLD §1.4(a)).
51RenameTypeAdaptor_teamCollidesWithPackage_error=The new team name ''{0}'' collides with the package ''{1}'', therefore a renaming of the role directory ''{2}'' is impossible.