Bug 7300 - surround try/catch: incorrectly not allowed (try/catch)
Summary: surround try/catch: incorrectly not allowed (try/catch)
Status: VERIFIED 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: 2002-01-07 05:01 EST by Adam Kiezun CLA
Modified: 2002-03-20 08:50 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 2002-01-07 05:01:29 EST
package p;

class A {
	void f() throws Exception{
		/*[*/try{
		} catch (Exception e){
			throw new Exception();
		}/*]*/
	}
}
Comment 1 Dirk Baeumer CLA 2002-01-29 12:08:22 EST
Fixed in build > 20020129
Comment 2 Martin Aeschlimann CLA 2002-03-20 08:50:10 EST
Verified. >20020319. JRT.