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 249819 - IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openid
Summary: IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd...
Status: RESOLVED DUPLICATE of bug 249045
Alias: None
Product: cnd
Classification: Unclassified
Component: UnitTest Support (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 06:48 UTC by Exceptions Reporter
Modified: 2015-01-15 06:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214772


Attachments
stacktrace (5.50 KB, text/plain)
2015-01-15 06:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-01-15 06:48:56 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
GUEST: I tried to create new C++ simple test: right click on a C++ file, create new test-> C++ simple test; test was not created, I got this exception.




Stacktrace: 
java.lang.IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openide/filesystems/FileObject;)Lja
   at org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanelGUI.initValues(NewTestSimplePanelGUI.java:156)
   at org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanelGUI.<init>(NewTestSimplePanelGUI.java:112)
   at org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanel.getComponent(NewTestSimplePanel.java:80)
   at org.netbeans.modules.cnd.simpleunit.spi.wizard.AbstractUnitTestIterator.getPanels(AbstractUnitTestIterator.java:107)
   at org.netbeans.modules.cnd.simpleunit.spi.wizard.AbstractUnitTestIterator.current(AbstractUnitTestIterator.java:147)
   at org.openide.loaders.TemplateWizardIterImpl.current(TemplateWizardIterImpl.java:144)
Comment 1 Exceptions Reporter 2015-01-15 06:48:58 UTC
Created attachment 151516 [details]
stacktrace
Comment 2 Alexander Simon 2015-01-15 06:51:14 UTC

*** This bug has been marked as a duplicate of bug 249045 ***