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 199856 - NullPointerException at org.netbeans.modules.ruby.codecoverage.RubyCoverageProvider.wrapWithCoverage
Summary: NullPointerException at org.netbeans.modules.ruby.codecoverage.RubyCoveragePr...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-02 09:22 UTC by auxbuss
Modified: 2011-07-02 09:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 179666


Attachments
stacktrace (3.44 KB, text/plain)
2011-07-02 09:23 UTC, auxbuss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description auxbuss 2011-07-02 09:22:53 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
auxbuss: I have the rcov gem installed. I activated Collect and Display Code Coverage on a ruby project. At this point Alt+F6 and Ctrl+F6 no longer did anything. Clicking the Test and All Tests button also did nothing.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ruby.codecoverage.RubyCoverageProvider.wrapWithCoverage(RubyCoverageProvider.java:514)
   at org.netbeans.modules.ruby.testrunner.TestUnitRunner.run(TestUnitRunner.java:177)
   at org.netbeans.modules.ruby.testrunner.TestUnitRunner.runTest(TestUnitRunner.java:110)
   at org.netbeans.modules.ruby.rubyproject.RubyActionProvider.invokeAction(RubyActionProvider.java:573)
   at org.netbeans.modules.gsf.codecoverage.CoverageSideBar.runAction(CoverageSideBar.java:346)
   at org.netbeans.modules.gsf.codecoverage.CoverageSideBar.testOne(CoverageSideBar.java:311)
Comment 1 auxbuss 2011-07-02 09:23:02 UTC
Created attachment 109211 [details]
stacktrace