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 249180

Summary: IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openide/
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: 213947
Attachments: stacktrace

Description Exceptions Reporter 2014-12-07 20:49:37 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: Modify a c source file not included in project.
Refactor > Rename a var name of this file and ignore warning about "refactoring outside project could cause inconsistence".
Include file in project.
Attempt to create a Simple C Test and/or CUnit Test of this last included file.




Stacktrace: 
java.lang.IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openide/filesystems/FileObject;)Ljava
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanelGUI.initValues(NewTestCUnitPanelGUI.java:156)
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanelGUI.<init>(NewTestCUnitPanelGUI.java:112)
   at org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanel.getComponent(NewTestCUnitPanel.java:87)
   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 2014-12-07 20:49:39 UTC
Created attachment 150944 [details]
stacktrace
Comment 2 Alexander Simon 2014-12-08 09:02:14 UTC

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