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 61661 - Null pointer exception when creating new breakpoint in Java file
Summary: Null pointer exception when creating new breakpoint in Java file
Status: CLOSED DUPLICATE of bug 61554
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 13:31 UTC by jijik
Modified: 2010-04-29 09:24 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 jijik 2005-08-02 13:31:39 UTC
java.lang.NullPointerException
	at org.netbeans.modules.ant.debugger.breakpoints.BreakpointsReader.write
(BreakpointsReader.java:57)
	at org.netbeans.api.debugger.Properties$PropertiesImpl.setObject
(Properties.java:652)
	at org.netbeans.api.debugger.Properties$DelegatingProperties.setObject
(Properties.java:873)
	at org.netbeans.api.debugger.Properties$PropertiesImpl.setArray
(Properties.java:688)
	at org.netbeans.api.debugger.Properties$DelegatingProperties.setArray
(Properties.java:881)
	at 
org.netbeans.modules.ant.debugger.breakpoints.PersistenceManager.breakpointAdded
(PersistenceManager.java:60)
	at org.netbeans.api.debugger.DebuggerManager.fireBreakpointCreated
(DebuggerManager.java:615)
	at org.netbeans.api.debugger.DebuggerManager.addBreakpoint
(DebuggerManager.java:415)
	at 
org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider.doA
ction(ToggleBreakpointActionProvider.java:113)
	at org.netbeans.api.debugger.ActionsManager.doAction
(ActionsManager.java:137)
	at 
org.netbeans.modules.debugger.ui.actions.DebuggerAction.actionPerformed
(DebuggerAction.java:42)
	at org.netbeans.editor.GlyphGutter$GutterMouseListener.mouseClicked
(GlyphGutter.java:713)
	at java.awt.AWTEventMulticaster.mouseClicked
(AWTEventMulticaster.java:211)
	at java.awt.Component.processMouseEvent(Component.java:5491)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:4212)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3901)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1766)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:234)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Martin Entlicher 2005-08-02 14:21:28 UTC

*** This issue has been marked as a duplicate of 61554 ***
Comment 2 Quality Engineering 2010-04-29 09:24:16 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.