I -1 this patch unless you can sufficiently explain why e.g. > - tokenData = new HashMap<String, String>(5,1); > + tokenData = Maps.newHashMapWithExpectedSize(5);
is better readable to someone with knowledge of the standard Java APIs
and no knowledge of Google Collections.
All that this huge patch IMHO does is making the code harder to read
for no particular reasons.
Please back the patch out again and let's discuss whether it makes sense.
Thanks
Henning

