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 249241 - 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: 2014-12-09 18:55 UTC by Exceptions Reporter
Modified: 2014-12-09 19:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214000


Attachments
stacktrace (8.12 KB, text/plain)
2014-12-09 18:55 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-09 18:55:41 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: OpenJDK Client VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-b32
OS: Linux

User Comments:
GUEST: I can't create new Simple Test unit C++. I've already created 5 in my project,
 but now netbeans throw this exception and can't open the UI for 
nameming the test and create it..




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.editor.filecreation.CndPanel.readSettings(CndPanel.java:121)
   at org.netbeans.modules.cnd.editor.filecreation.CndPanel.readSettings(CndPanel.java:66)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
Comment 1 Exceptions Reporter 2014-12-09 18:55:42 UTC
Created attachment 150993 [details]
stacktrace
Comment 2 Alexander Simon 2014-12-09 19:00:31 UTC

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