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 95990

Summary: Installer#parseArguments should be refactored
Product: installer Reporter: dlipin <dlipin>
Component: NBIAssignee: issues@installer <issues>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description dlipin 2007-02-20 08:29:53 UTC
It is not quite obvious to find the necessary part of code in it.
Comment 1 Kirill Sorokin 2007-05-02 14:35:29 UTC
The method consists of N almost identical blocks. The task of finding the
parsing procedure for the proper argument can be simplified by adding proper
comments, IMO.

-> INVALID