Commit Graph

3959 Commits

Author SHA1 Message Date
Roman Ivanov 189da7314d Issue #2434: Inconvenience to debug UTs after recent changes in BaseCheckTestSupport 2015-10-24 07:12:47 -07:00
rnveach 3a2cb4d787 Issue #2421: enabled final local variable for test folder 2015-10-24 06:43:37 -07:00
Roman Ivanov 9316d20698 Issue #2431: LeftCurly: add Anonymous class to allowed tokens 2015-10-24 05:27:07 -07:00
rnveach 75da2ef6ac Issue #2421: enabled line length for test folder 2015-10-23 20:25:26 -04:00
rnveach 24f73e69dc Issue #2425: fixed invalid xml examples in xdocs 2015-10-23 18:55:40 -04:00
rnveach 57408d4463 Issue #2085: flush audit outputs sooner 2015-10-23 05:47:26 -07:00
rnveach d35dc97039 Issue #2421: expanded checks on test directory 2015-10-22 17:07:10 -04:00
rnveach 10d3015752 Issue #2161: unify test input file names 2015-10-22 08:59:08 -04:00
rnveach c5de8a31c8 minor: removed unnecessary manual class lookups 2015-10-22 05:55:51 -07:00
rnveach 94e56037a5 Issue #2161: unify test input file names 2015-10-22 05:54:38 -07:00
John Erik Halse 9e9b817c65 Issue #2398: Fix for error where an exception is thrown if empty return tag is followed by blank line 2015-10-22 08:00:31 +02:00
rnveach 66d266384a Issue #2161: unify test input locations for java8 package 2015-10-20 17:18:16 -04:00
rnveach ab6b9b8330 Issue #2161: unify test input locations for grammars package 2015-10-20 17:17:09 -04:00
rnveach 2fe5ade8b3 Issue #2161: unify test input locations for checkstyle package 2015-10-20 17:13:50 -04:00
rnveach 93b8c38299 Issue #2161: unify test input locations for filters package 2015-10-20 11:09:22 -04:00
rnveach df28ab0439 Issue #2161: unify test input locations for comments package 2015-10-19 22:03:41 -07:00
rnveach 57c1ebacaa Issue #2161: unify test input locations for doclets package 2015-10-19 21:57:29 -07:00
rnveach 6ab5bf1ae5 minor: added missing exception checks 2015-10-19 21:56:12 -07:00
rnveach f47587c9fb Issue #2161: unify test input locations for checks package 2015-10-19 21:55:24 -07:00
rnveach 9c488c1f51 Issue #2161: unify test input locations for api package 2015-10-19 13:03:31 -04:00
rnveach 58bbf2f190 Issue #2161: unify test input locations for coding package 2015-10-19 12:40:14 -04:00
rnveach fa58842713 Issue #2161: unify test input locations for naming package 2015-10-19 12:38:18 -04:00
rnveach 375dbf134c Issue #2161: unify test input locations for whitespace package 2015-10-19 12:36:38 -04:00
rnveach beb0ba7574 Issue #2161: unify test input locations for sizes package 2015-10-19 08:35:45 -04:00
rnveach c723db753a Issue #2161: unify test input locations for regexp package 2015-10-19 05:11:50 -07:00
rnveach 4533cef695 Issue #2161: unify test input locations for modifier package 2015-10-19 05:10:51 -07:00
rnveach 8ee05486c1 Issue #2161: unify test input locations for metrics package 2015-10-19 05:09:40 -07:00
rnveach 5aacffce41 Issue #2161: unify test input locations for javadoc package 2015-10-19 05:09:06 -07:00
Björn Kautler 44cc8b53c9 Issue #2326: Fix reusability of JavaDoc checks 2015-10-18 20:52:34 -07:00
Michal Kordas f14025ac00 Issue #957: Decrease visibility of package-private methods 2015-10-18 06:04:42 -07:00
Michal Kordas 1487e51618 Issue #2080: Fix typos in code 2015-10-18 06:03:57 -07:00
rnveach 64c05f5391 Issue #2161: remove unused input files for indentation package 2015-10-18 06:03:08 -07:00
rnveach 83e685bdac Issue #2161: unify test input locations for import package 2015-10-18 06:01:10 -07:00
rnveach bee6b0a1ec Issue #2161: unify test input locations for header package 2015-10-18 06:00:37 -07:00
rnveach 10352e146f minor: added missing exception checks 2015-10-18 05:56:45 -07:00
rnveach 6a8584adbd Issue #2161: unify test input locations for design package 2015-10-18 05:56:06 -07:00
Pavel Baranchikov ae3860dcdd Issue #2266: Fixed code to conform EmptyLineSeparator check 2015-10-18 05:51:36 -07:00
Pavel Baranchikov caa58734b9 Issue #2266: Fixed blank line indentification for EmptyLineSeparator check 2015-10-18 05:51:36 -07:00
rnveach e24596db94 Issue #2161: unify test input locations for coding package 2015-10-17 10:38:58 -04:00
rnveach de60ea7b86 Issue #2161: unify test input locations for coding package 2015-10-17 05:19:17 -07:00
rnveach 5f3eced2d8 Issue #2161: unify test input locations for coding package 2015-10-17 05:17:47 -07:00
rnveach 96d3aaea19 Issue #2161: unify test input locations for coding package 2015-10-16 21:52:06 -04:00
Roman Ivanov e76a439c2b doc: fix for names of Checks in release notes 2015-10-16 17:33:08 -07:00
Michal Kordas ce196814d8 Issue #2080: Fix typos in code 2015-10-16 16:35:09 -07:00
rnveach bf529ef600 Issue #2161: unify test input locations for blocks package 2015-10-16 18:13:31 -04:00
Roman Ivanov 61f8aaca7b minor: refactoring to minimize scope of variables 2015-10-16 08:08:43 -07:00
rnveach 5d9f7028d7 Issue #2161: unify test input locations for annotation package 2015-10-15 22:33:54 -07:00
rnveach aee8f8230b Issue #2161: unify test input locations for whitespace package 2015-10-15 23:43:00 -04:00
rnveach f0f26b9e91 Issue #2161: unify test input locations for sizes package 2015-10-15 18:10:48 -07:00
rnveach 7e5e919ce7 Issue #2161: unify test input locations for naming package 2015-10-15 20:15:47 -04:00