Community
Participate
Working Groups
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Build Identifier: I20091030-1201 Remove unused externalized strings from org.eclipse.jdt.ui etc. Reproducible: Always Steps to Reproduce: When I run 'Find broken externalized strings' utility on my workspace it shows 931 problems. A number of these strings are Eclipse NLS style i.e. there is a Java constant and that constant is not used. These strings can be removed
Created attachment 152131 [details] fix I have removed the unused strings (the ones externalized in eclipse way) Summary of changes -931 problems in org.eclipse.jdt.ui. 75 are left. There were 32 in FoldingMessages.properties, these are used to construct strings. For the rest I have filed Bug 295040. -10 problems in org.eclipse.ltk.core.refactoring. All removed -14 problems in org.eclipse.ltk.ui.refactoring. All removed -18 problems in org.eclipse.jdt.junit. All removed
Thanks for the patch Deepak! Fixed in HEAD. Available in builds >= I20091117-0800.
Dani,the copyright notice for the following file still says 2008 even though it was updated a couple of days back. /org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties (The patch attached here contains this change)
(In reply to comment #3) > Dani,the copyright notice for the following file still says 2008 even though it > was updated a couple of days back. > /org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/wizards/WizardMessages.properties > (The patch attached here contains this change) Fixed.
Verified for 3.6 M4 with I20091207-1800.