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 208863 - ClassCastException: org.netbeans.modules.latex.loop.LaTeXGSFParser cannot be cast to org.netbeans.modules.gsf.api.Parser
Summary: ClassCastException: org.netbeans.modules.latex.loop.LaTeXGSFParser cannot be ...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-26 15:57 UTC by Exceptions Reporter
Modified: 2012-02-27 15:13 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150745


Attachments
stacktrace (5.87 KB, text/plain)
2012-02-26 15:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-02-26 15:57:12 UTC
This issue was reported manually by Megachip.
It already has 17 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-8302-on-20111121)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows NT (unknown)

User Comments:
paulanormannz: Clicked into my new latex Document.




Stacktrace: 
java.lang.ClassCastException: org.netbeans.modules.latex.loop.LaTeXGSFParser cannot be cast to org.netbeans.modules.gsf.api.Parser
   at org.netbeans.modules.gsf.Language.getParser(Language.java:254)
   at org.netbeans.modules.gsf.LanguageRegistry.isIncremental(LanguageRegistry.java:270)
   at org.netbeans.napi.gsfret.source.Source.<init>(Source.java:382)
   at org.netbeans.napi.gsfret.source.Source.create(Source.java:279)
   at org.netbeans.napi.gsfret.source.Source.create(Source.java:302)
   at org.netbeans.napi.gsfret.source.Source.forFileObject(Source.java:335)
Comment 1 Exceptions Reporter 2012-02-26 15:57:14 UTC
Created attachment 116112 [details]
stacktrace