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 139088 - NullPointerException at org.netbeans.modules.ruby.testrunner.RspecRunner.runAllTests
Summary: NullPointerException at org.netbeans.modules.ruby.testrunner.RspecRunner.runA...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-06 00:33 UTC by jrogerio69
Modified: 2008-07-27 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 72661


Attachments
stacktrace (2.62 KB, text/plain)
2008-07-06 00:33 UTC, jrogerio69
Details
stacktrace (2.62 KB, text/plain)
2008-07-27 01:56 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrogerio69 2008-07-06 00:33:50 UTC
Build: NetBeans IDE Dev (Build 200807040005)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows Vista, 6.0, x86

User Comments:
Comment 1 jrogerio69 2008-07-06 00:33:54 UTC
Created attachment 63969 [details]
stacktrace
Comment 2 sunbiz 2008-07-27 01:55:58 UTC
Build: NetBeans IDE Dev (Build 080725)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows Vista, 6.0, x86

User Comments: 
Run RSpec test on Sample Depot RoR Application

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.testrunner.RspecRunner.runAllTests(RspecRunner.java:112)
        at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.invokeAction(RailsActionProvider.java:566)
        at org.netbeans.modules.project.ui.actions.ProjectAction.actionPerformed(ProjectAction.java:129)
        at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:160)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
Comment 3 sunbiz 2008-07-27 01:56:07 UTC
Created attachment 65734 [details]
stacktrace
Comment 4 Erno Mononen 2008-07-27 20:15:59 UTC
Fixed, changeset #d5880c42946c -- thanks for reporting.