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 191406 - NoClassDefFoundError: org/netbeans/modules/cnd/makefile/lexer/MakefileTokenId
Summary: NoClassDefFoundError: org/netbeans/modules/cnd/makefile/lexer/MakefileTokenId
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-10-27 13:18 UTC by Alexander Simon
Modified: 2010-10-27 13:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173380


Attachments
stacktrace (2.22 KB, text/plain)
2010-10-27 13:18 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-10-27 13:18:38 UTC
This issue was reported manually by alexvsimon.
It already has 6 duplicates 


Build: NetBeans IDE Dev (Build 101027-7cf0568deb24)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

User Comments:
gorrus: opened sh file in the editor

GUEST: Just open a Makefile in C project




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/cnd/makefile/lexer/MakefileTokenId
   at org.netbeans.modules.cnd.spellchecker.bindings.ScriptAndMakeTokenList.findNextComment(ScriptAndMakeTokenList.java:105)
   at org.netbeans.modules.cnd.spellchecker.bindings.ScriptAndMakeTokenList.nextWordImpl(ScriptAndMakeTokenList.java:132)
   at org.netbeans.modules.cnd.spellchecker.bindings.ScriptAndMakeTokenList.nextWord(ScriptAndMakeTokenList.java:94)
   at org.netbeans.modules.spellchecker.spi.language.support.MultiTokenList$MultiTokenListImpl.setStartOffset(MultiTokenList.java:86)
   at org.netbeans.modules.spellchecker.ComponentPeer$4.run(ComponentPeer.java:301)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1420)
Comment 1 Alexander Simon 2010-10-27 13:18:43 UTC
Created attachment 102681 [details]
stacktrace
Comment 2 Alexander Simon 2010-10-27 13:22:36 UTC
Cannot edit .bat file
Comment 3 Vladimir Voskresensky 2010-10-27 13:59:58 UTC
fixed:
- move token IDs into api package to be accessible 
http://hg.netbeans.org/cnd-main?cmd=changeset;node=32f091133fed