Java Cleanup with Eclipse JDT (Headless)
Version updated for https://github.com/nbauma109/refactoring-cleanup-action to version v2.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
This release proposes the following source cleanups from Eclipse:
- cleanup_array_with_curly
- cleanup_use_autoboxing
- cleanup_overridden_assignment_move_decl
- cleanup_always_use_this_for_non_static_method_access
- cleanup_remove_trailing_whitespaces_ignore_empty
- cleanup_system_property_javaspecversion
- cleanup_primitive_comparison
- cleanup_system_property_file_encoding
- cleanup_format_source_code_changes_only
- cleanup_remove_redundant_semicolons
- cleanup_useless_continue
- cleanup_qualify_static_member_accesses_through_subtypes_with_declaring_class
- cleanup_remove_redundant_type_arguments
- cleanup_remove_unused_imports
- cleanup_break_loop
- cleanup_pull_up_assignment
- cleanup_stringbuilder
- cleanup_arrays_fill
- cleanup_no_super
- cleanup_use_lambda
- cleanup_operand_factorization
- cleanup_simplify_lambda_expression_and_method_ref
- cleanup_always_use_blocks
- cleanup_stringconcat_to_textblock
- cleanup_sort_members_all
- cleanup_system_property_path_separator
- cleanup_instanceof
- cleanup_precompile_regex
- cleanup_add_missing_annotations
- cleanup_always_use_this_for_non_static_field_access
- cleanup_boolean_literal
- cleanup_sort_members
- cleanup_always_use_parentheses_in_expressions
- cleanup_remove_unused_method_parameters
- cleanup_remove_unused_local_variables
- cleanup_add_missing_deprecated_annotations
- cleanup_no_string_creation
- cleanup_use_unboxing
- cleanup_use_blocks_only_for_return_and_throw
- cleanup_standard_comparison
- cleanup_if_condition
- cleanup_system_property_line_separator
- cleanup_remove_trailing_whitespaces
- cleanup_map_cloning
- cleanup_add_serial_version_id
- cleanup_try_with_resource
- cleanup_use_this_for_non_static_method_access
- cleanup_use_this_for_non_static_method_access_only_if_necessary
- cleanup_single_used_field
- cleanup_reduce_indentation
- cleanup_primitive_parsing
- cleanup_make_local_variable_final
- cleanup_qualify_static_member_accesses_with_declaring_class
- cleanup_add_missing_override_annotations
- cleanup_use_blocks
- cleanup_multi_catch
- cleanup_collection_cloning
- cleanup_pull_out_if_from_if_else
- cleanup_make_variable_declarations_final
- cleanup_convert_to_enhanced_for_loop_if_loop_var_used
- cleanup_redundant_comparator
- cleanup_remove_unused_private_types
- cleanup_system_property_boolean
- cleanup_qualify_static_method_accesses_with_declaring_class
- cleanup_lazy_logical_operator
- cleanup_bitwise_conditional_expression
- cleanup_simplify_boolean_if_else
- cleanup_add_all
- cleanup_use_directly_map_method
- cleanup_system_property_file_separator
- cleanup_qualify_static_field_accesses_with_declaring_class
- cleanup_add_generated_serial_version_id
- cleanup_stringbuilder_for_local_vars
- cleanup_controlflow_merge
- cleanup_comparing_on_criteria
- cleanup_do_while_rather_than_while
- cleanup_primitive_serialization
- cleanup_stringbuffer_to_stringbuilder
- cleanup_extract_increment
- cleanup_comparison_statement
- cleanup_insert_inferred_type_arguments
- cleanup_make_private_fields_final
- cleanup_remove_unnecessary_suppress_warnings
- cleanup_useless_return
- cleanup_instanceof_keyword
- cleanup_use_this_for_non_static_field_access_only_if_necessary
- cleanup_one_if_rather_than_duplicate_blocks_that_fall_through
- cleanup_remove_trailing_whitespaces_all
- cleanup_valueof_rather_than_instantiation
- cleanup_plain_replacement
- cleanup_remove_unnecessary_array_creation
- cleanup_remove_private_constructors
- cleanup_make_parameters_final
- cleanup_substring
- cleanup_ternary_operator
- cleanup_replace_deprecated_calls
- cleanup_merge_conditional_blocks
- cleanup_return_expression
- cleanup_system_property
- cleanup_unlooped_while
- cleanup_convert_to_enhanced_for_loop
- cleanup_remove_unused_private_fields
- cleanup_never_use_blocks
- cleanup_remove_redundant_modifiers
- cleanup_unreachable_block
- cleanup_switch
- cleanup_redundant_falling_through_block_end
- cleanup_number_suffix
- cleanup_also_simplify_lambda
- cleanup_system_property_javaversion
- cleanup_replace_deprecated_fields
- cleanup_remove_unnecessary_nls_tags
- cleanup_convert_to_switch_expressions
- cleanup_use_this_for_non_static_field_access
- cleanup_use_string_is_blank
- cleanup_static_inner_class
- cleanup_qualify_static_member_accesses_through_instances_with_declaring_class
- cleanup_add_missing_nls_tags
- cleanup_remove_unnecessary_casts
- cleanup_objects_equals
- cleanup_convert_functional_interfaces
- cleanup_else_if
- cleanup_format_source_code
- cleanup_boolean_value_rather_than_comparison
- cleanup_add_default_serial_version_id
- cleanup_remove_unused_private_methods
- cleanup_make_type_abstract_if_missing_method
- cleanup_join
- cleanup_embedded_if
- cleanup_use_anonymous_class_creation
- cleanup_invert_equals
- cleanup_add_missing_override_annotations_interface_methods
- cleanup_switch_for_instanceof_pattern
- cleanup_remove_unused_private_members
- cleanup_never_use_parentheses_in_expressions
- cleanup_strictly_equal_or_different
- cleanup_push_down_negation
- cleanup_evaluate_nullable
- cleanup_use_parentheses_in_expressions
- cleanup_hash
- cleanup_stringconcat_stringbuffer_stringbuilder
- cleanup_double_negation
- cleanup_overridden_assignment
- cleanup_primitive_rather_than_wrapper
- cleanup_correct_indentation
- cleanup_use_var