aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/puppycrawl/tools/checkstyle/utils/ScopeUtils.java
AgeCommit message (Expand)Author
2017-07-24Issue #4725: fix all violations from the tenth part of idea violationsvasylieva
2017-05-07Issue #3348: add validation of try with resources to the LocalFinalVariableNa...vasilyeva
2017-01-27minor: bump year in header of all java filesRoman Ivanov
2016-11-28Issue #2143: Fix extra separation in group errorlinelect
2016-11-05Issue #1254: Fix JavadocVariableCheck when assigning a lambda as a fieldAndrei Selkin
2016-05-02minor: fixed ScopeUtils.isClassFieldDef checking for variablesrnveach
2016-02-07Issue #924: Fix enforcement of declaration order which leads to illegal forwa...Andrei Selkin
2016-01-04minor: year bump to 2016Roman Ivanov
2015-12-06Issue #2604: Update regexp pattern for ParameterNameAndrei Selkin
2015-10-16Issue #2080: Fix typos in codeMichal Kordas
2015-09-11Issue #382: Fix HiddenField false positive violations for anonymous classesAndrei Selkin
2015-08-31Issue #1566: JavadocTagContinuationIndentation violations fixedRuslan Diachenko
2015-08-31Issue #1566: Fix for SummaryJavadocCheck's violations (partial)Baratali Izmailov
2015-08-27Fix typos in utlis package. #1555Michal Kordas
2015-08-27Rename boolean methods to start with question word. #1555Michal Kordas
2015-08-27Utils classes have been moved to utils package. Issue #1898Ilja Dubinin