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 248331 - NoClassDefFoundError: org/netbeans/modules/java/hints/infrastructure/ErrorHintsProvider
Summary: NoClassDefFoundError: org/netbeans/modules/java/hints/infrastructure/ErrorHin...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 248815
Blocks:
  Show dependency tree
 
Reported: 2014-11-01 07:39 UTC by mps77
Modified: 2014-11-24 11:45 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213061


Attachments
stacktrace (762 bytes, text/plain)
2014-11-01 07:39 UTC, mps77
Details
stacktrace (932 bytes, text/plain)
2014-11-02 14:12 UTC, akobberup
Details
stacktrace (932 bytes, text/plain)
2014-11-10 12:15 UTC, rsb2097
Details
stacktrace (932 bytes, text/plain)
2014-11-10 14:27 UTC, iluvtr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2014-11-01 07:39:39 UTC
This bug was originally marked as duplicate of bug 154715, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201410301129)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
mps77: update java hint plugins




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/java/hints/infrastructure/ErrorHintsProvider
   at org.netbeans.modules.java.hints.infrastructure.ErrorHintsFactory.create(ErrorHintsFactory.java:59)
   at org.netbeans.modules.parsing.impl.SourceCache.createTasks(SourceCache.java:489)
   at org.netbeans.modules.parsing.impl.SourceCache.scheduleTasks(SourceCache.java:527)
   at org.netbeans.modules.parsing.spi.Scheduler$1.run(Scheduler.java:186)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:59)
Comment 1 mps77 2014-11-01 07:39:43 UTC
Created attachment 150203 [details]
stacktrace
Comment 2 akobberup 2014-11-02 14:12:32 UTC
Created attachment 150211 [details]
stacktrace

opening java file
Comment 3 Exceptions Reporter 2014-11-10 09:36:44 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=213061
Comment 4 rsb2097 2014-11-10 12:15:43 UTC
Created attachment 150390 [details]
stacktrace

Ocorre ap?s tentar abrir qualquer arquivo
Comment 5 iluvtr 2014-11-10 14:27:44 UTC
Created attachment 150395 [details]
stacktrace

Error NB
Comment 6 Svata Dedic 2014-11-24 11:45:36 UTC
A duplicate of issue #248815; the bugzilla UI does not allow to bulk-duplicate defects, so I am setting them as FIXED and depending on #248815. The defects will be actually fixed when changes from jet-main finally propage to main-silver and nbms-and-javadoc (issue #248073) used to popuplate dev autoupdate centre.