Bug 3226 - JCL dev - Need Throwable to define Object (1GATSA2)
Summary: JCL dev - Need Throwable to define Object (1GATSA2)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:51 EDT by Philipe Mulet CLA
Modified: 2005-05-17 06:04 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 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.