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 - ConfiguredTest catching throwable
Summary: ConfiguredTest catching throwable
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 12:44 UTC by Petr Hejl
Modified: 2008-04-11 23:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).