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 132614 - ConfiguredTest - several useless exception catches etc.
Summary: ConfiguredTest - several useless exception catches etc.
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (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:50 UTC by Petr Hejl
Modified: 2009-01-14 22:38 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:50:52 UTC
ConfiguredTest swallows exceptions without any report (logResults as an example), resource leaks (fis and fos in
logResults), useless catches (logResultsForBuild). These were just random samples. Please stabilize your code.

Also you should use FileUtil.copyFile instead of yet again developed solution.
Comment 1 Sergey Lunegov 2008-10-01 13:45:35 UTC
Changed target milestone.