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 248055 - NoClassDefFoundError: org/netbeans/modules/java/hints/infrastructure/ErrorHintsProvider
Summary: NoClassDefFoundError: org/netbeans/modules/java/hints/infrastructure/ErrorHin...
Status: RESOLVED DUPLICATE of bug 248020
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 21:52 UTC by Sury_Angel
Modified: 2014-10-21 07:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212859


Attachments
stacktrace (781 bytes, text/plain)
2014-10-20 21:52 UTC, Sury_Angel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sury_Angel 2014-10-20 21:52:54 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 201410190001)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
Sury_Angel: No quiere abrir el proyecto que he creado




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:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Sury_Angel 2014-10-20 21:52:56 UTC
Created attachment 150009 [details]
stacktrace
Comment 2 Svata Dedic 2014-10-21 07:04:04 UTC
I suspect some spec versions were not incremented before merge - only partial AutoUpdate was done.

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