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 60399 - Move all models into the UI module
Summary: Move all models into the UI module
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on: 67143
Blocks:
  Show dependency tree
 
Reported: 2005-06-22 18:53 UTC by Martin Entlicher
Modified: 2016-02-11 15:39 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 2005-06-22 18:53:21 UTC
Since there is a public API to access JDI information (debuggerjpda/api), there
is no reason why the models and filters are split accross two modules
(debuggerjpda and debuggerjpda/ui).
The UI should be contained in one module - it would be also easier to grasp the
cooperation between individual models.
Comment 1 Martin Entlicher 2005-06-22 18:54:03 UTC
Scheduling for future, although it would be good to have it in 4.2.
Comment 2 Martin Entlicher 2016-02-11 15:39:54 UTC
This was actually fixed by issue #249054.