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 137015

Summary: Evaluate and use EditorContextDispatcher
Product: javaee Reporter: Martin Entlicher <mentlicher>
Component: DebuggerAssignee: issues@javaee <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 137005    
Bug Blocks: 133682    
Attachments: The proposed change in JSP debugger.

Description Martin Entlicher 2008-06-11 16:23:12 UTC
In order to improve performance of context switching, EditorContextDispatcher was introduced to provide the current
context and an efficient way to listen on changes concerning files of specific MIME type. See issue #133682 for details.

The proposed change in JSP debugger is attached, please review the diff, I can integrate the change after the API review
of issue #137005 is finished.
Comment 1 Martin Entlicher 2008-06-11 16:25:02 UTC
Created attachment 62676 [details]
The proposed change in JSP debugger.
Comment 2 Martin Entlicher 2008-06-25 14:14:35 UTC
Integrated in trunk, changeset:   86449:f046f6537ae2
http://hg.netbeans.org/main/rev/f046f6537ae2
Comment 3 Quality Engineering 2008-06-27 16:02:59 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #285 build
Changeset: http://hg.netbeans.org/main/rev/f046f6537ae2
User: mentlicher@netbeans.org
Log: #137015 - JSP debugger uses EditorContextDispatcher.