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 - IncompatibleClassChangeError: Expected static method org.netbeans.modules.cnd.cncppunit.editor.filecreation.NewTestCUnitPanelGUI.getRelativeNativeName(Lorg/openide/filesystems/FileObject;Lorg/openide/
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: 2014-12-07 20:49 UTC by Exceptions Reporter
Modified: 2014-12-08 09:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213947


Attachments
stacktrace (5.49 KB, text/plain)
2014-12-07 20:49 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***