aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2016-06-08Issue #3127: fix CommentsIndentation false-positive in empty array declaratio...Vladislav Lisetskiy
2016-06-06Issue #3212: aligned string array setters for propertiesrnveach
2016-06-03Issue #2618: refactored indentation import and package logic (#3223)rnveach
2016-06-03Issue #3237: added secondary throws annotation to java grammar (#3244)rnveach
2016-06-03Issue #3116: removed requirement right curlies must be first on line (#3222)rnveach
2016-06-03Issue #2971: Add allowPublicFinalFields option for VisibilityModifier (#3207)Andrei Selkin
2016-06-02Issue #3240: added type annotation to java grammar (#3243)rnveach
2016-06-02Issue #2839: tag VAR was added to allowed tags of JavadocStyleCheckRoman Ivanov
2016-05-30minor: fix for incorrect links detected by linkcheck pluginRoman Ivanov
2016-05-30Issue #3126: Fix a lot of CommentsIndentationCheck false-positives and false-...Vladislav Lisetskiy
2016-05-28Issue #3219: CLI Javadoc tree printer can print parse errors (#3224)Baratali Izmailov
2016-05-28Issue #3173: moved SingleSpaceSeparatorCheck from sevntu to checkstyle (#3179)rnveach
2016-05-28Issue #3225: fixed cr lines in TreeWalker (#3226)rnveach
2016-05-27Issue #3143: forbid empty return statements and fixed violationsrnveach
2016-05-27Issue #3143: added maxForVoid option for ReturnCountCheckrnveach
2016-05-27Pull #3189: aligned setters with String collection fieldsrnveach
2016-05-27Issue #3086: added debug optionrnveach
2016-05-26config: update to forbiddenapis 2.1 (#3216)Roman Ivanov
2016-05-18minor: fix for links at linkcheck plugin validationRoman Ivanov
2016-05-18minor: fix for build failure due to javadoc problemRoman Ivanov
2016-05-18Issue #3164: AnnotationLocation: unclear behavior when annotation is among mo...Roman Ivanov
2016-05-16Issue #407: Fix cache usage in presence of modules which use external resourc...Andrei Selkin
2016-05-08Issue #3153: IllegalTokenTextCheck and IllegalTokenCheck does not work with C...Roman Ivanov
2016-05-07Issue #2763: changed config and fixed throws indentation violationsrnveach
2016-05-07Issue #2763: restored indentation's throwsIndent logicrnveach
2016-05-05Issue #3157: Javadoc value tag can reference import (#3158)Konstantin Lutovich
2016-05-02minor: fixed ScopeUtils.isClassFieldDef checking for variablesrnveach
2016-05-01Issue #3144: fixed NPE in FinalLocalVariable for lambda in field (#3146)rnveach
2016-04-30Issue #1064: fixed slow javadoc antlr parsing (#3055)rnveach
2016-04-28Issue #3136: added indentation check of while in do..while (#3139)rnveach
2016-04-25minor: reorganized Checker class (#3128)Zuy Alexey
2016-04-24Issue #2998: Fix CommentsIndentation Check false-positive at the end of a blo...Vladislav Lisetskiy
2016-04-24Issue #2950: rewrote LineWrappingHandler for easier use (#2951)rnveach
2016-04-22Issue #3103: removed duplicated validation by line wrappingrnveach
2016-04-18Issue #3000: removed unused check messagesrnveach
2016-04-16Issue #3106: fixed annotation location check with no modifiers (#3108)rnveach
2016-04-16Issue #3065: fixed issues with all foreign messagesrnveach
2016-04-15doc: DesignForExtension documentation is extended to warn user about possible...Roman Ivanov
2016-04-13minor: reorganized TranslationCheck (#3097)Zuy Alexey
2016-04-13Pull #3093: Use DatatypeConverter#printHexBinary to convert byte array to hex...Andrei Selkin
2016-04-10Issue #3040: New CLI option to print full tree (java+comments+javadoc). (#3078)Baratali Izmailov
2016-03-31Issue #2969: Add the ability to validate language codes by TranslationCheckAndrei Selkin
2016-03-29Issue #3005: Fix allowByTailComment option in AvoidEscapedUnicodeCharactersVladislav Lisetskiy
2016-03-29Issue #3006: Refactoring of FinalLocalVariableCheck to increase readabilityAndrei Selkin
2016-03-29Issue #3006: Fix false positive when variable is assigned in if block which i...Andrei Selkin
2016-03-29Issue #3006: Fix false positive when variable is assigned multiple timesAndrei Selkin
2016-03-29Issue #3006: Fix false positive when external variables are assigned inside l...Andrei Selkin
2016-03-29Issue #3006: Fix wrong loop detection in 'isInTheSameLoop'Andrei Selkin
2016-03-29Issue #2944: add EmptyLineSeparator option to check empty lines inside methodsVladislav Lisetskiy
2016-03-27Issue #2924: Add support for LAMDA token in WhitespaceAround checkVladislav Lisetskiy