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 250948 - Core.startup split
Summary: Core.startup split
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 22:48 UTC by Svata Dedic
Modified: 2015-03-07 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed changes (74.65 KB, patch)
2015-03-05 22:48 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2015-03-05 22:48:57 UTC
Created attachment 152422 [details]
Proposed changes

Core startup module should be split in order to better reuse environment-independent implementation like NbPreferences, LocalFileSystemEx, and URLMappers/StreamHandlers.

Those classes should be separated into core.startup.base, while original core.startup should retain code which initializes the system from system properties or CLI switches.
Comment 1 Svata Dedic 2015-03-05 22:51:28 UTC
Separation will be pushed as jet-main#f8b752de076f
Comment 2 Quality Engineering 2015-03-07 08:40:51 UTC
Integrated into 'main-silver', will be available in build *201503070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f8b752de076f
User: Svata Dedic <sdedic@netbeans.org>
Log: #250948: core.startup.base module separated