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 49390 - NPE in Request Processor
Summary: NPE in Request Processor
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2004-09-22 10:31 UTC by _ lcincura
Modified: 2006-03-24 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (10.78 KB, text/plain)
2004-09-22 10:32 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-09-22 10:31:34 UTC
NetBeans IDE pre Beta2 (Build 200409210530) on
java 1.5.0-rc-b63

Automated test testRunDebuggerRunToCursor failed
with NullPointerException in Request Processor.
Comment 1 _ lcincura 2004-09-22 10:32:23 UTC
Created attachment 17800 [details]
IDE log
Comment 2 _ lcincura 2004-09-22 10:37:18 UTC
The test does following steps:

Opens a project debugTestProject
Opens project source MemoryView.java in editor
Puts carret on line 112
Invokes RunToCursor action
Comment 3 _ lcincura 2004-09-22 10:38:42 UTC
The test project can be found in CVS here:
debuggercore/test/qa-functional/data/debugTestProject
Comment 4 Jan Jancura 2004-10-27 16:10:23 UTC
Shloul be already fixed. Verify, please.
Comment 5 _ lcincura 2004-11-01 13:32:43 UTC
Haven't seen it any more