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 88264 - Utils should be refactored to be static classes
Summary: Utils should be refactored to be static classes
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 17:16 UTC by Kirill Sorokin
Modified: 2008-03-11 12:26 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 Kirill Sorokin 2006-10-30 17:16:37 UTC
Indeed all of utils functionality does not depend on an instance, thus we should
make them static. In order to correctly handle OS-dependent stuff, we should
create a single class, the instance of which will be contained in the utils and
will be called to handle this type of functionality.
Comment 1 Kirill Sorokin 2006-10-30 17:39:24 UTC
Targeting for milestone 5
Comment 2 Kirill Sorokin 2006-11-11 22:56:03 UTC
Fixed. Tons of changes to achieve this...
Comment 3 Kirill Sorokin 2008-03-11 12:26:21 UTC
Verifying installer issues.