Author: vrubezhny
Date: 2009-04-02 13:44:11 -0400 (Thu, 02 Apr 2009)
New Revision: 14469
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/UIMessages.java
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/messages.properties
Log:
JBIDE-4044 Review unused strings from Messages classes as reported by UCDetector
The unused properies are removed from UIMessages bundle class and its bundle
(messages.properties)
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/UIMessages.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/UIMessages.java 2009-04-02
17:30:57 UTC (rev 14468)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/UIMessages.java 2009-04-02
17:44:11 UTC (rev 14469)
@@ -20,10 +20,5 @@
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, UIMessages.class);
}
- public static String ERROR_CREATING_NESTED_TEXT_EDITOR;
- public static String CHANGE_FONT;
- public static String PROPERTIES;
- public static String PREVIEW;
- public static String MUST_BE_IFILEEDITORINPUT;
public static String CANNOT_DISPLAY_DOCUMENT_CONTENTS;
}
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/messages.properties
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/messages.properties 2009-04-02
17:30:57 UTC (rev 14468)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/messages/messages.properties 2009-04-02
17:44:11 UTC (rev 14469)
@@ -1,6 +1 @@
-ERROR_CREATING_NESTED_TEXT_EDITOR=Error creating nested text editor
-CHANGE_FONT=Change Font...
-PROPERTIES=Properties
-PREVIEW=Preview
-MUST_BE_IFILEEDITORINPUT=Invalid Input: Must be IFileEditorInput
CANNOT_DISPLAY_DOCUMENT_CONTENTS=Cannot display document contents.
\ No newline at end of file
Show replies by date