Commit Graph

98 Commits

Author SHA1 Message Date
Baratali Izmailov 825d1be152 Issue #376. Added $ to all identifier definitions 2014-11-24 16:18:41 -08:00
Ilja Dubinin cf38b070cc #339 fixed. Generics in postfix expression before method referencec can be parsed now. 2014-11-21 01:08:27 +03:00
Baratali Izmailov 5c481899d4 Issue #371. Fixed NumberFormatException while logging in AbstractJavadocCheck 2014-11-20 07:39:41 -08:00
maxvetrenko 82c3f19cdc Indentation check fails for switch statements #341 2014-11-17 14:28:58 -08:00
Baratali Izmailov 4247dbf671 Unit tests for JavadocUtils.isJavadocComment() 2014-11-14 07:42:07 -08:00
Ilja Dubinin 0e85353dc3 #304 fixed. Multidimensional arrays can be parsed now 2014-11-12 13:14:32 -08:00
Roman Ivanov 40e445cbad fixes for checkstyle violations 2014-11-11 17:16:21 -08:00
Roman Ivanov 93f02998d4 AnnotationLocationCheck was moved from javadoc to annotation package, changes in xdoc for default value, #356 2014-11-11 16:48:21 -08:00
maxvetrenko 54ed230519 Fix false positives in JavadocParagraphCheck #335 2014-10-23 08:01:25 -07:00
maxvetrenko 0e90cc00c8 New Check: SingleLineJavadocCheck #332 2014-10-23 15:24:18 +04:00
maxvetrenko e56f3d21ee Update for existing Check: JavadocMethodCheck #319 2014-10-23 03:42:30 +04:00
Roman Ivanov e1613910f3 additional fix after name change 2014-10-22 11:37:56 -07:00
maxvetrenko 443b98cf24 Update google_checks.xml and minor refactoring. #320 2014-10-22 11:25:19 -07:00
maxvetrenko ca34984cc3 Fix false positives in JavaDocTagContinuationIndentationCheck #323 2014-10-22 07:07:36 -07:00
maxvetrenko d9c4e779fb JavaDocParagraph #315 2014-10-20 23:57:03 -07:00
maxvetrenko fe628e5bbd AtclauseOrderCheck #306 2014-10-20 23:49:26 -07:00
Roman Ivanov d3b013d073 SummaryJavaDocCheck #307 by Max Vetrenko 2014-10-20 23:12:28 -07:00
maxvetrenko cc9e00d9a0 JavaDocTagСontinuationIndentation #308 2014-10-20 22:00:40 -07:00
maxvetrenko ccd54f4506 NonEmptyAtclauseDescriptionCheck #309 2014-10-21 01:26:27 +04:00
Baratali Izmailov 904a4fb779 Issue #49. Added unit tests for generated parse trees of Javadoc comments 2014-10-20 00:32:41 +04:00
maxvetrenko 02655f16a0 AnnotationLocationCheck fixed. #302 2014-10-19 08:53:15 -07:00
Baratali Izmailov 3bd25d71c9 Issue #49. Edited TodoCommentCheck to use new comment nodes in AST 2014-10-17 22:19:10 -07:00
Baratali Izmailov a24df47caf Issue #49. Added support of single-line and block comments 2014-10-17 22:19:10 -07:00
Baratali Izmailov 59aa66c3cc Issue #49. Added comments to existing test inputs. 2014-10-17 22:19:10 -07:00
maxvetrenko f2e716b5e7 Fixed IndexOutOfBoundsException in CustomImportOrderCheck #296 2014-10-13 17:15:50 -07:00
maxvetrenko e3a48d1527 Update for IndentationCheck. #294 2014-10-13 16:21:51 -07:00
Ilja Dubinin 343e946b07 #297 Fixed bug in DefaultComesLast check. Now it supports java 8 default methods. 2014-10-13 23:03:58 +04:00
Ilja Dubinin ed5f8a491e UT input for IllegalInstantiationCheck fixed 2014-10-10 22:15:19 +04:00
Ilja Dubinin 373c90a109 #282 fixed. Since Java 8 we can have methods body in interfaces. 2014-10-10 22:15:19 +04:00
Ilja Dubinin e57633e801 #284 fixed. Default modifier has been added to modifier list. 2014-10-10 22:15:19 +04:00
Ilja Dubinin 47ce2a333d Fixed NPE when NewHandler is used with java 8 method reference 2014-10-10 22:15:19 +04:00
Ilja Dubinin c589c8dce2 All inputs are compilable 2014-10-10 22:15:18 +04:00
Ilja Dubinin 5891815628 Issue10. Annotations finished 2014-10-10 22:15:18 +04:00
Ryszard Wiśniewski 839cd1b10e Fixed IllegalInstantiationCheck, so it won't recognize a constructor reference (Java8) as instantiation.
Also added a test for it.
2014-10-10 22:15:18 +04:00
Ilja Dubinin e162b5a265 minor for pass mvn verify 2014-10-10 16:55:24 +04:00
Ilja Dubinin 6a9bc9181c Issue 10. Lambda support has been added. 2014-10-10 16:55:24 +04:00
Ilja Dubinin a70800ea2f Issue 10. Method references are implemented. 2014-10-10 16:55:24 +04:00
Ilja Dubinin de52fa1d34 Issue 10. Support of default methods in interface has been added. 2014-10-10 16:55:24 +04:00
Ilja Dubinin 0b1e5a3fdb Tests and testinputs have been created. 2014-10-10 16:55:23 +04:00
maxvetrenko 95f3a80071 Investigated conflict into MemberNameCheck. Added inputs. 2014-10-09 16:30:01 -07:00
ychulovskyy 7ed4071252 Implemented #98 Add ignore option to the JavadocVariable check 2014-09-17 19:40:42 +02:00
Ryszard Wiśniewski a4e79cf45c Added test and fix for the case if there is a semicolon between import statements. 2014-09-16 08:43:23 -07:00
ychulovskyy 615c6f26cd Fixed javadoc issues (strange that project checker didn't catch it during verify phase) 2014-09-14 18:11:49 +02:00
ychulovskyy f43e7ca4ca Fixed issue #105 WhitespaceAroundCheck: fix for anonymous inner class 2014-09-13 16:56:57 +02:00
Sergiu Dumitriu ca9644638d MemberNameCheck should not validate interface constants, that's ConstantNameCheck's role 2014-09-12 16:36:13 -07:00
Sergiu Dumitriu 781f8b9a0f Issue #155: RequireThis triggers for static interface fields
Fixed.
2014-09-12 16:05:43 -07:00
ychulovskyy cf3879aa53 Fixed issue #29 Abstract Interface Should not be Allowed in RedundantModifier 2014-09-12 15:12:56 -07:00
ychulovskyy 08ea556aed Issue 134: Exception thrown when parsing numeric constant "3.14_15F" 2014-09-08 15:21:22 -07:00
Max 12a1aec080 RightCurly. Force line break before '}' in case SAME option. #250 2014-08-14 21:11:42 +04:00
Max a123763c92 Left curly update. Force line break #247 2014-08-13 14:15:36 -07:00