[antlr-interest] Postscript to "ANTLRWorks1.0b6 New useability annoyances"

Andrew Smith asmith at moncons.co.uk
Mon Nov 27 16:44:08 PST 2006


Hi  Jean,

I do not know if it is directly connected to your window changes or not,
but I have just noticed that a new chain of exceptions is now triggered
on using the Debugger windows. These appeared in the Console pane on
running the very first token into the Tree building part of Ter's new
expression evaluator tutorial, using his example input.

[00:24:09] javax.swing.text.BadLocationException: Position not
represented by view
	at javax.swing.text.CompositeView.modelToView(Unknown Source)
	at javax.swing.text.BoxView.modelToView(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI$RootView.modelToView(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI.modelToView(Unknown Source)
	at javax.swing.plaf.basic.BasicTextUI.modelToView(Unknown Source)
	at javax.swing.text.JTextComponent.modelToView(Unknown Source)
	at org.antlr.works.debugger.input.DBInputProcessorToken$1.run(Unknown
Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

HTH,
Andrew Smith


More information about the antlr-interest mailing list