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 251026

Summary: VerifyError: (class: org/eclipse/core/internal/preferences/PreferencesService, method: internalMatches signature: (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;[Lorg/eclipse/core/runtime/
Product: platform Reporter: Chiana
Component: NetigsoAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215975
Attachments: stacktrace

Description Chiana 2015-03-09 10:56:19 UTC
Build: NetBeans IDE Dev (Build 1)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
Chiana: Started IDE after closing a project and restarting the IDE




Stacktrace: 
java.lang.VerifyError: (class: org/eclipse/core/internal/preferences/PreferencesService, method: internalMatches signature: (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;[Lorg/eclipse/core/runtime/preferences/IPreferenceFilter;)[Lorg/eclipse/core/runtime/preferences/IPreferenceFilter;) Illegal type in constant pool
   at org.eclipse.core.internal.preferences.Activator.start(Activator.java:70)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
   at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
Comment 1 Chiana 2015-03-09 10:56:24 UTC
Created attachment 152492 [details]
stacktrace
Comment 2 Tomas Hurka 2015-04-03 09:22:55 UTC
This error is strange - it looks like the class file is corrupted. Are you able to reproduce it? Can provide steps to reproduce it? Thanks.