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

Summary: IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.simpleunit.editor.filecreation.NewTestSimplePanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openid
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: UnitTest SupportAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214772
Attachments: stacktrace

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 ***