Bug 25298

Summary: One out of two non-externalized strings reported
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: akiezun
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-10-24 04:27:27 EDT
Build 20021022 + latest jdtcore

1. Turn the non-externalized string preference to warning
2. Create the following cu:
public class A {
	void foo() {
		System.out.println(
			"a" +
			"b" +
			"c" +
			"d" +
			"e"
		);
	}	
}
3. Build
Observe: Only "a", "c" and "e" have a warning
Comment 1 Olivier Thomann CLA 2002-10-24 12:46:37 EDT
Fixed and released in 2.1 stream.
Regression test added.
Comment 2 Philipe Mulet CLA 2002-10-28 07:32:29 EST
*** Bug 24906 has been marked as a duplicate of this bug. ***
Comment 3 David Audel CLA 2002-11-13 06:29:46 EST
Verified.