Bug 3227 - JCL dev - Builder did not refresh problems in exception hierarchy (1GATSMZ)
Summary: JCL dev - Builder did not refresh problems in exception hierarchy (1GATSMZ)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Philipe Mulet CLA
Modified: 2002-01-14 11:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2001-10-10 22:51:37 EDT
When implementing some JCL, define first java.lang.Object (empty body), this will issue a compilation error: 'missing java.lang.Throwable'.
Then, add java.lang.Throwable. The latter will get a problem 'missing java.lang.RuntimeException', and the first unit (Object) still has the same problem 'missing Throwable'.

Rebuild all: both units are complaining about 'missing RuntimeException'.

NOTES:

PM (4/17/2001 3:00:46 PM)
	Please check if still a bug.

DA (5/28/01 2:54:59 PM)
	Bug still occurs in 0.113.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:05 EDT
PRODUCT VERSION:
JT 0.034

Comment 2 Kent Johnson CLA 2001-12-10 15:36:45 EST
Closed - not reproducable with new builder.