Bug 37434 - DCR - detect unused 'throws' declarations
Summary: DCR - detect unused 'throws' declarations
Status: RESOLVED DUPLICATE of bug 22976
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 11:58 EDT by Adam Kiezun CLA
Modified: 2003-08-27 07:07 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 Adam Kiezun CLA 2003-05-09 11:58:21 EDT
unused 'throws' declarations could be detected

i'd be happy if it worked only for private methods (because that's my 99% use 
case)
Comment 1 Ilja Preuss CLA 2003-06-23 03:41:29 EDT
For non-private non-final methods this would be a problem, as outside the 
project the method could be overridden so that the throws clause actually *is* 
used. Or so it seems to me...
Comment 2 Philipe Mulet CLA 2003-08-27 07:07:00 EDT

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