sourish-rygbee / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

Need API to set tab size in JavaParser or ASTParser #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm use 1.0.8 version.

When source contains mixed 4chars indent and tabs, expr.getBeginColumn()
returns incorrect value. 

JavaCharStream already has a setTabSize() method, but there is no way to
access it by JavaParser or ASTParser.

Original issue reported on code.google.com by frankfli...@gmail.com on 25 Mar 2010 at 5:03