Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 195269

Summary: error recovery in constructor body unsatisfying if end of string escaped
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: CoreAssignee: David Audel <david_audel>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Benno Baumgartner CLA 2007-07-03 10:09:33 EDT
N20070703-0010

Given:
package test;
public class E01 {
	public E01() {
		super();
		List l= null;
		String s= "\" + "\";
	}
}

1. Place caret on List
2. Ctrl-1
Is:
 'No suggestion available'
Should:
 Either not show error mark on List or even better provide an AST for MethodDeclaration body to allow UI to make quick fix suggestions.
Comment 1 Eclipse Genie CLA 2019-08-17 13:59:40 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.