Bug 25298 - One out of two non-externalized strings reported
Summary: One out of two non-externalized strings reported
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 24906 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-24 04:27 EDT by Jerome Lanneluc CLA
Modified: 2002-11-13 06:29 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.