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 - RunToCursorAction is too eager
Summary: RunToCursorAction is too eager
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2003-09-02 18:05 UTC by Jaroslav Tulach
Modified: 2010-04-29 09:14 UTC (History)
0 users

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 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.