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

Summary: ConfiguredTest - several useless exception catches etc.
Product: soa Reporter: Petr Hejl <phejl>
Component: Composite ApplicationAssignee: 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: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.