This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132613

Summary: ConfiguredTest catching throwable
Product: soa Reporter: Petr Hejl <phejl>
Component: JBI Test DriverAssignee: Jun Qian <jqian>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Hejl 2008-04-11 12:44:20 UTC
copyTestResourceFile and writeStringToFile are catching Throwable. You should always catch only relevant exceptions.
Moreover catched Throwable is lost (it is not even reported anywhere).