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 201040 - NoClassDefFoundError: org/netbeans/modules/web/common/api/LexerUtils
Summary: NoClassDefFoundError: org/netbeans/modules/web/common/api/LexerUtils
Status: RESOLVED DUPLICATE of bug 201021
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-17 14:25 UTC by Exceptions Reporter
Modified: 2011-09-02 13:53 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180487


Attachments
stacktrace (4.17 KB, text/plain)
2011-08-17 14:25 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-08-17 14:25:38 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-7624-on-20110802)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
GUEST: Trying to edit inline javscript in a php file - won't actually let me edit the file

gilbertoca: editing a htm file

alesak: entered Enter on the end of the line in PHP file

GUEST: Just trying to edit a file ... ???

GUEST: Just enter, to change line...




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/web/common/api/LexerUtils
   at org.netbeans.modules.web.indent.api.support.MarkupAbstractIndenter.moveToOpeningTag(MarkupAbstractIndenter.java:281)
   at org.netbeans.modules.web.indent.api.support.MarkupAbstractIndenter.getFormatStableStart(MarkupAbstractIndenter.java:154)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.calculateIndentation(AbstractIndenter.java:318)
   at org.netbeans.modules.web.indent.api.support.AbstractIndenter.reindent(AbstractIndenter.java:209)
   at org.netbeans.modules.html.editor.indent.HtmlIndentTask.reindent(HtmlIndentTask.java:74)
   at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:546)
Comment 1 Exceptions Reporter 2011-08-17 14:25:42 UTC
Created attachment 110043 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-09-02 13:53:02 UTC

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