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 183903 - NullPointerException at org.rubyforge.debugcommons.reader.VariablesReader.parseVariables
Summary: NullPointerException at org.rubyforge.debugcommons.reader.VariablesReader.par...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 12:35 UTC by jamespb
Modified: 2010-04-12 12:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 4341


Attachments
stacktrace (650 bytes, text/plain)
2010-04-12 12:35 UTC, jamespb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamespb 2010-04-12 12:35:14 UTC
Build: NetBeans IDE Dev (Build 200802120006)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Linux

User Comments:
jamespb: Just started the debugger, hadn't hit a breakpoint yet.

MRI, fast debugger

jamespb: In the MRI fast debugger, tried to open the local variables pane

jamespb: Was debugging, hit F8 (step)

mvyver: debugging...

mvyver: debugging a spec in one window pane with the source in the next-door window pane.  Error thrown when stepping from source pane to the spec pane.
There is an issue created reporting this problem in version 6.0 dailies and rc.
HTH




Stacktrace: 
java.lang.NullPointerException
   at org.rubyforge.debugcommons.reader.VariablesReader.parseVariables(VariablesReader.java:34)
   at org.rubyforge.debugcommons.reader.VariablesReader.parse(VariablesReader.java:23)
   at org.rubyforge.debugcommons.reader.VariablesReader.readVariables(VariablesReader.java:63)
   at org.rubyforge.debugcommons.ReadersSupport.processElement(ReadersSupport.java:130)
   at org.rubyforge.debugcommons.ReadersSupport.startXPPLoop(ReadersSupport.java:83)
   at org.rubyforge.debugcommons.ReadersSupport.access$100(ReadersSupport.java:19)
Comment 1 jamespb 2010-04-12 12:35:23 UTC
Created attachment 97085 [details]
stacktrace
Comment 2 Erno Mononen 2010-04-12 12:39:06 UTC
Seems to an old issue, the latest build where this was encountered is 080212. So closing as fixed.