Bug 6786

Summary: extract method: missing exception in method signature
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Dirk Baeumer <dirk_baeumer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2001-12-11 08:23:17 EST
package p;

import java.io.IOException;

class A{	
	void f() throws IOException{
		/*[*/try{
			f();
		} catch (IOException e){
			throw new IOException();
		}/*]*/
	}
}

btw - i don't think the recursion has anything to do with this (just made the 
example shorter)
Comment 1 Dirk Baeumer CLA 2002-01-25 09:41:31 EST
Fixed in build > 20020124