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 258520 - Separate common non UI API classes
Summary: Separate common non UI API classes
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.2
Hardware: PC All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2016-03-24 13:25 UTC by Petr Hejl
Modified: 2016-04-01 11:13 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
the patch (92.85 KB, patch)
2016-03-24 13:30 UTC, Petr Hejl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2016-03-24 13:25:21 UTC
In order to support dependent modules in running in headless environment we need to separate common types to a module which does not depend on swing and related classes.
Comment 1 Petr Hejl 2016-03-24 13:30:26 UTC
Created attachment 158993 [details]
the patch

This is really just the move of the classes.
Comment 2 Petr Hejl 2016-03-24 13:30:59 UTC
Please review.
Comment 3 Petr Hejl 2016-03-31 09:23:46 UTC
Any objections?
Comment 4 Tomas Zezula 2016-04-01 11:13:33 UTC
The CSL part seems good to me.
The Javascript part seems good to me as well.