Bug 26281

Summary: error hover text indicates wrong problem
Product: [Eclipse Project] JDT Reporter: Christof Marti <chm>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 3.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Christof Marti CLA 2002-11-14 08:23:28 EST
after removing a semicolon the error hover text reads: "++", "--" expected
instead of: ";" expected

this is reproduced in the following way:
- create the java project JUnit
- import Junit3.7src.zip
- go to run(TestResult) in junit.framework.TestCase
- remove the semicolon from: result.run(this);
- check the error hover text
Comment 1 Philipe Mulet CLA 2002-11-14 08:55:01 EST
Our syntax error message could indeed be improved. Known issues.
Not for 2.1.
Comment 2 Philipe Mulet CLA 2003-06-10 09:30:13 EDT
Reconsidering given new syntax error diagnosis heuristic
Comment 3 David Audel CLA 2003-07-01 06:54:01 EDT
Fixed.
Comment 4 David Audel CLA 2003-07-16 04:14:07 EDT
Verified.