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 35874

Summary: RunToCursorAction is too eager
Product: debugger Reporter: Jaroslav Tulach <jtulach>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: ARCH
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2003-09-02 18:05:48 UTC
RunToCursorAction and other in Debugger should not
call Node.getCookie, but
Node.getLookup().lookupItem, as recently changed
CookieAction does.

This will delay the initialization of cookies
until they are really needed.
Comment 1 Jan Jancura 2004-05-31 13:24:39 UTC
fixed in the main trunk
Comment 2 Quality Engineering 2010-04-29 09:14:49 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.