Bug 24906

Summary: new non-nls strings not noticed on typing
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: kai-uwe_maetzel
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-10-17 05:41:35 EDT
maybe a jcore bug

20021016
set the non-nls error level to 'warning'
public class As {
	static void y(){
		System.out.println("ssadasdasdasdasd");
	}
}
now, split the string by pressing enter inside it.
you now have 2 non-nlsed string, and only 1 is marked as such by a wiggly.
Comment 1 Kai-Uwe Maetzel CLA 2002-10-28 07:02:59 EST
When splitting another time, i.e., ending up with three non externalized 
strings, the first and the last are reported but not the one in the middle.
Moving to core.
Comment 2 Philipe Mulet CLA 2002-10-28 07:32:28 EST

*** This bug has been marked as a duplicate of 25298 ***