Commit Graph

3104 Commits

Author SHA1 Message Date
Evan Cahill f798a441fc Fix InnerAssignment check for lambda expressions.
Assignments statements in single statement lambda expressions are not
inner assignments.

Fixes #377.
2014-12-11 12:55:07 -08:00
Roman Ivanov 16d424cdd2 fix for build error 2014-12-10 21:40:22 -08:00
Ilja Dubinin 1186dc6336 New profile for quick build without any report and checks has been created 2014-12-10 15:10:26 -08:00
alexkravin f6e97ced6f Pom and classpath including test-resources 2014-12-12 00:43:21 +04:00
alexkravin bfdf099a6f Last fixed due to maven-compiler-plugin 2014-12-12 00:41:32 +04:00
alexkravin 9414fce5b6 InputGrammar moved to resources-noncompilable 2014-12-12 00:22:24 +04:00
alexkravin a2f1f3ecb3 Put comments on each input in resources-noncompilable folder 2014-12-10 07:45:06 -08:00
alexkravin f0bb06fddd Removed InputImport as separate input for each UT was created #388 2014-12-09 14:57:00 -08:00
alexkravin b1d4299b1d Avoid Star Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:13:51 -08:00
alexkravin 9c944ecd22 Illegal Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:08:48 -08:00
alexkravin f5a30b80e7 Redundant Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:02:35 -08:00
alexkravin e61c562c83 Unused Imports Check created separate compilable UT based on InputImport #388 2014-12-09 14:01:29 -08:00
alexkravin c998dc8d90 Avoid Static Import Check created separate UT input based on InputImport #388 2014-12-09 13:58:45 -08:00
Peter Palaga 35006bcd79 Build and install the tests jar artifact 2014-12-09 11:21:07 +01:00
alexkravin 0b0a68f961 Renamed deprecated class as there's one with same name in other input and this cause error in eclipse #388 2014-12-08 21:50:45 -08:00
alexkravin 0aab6d6243 Redundant Modifier Check fixed bug with warning on final variables in default methods issue #364 2014-12-08 21:48:51 -08:00
alexkravin 53ccf7dad0 Minor fixes for rest compile and UT errors in test/resources/../javadoc folder #388 2014-12-08 13:47:08 -08:00
alexkravin 8d43331932 Semicolon Between Imports input moved to resources-noncompilable, created UT for this case as there wasn't one #388 2014-12-08 12:44:53 -08:00
Roman Ivanov 608e5838ea additional limitation was added 2014-12-07 21:56:13 -08:00
alexkravin 3520a35d46 Abstract Javadoc Check compilable UT input #388 2014-12-07 21:34:15 -08:00
alexkravin 90a2d8e96a Summary Javadoc Check compilable UT input #388 2014-12-07 21:28:56 -08:00
alexkravin 316cec8cf5 Javadoc Tag Continuation Indentation Check compilable UT inputs #388 2014-12-07 21:25:02 -08:00
alexkravin 8949078149 Javadoc Method Check compilable UT inputs #388 2014-12-08 23:35:20 +04:00
ychulovskyy 9b45e78bb5 Issue #457 remove JUnitTestCase from Checkstyle 2014-12-07 09:44:18 -08:00
alexkravin 43ce87dbf6 package-info input, now compilable #388 2014-12-07 08:58:05 -08:00
alexkravin a89c41adef Empty Line Separator Check compilable UT inputs 2014-12-07 08:33:10 -08:00
alexkravin 15b81770b8 Input Default moved resources-noncompilable #388 2014-12-07 08:30:36 -08:00
alexkravin 9827f4536a InputSemantic used in several UTs now compilable #388 2014-12-08 17:15:57 +04:00
ychulovskyy aa829d408f Issue #353 NullPointerException with SuppressWarningsHolder and enum fields 2014-12-06 21:41:42 +01:00
alexkravin 91e10c298d JUnit Test Case Check compilable UT input and removed odd expected-line from UT 2014-12-05 23:10:35 -08:00
alexkravin 448a62c9a6 Illegal Catch Check compilable UT inputs 2014-12-05 22:58:20 -08:00
alexkravin ab50d42d93 White Space Around Check compilable UT input 2014-12-05 22:54:49 -08:00
alexkravin bc8c9509f9 No Line Wrap Check compilable UT inputs 2014-12-05 18:10:29 -08:00
alexkravin 6f295fd516 Member Name Check compilable UT inputs 2014-12-05 18:09:44 -08:00
alexkravin fb5961a477 Method Name Check compilable UT inputs 2014-12-05 18:07:07 -08:00
alexkravin d0a19311e3 Empty Line Separator Check compilable UT inputs 2014-12-05 18:05:52 -08:00
alexkravin 85221f6a40 Separator Wrap Check compilable UT input 2014-12-05 17:32:00 -08:00
alexkravin c95f104aa0 Abbreviation As Word In Name Check compilable UT inputs 2014-12-06 13:51:32 +04:00
alexkravin 2c7a1ecc10 Super Clone Check compilable UT inputs 2014-12-04 22:31:26 -08:00
alexkravin 8ee92d2ab3 Input with unnamed package moved to resources-noncompilable folder 2014-12-04 22:29:00 -08:00
alexkravin 8d88dde6f3 Indentation Check compilable UT inputs 2014-12-04 22:16:11 -08:00
alexkravin 1ad274c702 Indentation input, check on java8 source, moved to resources-noncompilable folder 2014-12-05 19:03:59 +04:00
alexkravin 360ead197a Removed unused incompilable input file 2014-12-04 06:57:38 -08:00
maxvetrenko d97d9d461c Modified UT to use InputDefaultPackage.java file. 2014-12-03 22:05:01 -08:00
alexkravin a7610ec3f6 Comments Test compilable UT inputs 2014-12-03 13:05:53 -08:00
alexkravin 32ddc31305 Default Comes Last Check moved java8 input to resources-noncompilable folder 2014-12-03 13:04:08 -08:00
alexkravin 29b3eeed0c Modifier Order Check moved java8 input to resources-noncompilable folder 2014-12-03 12:41:42 -08:00
alexkravin c47cd7cf3f Redundant Modifier Check moved java8 input to resources-noncompilable folder 2014-12-03 12:39:29 -08:00
alexkravin 5a2891c92c MultiDimensionalArraysInGenericsTest compilable UT input 2014-12-03 11:26:24 -08:00
alexkravin 3ad28e4fb4 Java8DefaultMethods#388 2014-12-03 11:21:11 -08:00