Bug 31242 - exception names should use Local Var suffix/prefix, not Method Param
Summary: exception names should use Local Var suffix/prefix, not Method Param
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 06:26 EST by Adam Kiezun CLA
Modified: 2003-03-04 11:14 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 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.