aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/javadoc
AgeCommit message (Expand)Author
2017-04-05Issue #3072: Add EOL for files in test, it, .ci, config foldersVikramaditya Kukreja
2017-03-25Issue #3908: SummaryJavadoc need special processing of inheritDoc tagSagar
2017-01-27Issue #3732: fix NPE for Java 8's 'receiver parameter'Markus Rathgeb
2016-11-18Issue #3170: delete children from javadoc TEXTrnveach
2016-11-05Issue #1254: Fix JavadocVariableCheck when assigning a lambda as a fieldAndrei Selkin
2016-11-01Issue #2427: added customizable javadoc tokensrnveach
2016-09-21Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 3) (#3458)Andrei Selkin
2016-09-18Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)Andrei Selkin
2016-02-18Issue #2869: Allow missing javadoc tags if an allowed annotation is putVladislav Lisetskiy
2016-02-09Issue #2811: Makes JavadocTypeCheck recognise param names without bracketsliscju
2016-02-05Issue #1184: fixed custom javadoc inline tagsrnveach
2016-02-01Issue #2788: fixed JavadocStyleCheck index out of range -1rnveach
2016-01-28Issue #325: Check placement of Javadoc comments in AbstractJavadocCheck befor...Baratali Izmailov
2016-01-28Issue #2805: fixed false positive in SummaryJavadoc on inheritDoc tagrnveach
2016-01-28Issue #2806: fixed JavadocMethod.allowedAnnotations hides bad javadocsrnveach
2015-11-11Issue #2541: Clean up input files to not use forbidden APIsMichal Kordas
2015-10-31Issue #2387: Do not recognize '/**/' as valid JavadocMichal Kordas
2015-10-31Issue #2388: Make JavadocType check customizable by list of tokensMichal Kordas
2015-10-31Issue #2411: Fix false positive in JavadocStyle check on inheritDoc tagMichal Kordas
2015-10-25Issue #792: Ignore missing Javadoc for 'serialVersionUID' fieldsMichal Kordas
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-22Issue #2161: unify test input file namesrnveach
2015-10-22Issue #2398: Fix for error where an exception is thrown if empty return tag i...John Erik Halse
2015-10-19Issue #2161: unify test input locations for javadoc packagernveach
2015-10-18Issue #2326: Fix reusability of JavaDoc checksBjörn Kautler
2015-10-15Issue #2161: unify test input locations for javadoc packagernveach
2015-09-07Issue #2141: Allow @return tags from annotation typesPhillip Webb
2015-08-16Issue #1243: Added serialId to test classesRoman Ivanov
2015-08-15Issue #1243: Input file to resources folderBaratali Izmailov
2015-08-14Issue #1243: Input files to resources folderBaratali Izmailov
2015-05-02Move test input files to resources, issue #1040Michal Kordas