Bug 24906 - new non-nls strings not noticed on typing
Summary: new non-nls strings not noticed on typing
Status: RESOLVED DUPLICATE of bug 25298
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: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-17 05:41 EDT by Adam Kiezun CLA
Modified: 2002-10-28 07:32 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 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 ***