checkstyle/src
Michal Kordas cf1d22f39f Use entrySet iterator to fix FindBugs violations, issue #778
These methods accessed the value of a `Map` entry, using a key that was retrieved from a `keySet` iterator. It is more efficient to use an iterator on the `entrySet` of the map, to avoid the `Map.get(key)` lookup.

All violations of FindBugs rule [WMI: Inefficient use of keySet iterator instead of entrySet iterator](http://findbugs.sourceforge.net/bugDescriptions.html#WMI_WRONG_MAP_ITERATOR) are fixed.
2015-03-30 14:01:57 -07:00
..
main Use entrySet iterator to fix FindBugs violations, issue #778 2015-03-30 14:01:57 -07:00
site Added anchors to sections, issue #586 2015-03-17 00:15:35 +04:00
test Added test method for Utils.isPatternValid method 2015-03-27 15:34:34 -07:00
xdocs release notes 6.5, after content update from Michal Kordas 2015-03-28 08:47:14 -07:00