Closed GoogleCodeExporter closed 8 years ago
Fixed in r2736.
Original comment by dfis...@gmail.com
on 20 Jun 2013 at 6:38
I'm reopening to encourage consideration of the attached patch that implements
parsing with a regular expression. It's about 100 lines shorter, clearer (less
branching), and possible more performant. (Light testing showed equivalent
performance within margin of error, but past experience with regex engine
indicates it's usually faster than most manual parsing routines.)
Original comment by marvin.addison@gmail.com
on 21 Jun 2013 at 8:01
Attachments:
Applied patch with the following modifications:
* Made default locale static final
* created static final Strings for each regex part
* Checkstyle fixes
Fixed in r2740.
Original comment by dfis...@gmail.com
on 21 Jun 2013 at 9:09
Original issue reported on code.google.com by
dfis...@gmail.com
on 17 Jun 2013 at 6:59