Skip to content

Releases: tfij/check-tfij-style

v1.5.1

10 Jul 14:44
Compare
Choose a tag to compare

Fix MethodEmptyLinesCheck multi-line string issue

v1.5.0

09 Jul 17:53
Compare
Choose a tag to compare

Add MethodEmptyLinesCheck

Verify if the method or constructor contains empty lines. This check is to promote small methods with a single responsibility.

Empty lines in methods are a bad practice. Usually, an empty line in a method separates logical parts. If the method has several logical parts, it is worth dividing it into smaller ones and expressing these logical parts in the method names.

v1.4.0

01 Apr 11:22
Compare
Choose a tag to compare

Add new checks

  • FieldsCountCheck

v1.3.0

21 Oct 17:43
54db9b8
Compare
Choose a tag to compare

Add new check

  • NameLengthCheck

v1.2.1

29 Sep 16:44
2390669
Compare
Choose a tag to compare

Bug fixes:

  • MethodCallParameterAlignmentCheck: alignment of complex expressions params
  • MethodCallParameterAlignmentCheck: method reference on constructor
  • MethodCallParameterLinesCheck: method reference on constructor

v1.2.0

28 Sep 18:03
49bbd80
Compare
Choose a tag to compare

Add new checks

  • MethodCallParameterAlignmentCheck
  • MethodCallParameterLinesCheck

v1.1.0

26 Sep 17:52
d09425b
Compare
Choose a tag to compare

Add java record support

v1.0.0

25 Sep 20:08
d42e218
Compare
Choose a tag to compare

A set of additional checks to use with checkstyle:

  • Method Parameter Alignment Check
  • Method Parameter Lines Check