commit | b50f125f3fd18147155a96cc3f9e4bae5ca2b9e2 | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Tue May 19 14:05:00 2015 -0700 |
committer | Liam Miller-Cushon <cushon@google.com> | Fri May 22 17:31:02 2015 -0700 |
tree | 2d168a8fd565476414b100225320ceb4761e1b45 | |
parent | bf20513b23c00ac631df8e70425e6444af9c59d1 [diff] |
Fix line to token range conversion Not all lines include the start or end of a token (e.g. multi-line comments). When converting from line ranges to token ranges, search leading/trailing lines until a valid token position is found. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=94024160
google-java-format
is a program that reformats Java source code to comply with Google Java Style.