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 229977 - NullPointerException at org.netbeans.modules.debugger.jpda.actions.ActionsSynchronizer.containsAny
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.actions.ActionsSyn...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-20 08:29 UTC by Ondrej Vrabec
Modified: 2013-05-23 08:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200761


Attachments
stacktrace (3.66 KB, text/plain)
2013-05-20 08:29 UTC, Ondrej Vrabec
Details
stacktrace (3.66 KB, text/plain)
2013-05-21 09:02 UTC, Ralph Ruijs
Details
stacktrace (3.66 KB, text/plain)
2013-05-22 13:32 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-05-20 08:29:16 UTC
Build: NetBeans IDE Dev (Build 20130517-6fbdd4cb32ef)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

User Comments:
ovrabec: clicking on a breakpoint gutter




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.jpda.actions.ActionsSynchronizer.containsAny(ActionsSynchronizer.java:150)
   at org.netbeans.modules.debugger.jpda.actions.ActionsSynchronizer.actionStarts(ActionsSynchronizer.java:120)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider.doAction(ToggleBreakpointActionProvider.java:161)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider$1.run(ToggleBreakpointActionProvider.java:255)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2042)
Comment 1 Ondrej Vrabec 2013-05-20 08:29:17 UTC
Created attachment 134636 [details]
stacktrace
Comment 2 Ralph Ruijs 2013-05-21 09:02:08 UTC
Created attachment 134664 [details]
stacktrace

Tried to remove a breakpoint
Comment 3 Ondrej Vrabec 2013-05-22 13:32:13 UTC
Created attachment 134745 [details]
stacktrace

removing a breakpoint
Comment 4 Martin Entlicher 2013-05-22 16:45:41 UTC
Fixed by changeset:   254382:66ebc74a0444
http://hg.netbeans.org/core-main/rev/66ebc74a0444
Comment 5 Quality Engineering 2013-05-23 08:17:35 UTC
Integrated into 'main-golden', will be available in build *201305230439* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/66ebc74a0444
User: mentlicher@netbeans.org
Log: #229977: Prevent from NPE.