Bug 3226

Summary: JCL dev - Need Throwable to define Object (1GATSA2)
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 3.1 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Philipe Mulet CLA 2001-10-10 22:51:37 EDT
When defining an implementation of the JCL, when defining java.lang.Object (empty class body), we get a first error 
complaining that java.lang.Throwable is not visible.

I would expect this error only once defining a method which throws some exceptions.

NOTES:

PM (3/19/2001 9:57:14 AM)
	Maybe also, some warnings could be issued for telling the missing well-known constructs which we made assumptions
	upon when compiling.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:03 EDT
PRODUCT VERSION:
JT0.034

Comment 2 Eric Arseneau CLA 2002-01-14 11:40:19 EST
The complete set of classes needed to define Object are:
    Throwable
    RuntimeException
    Error
Comment 3 Philipe Mulet CLA 2002-06-04 10:12:04 EDT
Defer
Comment 4 Philipe Mulet CLA 2005-05-17 06:03:39 EDT
reopening
Comment 5 Philipe Mulet CLA 2005-05-17 06:04:20 EDT
Works fine now in M7. Empty java/lang/Object.java needs nothing nearby.