Skip to content

v0.4.0

Compare
Choose a tag to compare
@lyxell lyxell released this 06 Jul 21:39
· 234 commits to main since this release
demo.mp4

New features

CLI

  • Prettier diffs with line numbers
  • Tabled rule view

Rules

  • Added rule
    remove_unnecessary_null_check_before_string_equals_comparison
  • Renamed rule fix_resource_leaks => fix_potential_resource_leaks
  • Renamed rule improve_precision_of_calls_to_bigdecimal =>
    fix_imprecise_calls_to_bigdecimal
  • Renamed rule provide_parameterized_types_for_generics =>
    fix_raw_use_of_generic_class
  • Renamed rule
    remove_unnecessary_variable_declarations_before_return_statement
    => remove_unnecessary_declarations_above_return_statements
  • Renamed rule replace_lambda_with_method_reference =>
    simplify_code_using_method_references

Bugfixes

CLI

  • Fixed a bug where control codes would be printed to stdout when
    generating a patch