]
Denis Golovin updated JBIDE-19983:
----------------------------------
Fix Version/s: 4.3.0.Beta2
Fix ContentScanner.nextToken() logic to avoid use exception for flow
control
----------------------------------------------------------------------------
Key: JBIDE-19983
URL:
https://issues.jboss.org/browse/JBIDE-19983
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: freemarker
Affects Versions: 4.3.0.Beta1
Reporter: Denis Golovin
Priority: Minor
Fix For: 4.3.0.Beta2
Currently ContentScanner.nextToken() tests chars without detecting EOF first. It tiggers
BadLocationException and catch block then decide what to do next.