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 - Installer#parseArguments should be refactored
Summary: Installer#parseArguments should be refactored
Status: RESOLVED INVALID
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-20 08:29 UTC by dlipin
Modified: 2007-05-02 14:35 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

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