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 230262 - NoSuchMethodError: org.netbeans.modules.php.spi.testing.PhpTestingProvider.isInPhpModule(Lorg/netbeans/modules/php/api/phpmodule/PhpModule;)Z
Summary: NoSuchMethodError: org.netbeans.modules.php.spi.testing.PhpTestingProvider.is...
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 16:28 UTC by mrpc
Modified: 2013-05-27 08:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200869


Attachments
stacktrace (3.51 KB, text/plain)
2013-05-25 16:28 UTC, mrpc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mrpc 2013-05-25 16:28:28 UTC
Build: NetBeans IDE Dev (Build 201305212300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 8

User Comments:
mrpc: I am not sure what happened. I opened the "projects" window, right clicked on a project to close it, and I got an exception.

qingyue: php zend framework2




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.php.spi.testing.PhpTestingProvider.isInPhpModule(Lorg/netbeans/modules/php/api/phpmodule/PhpModule;)Z
   at org.netbeans.modules.php.project.TestingProviders.getTestingProviders(TestingProviders.java:89)
   at org.netbeans.modules.php.project.PhpProject.getTestingProviders(PhpProject.java:590)
   at org.netbeans.modules.php.project.ui.logicalview.PhpLogicalViewProvider$PhpLogicalViewRootNode.addCodeCoverageAction(PhpLogicalViewProvider.java:387)
   at org.netbeans.modules.php.project.ui.logicalview.PhpLogicalViewProvider$PhpLogicalViewRootNode.getActions(PhpLogicalViewProvider.java:378)
   at org.openide.nodes.FilterNode.getActions(FilterNode.java:744)
   at org.openide.nodes.NodeOp.findActions(NodeOp.java:162)
Comment 1 mrpc 2013-05-25 16:28:30 UTC
Created attachment 134893 [details]
stacktrace
Comment 2 Tomas Mysik 2013-05-27 08:57:51 UTC
Please, download new development version of NetBeans from its website, it will work without any problem.

Thanks.