Bug 69353

Summary: [1.5] Should reject usage of type parameter in catch block
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 07:11:35 EDT
Cheetah06

The compiler should not allow usage of type parameters in catch blocks, since 
it is forbidden by JLS3 (14.20).
Comment 1 Philipe Mulet CLA 2004-07-06 07:21:56 EDT
Added check and regression test GenericTypeTest#test225.