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 54754 - NPE thrown from highlighting
Summary: NPE thrown from highlighting
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-02-09 16:38 UTC by _ lcincura
Modified: 2006-03-24 13:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (969 bytes, text/plain)
2005-02-09 16:40 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-02-09 16:38:37 UTC
NetBeans IDE 4.1 [200502081900] on jdk1.5.0_01

The exception is thrown, when a breakpoint is hit.
Do not know how to reproduce it manually, it is
thrown during automated UI testing.

Please fix it, otherwise it blocks automated tests
of debugger.
Comment 1 _ lcincura 2005-02-09 16:40:30 UTC
Created attachment 20272 [details]
Exception stack trace
Comment 2 Roman Ondruska 2005-03-31 09:50:11 UTC
Lubo, there is a workaround for this issue in the trunk. 

Checking in EditorContextImpl.java;
/cvs/debuggerjpda/ant/src/org/netbeans/modules/debugger/projects/EditorContextImpl.java,v
 <--  EditorContextImpl.java
new revision: 1.13; previous revision: 1.12
done

Comment 3 _ lcincura 2005-10-11 15:33:13 UTC
The workaround seems to be working. Have not seen the exception since the fix.