Bug 31242

Summary: exception names should use Local Var suffix/prefix, not Method Param
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2003-02-07 06:26:11 EST
20030206
exception names are more like temps than method parameters
but i get suggestions for names based on prefix/suffix list of Method Parameter

try{
} catch (Exception <<Code assist here>>){
}
Comment 1 Dirk Baeumer CLA 2003-02-09 12:15:22 EST
Moving to Core
Comment 2 Philipe Mulet CLA 2003-02-09 12:55:21 EST
This is a bug.
Comment 3 David Audel CLA 2003-02-10 06:40:07 EST
Fixed.
Comment 4 David Audel CLA 2003-03-04 11:14:11 EST
Verified.