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 135940 - Move the registration of Source window and Window:Debugging:Sources action to debuggercore
Summary: Move the registration of Source window and Window:Debugging:Sources action to...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-27 22:15 UTC by _ sandipchitale
Modified: 2010-04-29 09:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ sandipchitale 2008-05-27 22:15:09 UTC
The JavaScript debugger modules make use of the sources window to enumerate the script sources that are loaded in the
browser. The JavaScript debugger modules will work with the the minimal PHP IDE which does not include the Java cluster.
The JavaScript debugger modules also work with J2EE cluster which does require Java cluster.

Therefore to have a single registration of the Sources window and the Window:Debugging:Sources action and be usable by
Java as well as JavaScript debugger...it need to be moved to the debuggercore module.
Comment 1 Martin Entlicher 2008-05-28 09:45:27 UTC
Sources window and definition of Sources action will be moved into debuggercore module.
Comment 2 Martin Entlicher 2008-06-21 16:15:44 UTC
Fixed in trunk, changeset:   85585:fb9e434062cd
http://hg.netbeans.org/main/rev/fb9e434062cd
Comment 3 Quality Engineering 2008-06-22 03:55:38 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #274 build
Changeset: http://hg.netbeans.org/main/rev/fb9e434062cd
User: mentlicher@netbeans.org
Log: #135940 Sources view is moved from debugger.jpda.ui module to spi.debugger.ui module.
It needs to be available for non-Java debuggers.
Comment 4 Quality Engineering 2010-04-29 09:39:48 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.