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 248775 - Move CachedChildrenTreeModel into spi.viewmodel.
Summary: Move CachedChildrenTreeModel into spi.viewmodel.
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2014-11-20 10:48 UTC by Martin Entlicher
Modified: 2014-11-30 04:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The proposed API. (23.43 KB, patch)
2014-11-20 13:59 UTC, Martin Entlicher
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2014-11-20 10:48:01 UTC
CachedChildrenTreeModel, which is used for seamless children refreshing, needs to be available via API to all debugger implementations.
CachedChildrenTreeModel should be moved from debugger.jpda.ui module into a public package in spi.viewmodel module.
Comment 1 Martin Entlicher 2014-11-20 13:59:34 UTC
Created attachment 150594 [details]
The proposed API.
Comment 2 Martin Entlicher 2014-11-20 14:01:12 UTC
Please review the proposed API.
The test is included, but the class worked fine already at debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/models/CachedChildrenTreeModel.java where it is moved from.
Comment 3 Martin Entlicher 2014-11-26 13:37:44 UTC
Thanks, I'll push the change tomorrow.
Comment 4 Martin Entlicher 2014-11-28 17:03:24 UTC
Integrated as changeset:   281526:01aca435e7c5
http://hg.netbeans.org/core-main/rev/01aca435e7c5
Comment 5 Quality Engineering 2014-11-30 04:39:17 UTC
Integrated into 'main-silver', will be available in build *201411300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/01aca435e7c5
User: mentlicher@netbeans.org
Log: #248775: CachedChildrenTreeModel is moved to spi.viewmodel so that it can be reused by different debuggers.