Bug 69351 - [1.5] Error should be issued if generic type is extending Throwable
Summary: [1.5] Error should be issued if generic type is extending Throwable
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-06 06:36 EDT by Philipe Mulet CLA
Modified: 2005-01-11 11:01 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 2004-07-06 06:36:15 EDT
Cheetah06

No generic type may extends Throwable since the JVM exception mechanism was 
designed for non-generic types.
Comment 1 Philipe Mulet CLA 2004-07-21 19:34:37 EDT
Added support to detect such a scenario.
Added regression test: GenericTypeTest#test255.
Fixed