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 - VerifyError: (class: org/eclipse/core/internal/preferences/PreferencesService, method: internalMatches signature: (Lorg/eclipse/core/runtime/preferences/IEclipsePreferences;[Lorg/eclipse/core/runtime/
Summary: VerifyError: (class: org/eclipse/core/internal/preferences/PreferencesService...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-09 10:56 UTC by Chiana
Modified: 2015-04-03 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215975


Attachments
stacktrace (8.61 KB, text/plain)
2015-03-09 10:56 UTC, Chiana
Details

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