Bug 26281 - error hover text indicates wrong problem
Summary: error hover text indicates wrong problem
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 08:23 EST by Christof Marti CLA
Modified: 2003-07-16 04:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.