Bug 13225

Summary: quick fix: shows up only after i save
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P4    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-04-10 08:26:58 EDT
1. in package p create
package p;
public class A {
}

2. save
3. mess up the declared package name - change it to
package fsfsdfsdf;

4. no error indication
5. save - error marker, underlined error and light bulb show up
(no info up front (without saving)?)
Comment 1 Martin Aeschlimann CLA 2002-04-22 06:09:12 EDT
moving to jcore.

Could a misfitting package declaration also be reported as temporary problem?
Comment 2 Philipe Mulet CLA 2002-05-06 18:42:12 EDT

*** This bug has been marked as a duplicate of 15289 ***