Bug 13225 - quick fix: shows up only after i save
Summary: quick fix: shows up only after i save
Status: RESOLVED DUPLICATE of bug 15289
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 08:26 EDT by Adam Kiezun CLA
Modified: 2002-05-06 18:42 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 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 ***