Bug 68999

Summary: [compiler] Compiler flags thrown exception as actually not thrown although superclass declares it
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dirk Baeumer CLA 2004-06-30 09:20:20 EDT
3.0

I have configured the compiler settings as follows:

- Unnecessary declaration of thrown exception [Warning]
  [ ] Check overriding and implementing methods (not checked)


- class Change declares method isValid with an exception CoreException
- class JDTChange implements this method. 

Compiler flags the thrown exception in JDTChange#isValid as unnecessary 
although Check overriding and implementing methods is not checked.
Comment 1 Frederic Fusier CLA 2005-06-08 09:46:09 EDT
Cannot reproduce using 3.1 RC2  build N20050608-0010