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 249053 - Extract UI-dependent APIs from api.debugger.jpda module
Summary: Extract UI-dependent APIs from api.debugger.jpda module
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks: 248893
  Show dependency tree
 
Reported: 2014-12-02 07:26 UTC by Martin Entlicher
Modified: 2014-12-04 12:30 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 Martin Entlicher 2014-12-02 07:26:45 UTC
api.debugger.jpda module depends on org.netbeans.spi.viewmodel, which prevents it's usage in Swing-free environment.
VariablesFilter and VariablesFilterAdapter need to be extracted to a new API UI module.
Comment 1 Martin Entlicher 2014-12-02 13:29:32 UTC
Implemented by changeset:   281646:02ee0146fd8e
http://hg.netbeans.org/core-main/rev/02ee0146fd8e
Comment 2 Martin Entlicher 2014-12-02 23:15:51 UTC
Signatures adapted: http://hg.netbeans.org/core-main/rev/c576ab5f49bc

Further module dependencies removed by changeset:   281664:95b308d3e556
http://hg.netbeans.org/core-main/rev/95b308d3e556
Comment 3 Quality Engineering 2014-12-04 04:18:55 UTC
Integrated into 'main-silver', will be available in build *201412040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/02ee0146fd8e
User: mentlicher@netbeans.org
Log: #249053: spi.debugger.jpda.ui module created from UI-related part of api.debugger.jpda module.