Bug 74374 - Override/Implement methods should declare parameters as final.
Summary: Override/Implement methods should declare parameters as final.
Status: RESOLVED DUPLICATE of bug 40078
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 16:50 EDT by Robert (Kraythe) Simmons CLA
Modified: 2004-09-21 03:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert (Kraythe) Simmons CLA 2004-09-20 16:50:45 EDT
When you select to override or implment methods, the parameters to these 
methods should always be final. It is always a good policy to make parameters 
to methods final unless you have some specific reason to do otherwise.
Comment 1 Olivier Thomann CLA 2004-09-20 17:28:24 EDT
Move to JDT/UI.
Comment 2 Markus Keller CLA 2004-09-21 03:48:14 EDT

*** This bug has been marked as a duplicate of 40078 ***