Bug 38763

Summary: Unexpected NLS problem
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: jared_burns
Version: 2.1   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2003-06-11 07:19:39 EDT
Build 20030605

On following code, there should be no NLS problem reported (assuming compiler 
diagnosis is enabled):

public class X {
	public static void main(String[] args) {
		new StringBuffer().append("\nbuffer:kind= {");//$NON-NLS-1
	}
}
Comment 1 Philipe Mulet CLA 2003-06-11 07:28:01 EDT
Actually, testcase is even simpler:
public class X {
  public static void main(String[] args) {
        new StringBuffer().append(" "); //$NON-NLS-1
  }
}
Comment 2 Philipe Mulet CLA 2003-06-11 07:50:33 EDT
My mistake. Forgot trailing '$'
Comment 3 Darin Swanson CLA 2003-08-05 15:59:57 EDT
*** Bug 41162 has been marked as a duplicate of this bug. ***
Comment 4 Darin Swanson CLA 2003-08-05 16:01:24 EDT
Sorry about the incorrect dup designation.