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 197651 - NoClassDefFoundError: org/netbeans/modules/html/editor/HtmlErrorFilter
Summary: NoClassDefFoundError: org/netbeans/modules/html/editor/HtmlErrorFilter
Status: RESOLVED DUPLICATE of bug 197689
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 09:17 UTC by Exceptions Reporter
Modified: 2011-04-13 14:08 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178280


Attachments
stacktrace (1.84 KB, text/plain)
2011-04-12 09:17 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-04-12 09:17:54 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6747-on-110228)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
enobrev: Typing a function definition in a PHP Class file

enobrev: Saved PHP Class file (via Ctrl+s)

GUEST: happens when opening any file

enobrev: Opened PHP Class file

PAStheLoD: Happens when I open a new file.

enobrev: Any time I pause typing in a php file for half a second this error pops up.  This version have become completely unuable.




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/html/editor/HtmlErrorFilter
   at org.netbeans.modules.html.editor.gsf.HtmlHintsProvider.computeErrors(HtmlHintsProvider.java:185)
   at org.netbeans.modules.csl.hints.GsfHintsProvider$2.run(GsfHintsProvider.java:323)
   at org.netbeans.modules.csl.hints.GsfHintsProvider$2.run(GsfHintsProvider.java:363)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:154)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:138)
   at org.netbeans.modules.parsing.impl.TaskProcessor$1.call(TaskProcessor.java:201)
Comment 1 Exceptions Reporter 2011-04-12 09:17:58 UTC
Created attachment 107669 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-04-12 10:03:34 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=178280
Comment 3 Jaroslav Tulach 2011-04-13 14:07:05 UTC
Comming from HTML...
Comment 4 Marek Fukala 2011-04-13 14:08:55 UTC
fixed

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