sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 217 forks source link

java.lang.ClassCastException: java.lang.Integer cannot be cast to org.pegdown.ast.AbstractNode #75

Open halfbaked opened 11 years ago

halfbaked commented 11 years ago

I'm occassionally seeing this error, but I'm afraid I haven't been able to as of yet narrow down the cause.

org.parboiled.errors.ParserRuntimeException: 
Error while parsing action 'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Para/Sequence/Inlines
 /Sequence/ZeroOrMore/Sequence/InlineOrIntermediateEndline/Sequence/Inline/NonLinkInline/Str/NodeSequence_Action2' at input position (line 5, pos 28):

java.lang.ClassCastException: java.lang.Integer cannot be cast to org.pegdown.ast.AbstractNode
jirutka commented 11 years ago

Could you please provide us some document in which this error has occurred?

halfbaked commented 11 years ago

I'm sorry, it is so long ago now, I can't remember any details, and my application no longer is using markdown for the feature. Feel free to close the ticket.