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 67726 - NullPointerException in BreakpointsReader
Summary: NullPointerException in BreakpointsReader
Status: CLOSED DUPLICATE of bug 61554
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-28 12:52 UTC by jymen
Modified: 2010-04-29 09:26 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 jymen 2005-10-28 12:52:34 UTC
After working for a while with the IDE + debugging the following exception is 
systematically populated on any project when clicking on a sour line to set or 
unset a breakpoint.

Stoping + restarting Netbeans does not fix the problem :

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.breakpointAdde
d(PersistenceManager.java:60)
	at org.netbeans.api.debugger.DebuggerManager.fireBreakpointCreated
(DebuggerManager.java:632)
	at org.netbeans.api.debugger.DebuggerManager.addBreakpoint
(DebuggerManager.java:433)
	at 
org.netbeans.modules.debugger.jpda.ui.actions.ToggleBreakpointActionProvider.do
Action(ToggleBreakpointActionProvider.java:113)
	at org.netbeans.spi.debugger.ActionsProvider$1.run
(ActionsProvider.java:77)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:469)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:870)
Comment 1 Martin Entlicher 2005-10-31 09:33:26 UTC
ant/debugger problem.
Comment 2 Martin Entlicher 2005-10-31 09:34:02 UTC
This is a dupl. of issue #61554.

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