Author: dazarov
Date: 2007-10-12 10:16:33 -0400 (Fri, 12 Oct 2007)
New Revision: 4163
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties
Log:
http://jira.jboss.com/jira/browse/EXIN-13
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2007-10-12
13:44:03 UTC (rev 4162)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2007-10-12
14:16:33 UTC (rev 4163)
@@ -24,10 +24,10 @@
DUPLICATE_DESTROY=Duplicate @Destroy method "{0}"
DUPLICATE_CREATE=Duplicate @Create method "{0}"
DUPLICATE_UNWRAP=Duplicate @Unwrap method "{0}"
-DESTROY_DOESNT_BELONG_TO_COMPONENT=@Destroy method "{0}" must be declared in
component class
-CREATE_DOESNT_BELONG_TO_COMPONENT=@Create method "{0}" must be declared in
component class
-UNWRAP_DOESNT_BELONG_TO_COMPONENT=@Unwrap method "{0}" must be declared in
component class
-OBSERVER_DOESNT_BELONG_TO_COMPONENT=@Observer method "{0}" must be declared in
component class
+DESTROY_DOESNT_BELONG_TO_COMPONENT=Only component class can have @Destroy method
"{0}"
+CREATE_DOESNT_BELONG_TO_COMPONENT=Only component class can have @Create method
"{0}"
+UNWRAP_DOESNT_BELONG_TO_COMPONENT=Only component class can have @Unwrap method
"{0}"
+OBSERVER_DOESNT_BELONG_TO_COMPONENT=Only component class can have @Observer method
"{0}"
#Factories
UNKNOWN_FACTORY_NAME=Factory method "{0}" with a void return type must have an
associated @Out/Databinder
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties 2007-10-12
13:44:03 UTC (rev 4162)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties 2007-10-12
14:16:33 UTC (rev 4163)
@@ -35,10 +35,10 @@
SeamValidatorConfigurationBlock_pb_duplicateDestroy_label=Duplicate @Destroy method:
SeamValidatorConfigurationBlock_pb_duplicateCreate_label=Duplicate @Create method:
SeamValidatorConfigurationBlock_pb_duplicateUnwrap_label=Duplicate @Unwrap method:
-SeamValidatorConfigurationBlock_pb_destroyDoesNotBelongToComponent_label=@Destroy method
must be declared in component class:
-SeamValidatorConfigurationBlock_pb_createDoesNotBelongToComponent_label=@Create method
must be declared in component class:
-SeamValidatorConfigurationBlock_pb_unwrapDoesNotBelongToComponent_label=@Unwrap method
must be declared in component class:
-SeamValidatorConfigurationBlock_pb_observerDoesNotBelongToComponent_label=@Observer
method must be declared in component class:
+SeamValidatorConfigurationBlock_pb_destroyDoesNotBelongToComponent_label=Only component
class can have @Destroy method
+SeamValidatorConfigurationBlock_pb_createDoesNotBelongToComponent_label=Only component
class can have @Create method
+SeamValidatorConfigurationBlock_pb_unwrapDoesNotBelongToComponent_label=Only component
class can have @Unwrap method
+SeamValidatorConfigurationBlock_pb_observerDoesNotBelongToComponent_label=Only component
class can have @Observer method
##Section Factories
SeamValidatorConfigurationBlock_section_factory=Factories