Bug 6786 - extract method: missing exception in method signature
Summary: extract method: missing exception in method signature
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-11 08:23 EST by Adam Kiezun CLA
Modified: 2002-01-25 09:41 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 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