Bug 69351

Summary: [1.5] Error should be issued if generic type is extending Throwable
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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