Path Lines of Code experimental/piranha_playground/rule_inference/tests/__init__.py 1 experimental/piranha_playground/rule_inference/tests/test_codebase_refactorer.py 65 experimental/piranha_playground/rule_inference/tests/test_controller.py 64 experimental/piranha_playground/rule_inference/tests/test_graph_parser.py 55 experimental/piranha_playground/rule_inference/tests/test_inference.py 68 experimental/piranha_playground/rule_inference/tests/test_piranha_agent.py 41 experimental/piranha_playground/rule_inference/tests/test_server.py 92 experimental/piranha_playground/rule_inference/tests/test_template_parser.py 56 plugins/spark_upgrade/tests/__init__.py 1 plugins/spark_upgrade/tests/resources/accessing_execution_plan/expected/sample.scala 7 plugins/spark_upgrade/tests/resources/accessing_execution_plan/input/sample.scala 7 plugins/spark_upgrade/tests/resources/calculator_signature_change/expected/sample.scala 8 plugins/spark_upgrade/tests/resources/calculator_signature_change/input/sample.scala 8 plugins/spark_upgrade/tests/resources/gradient_boost_trees/expected/sample.scala 11 plugins/spark_upgrade/tests/resources/gradient_boost_trees/expected/sample2.scala 12 plugins/spark_upgrade/tests/resources/gradient_boost_trees/input/sample.scala 11 plugins/spark_upgrade/tests/resources/gradient_boost_trees/input/sample2.scala 11 plugins/spark_upgrade/tests/resources/idf_model_signature_change/expected/sample.scala 9 plugins/spark_upgrade/tests/resources/idf_model_signature_change/input/sample.scala 8 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample.java 30 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample.scala 24 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample2.java 17 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample2.scala 13 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample3.java 19 plugins/spark_upgrade/tests/resources/spark_conf/expected/sample3.scala 16 plugins/spark_upgrade/tests/resources/spark_conf/input/sample.java 26 plugins/spark_upgrade/tests/resources/spark_conf/input/sample.scala 20 plugins/spark_upgrade/tests/resources/spark_conf/input/sample2.java 13 plugins/spark_upgrade/tests/resources/spark_conf/input/sample2.scala 13 plugins/spark_upgrade/tests/resources/spark_conf/input/sample3.java 19 plugins/spark_upgrade/tests/resources/spark_conf/input/sample3.scala 16 plugins/spark_upgrade/tests/resources/sql_new_execution/expected/sample.scala 7 plugins/spark_upgrade/tests/resources/sql_new_execution/input/sample.scala 7 plugins/spark_upgrade/tests/resources/update_calendar_interval/expected/sample.scala 12 plugins/spark_upgrade/tests/resources/update_calendar_interval/input/sample.scala 11 plugins/spark_upgrade/tests/test_spark_upgrade.py 209 src/df/unit_tests/tag_analysis_test.rs 234 src/models/unit_tests/concrete_syntax_test.rs 146 src/models/unit_tests/piranha_arguments_test.rs 56 src/models/unit_tests/rule_graph_validation_test.rs 138 src/models/unit_tests/rule_test.rs 344 src/models/unit_tests/scopes_test.rs 174 src/models/unit_tests/source_code_unit_test.rs 775 src/tests/mod.rs 176 src/tests/test_piranha_go.rs 38 src/tests/test_piranha_java.rs 429 src/tests/test_piranha_kt.rs 42 src/tests/test_piranha_python.rs 49 src/tests/test_piranha_scala.rs 16 src/tests/test_piranha_scm.rs 52 src/tests/test_piranha_strings.rs 29 src/tests/test_piranha_swift.rs 120 src/tests/test_piranha_thrift.rs 16 src/tests/test_piranha_ts.rs 19 src/tests/test_piranha_tsx.rs 19 src/tests/test_piranha_yaml.rs 19 src/utilities/unit_tests/tree_sitter_utilities_test.rs 138 src/utilities/unit_tests/utilities_test.rs 58 test-resources/go/feature_flag/builtin_rules/boolean_expression_simplify/configurations/rules.toml 73 test-resources/go/feature_flag/builtin_rules/boolean_expression_simplify/expected/sample.go 75 test-resources/go/feature_flag/builtin_rules/boolean_expression_simplify/input/sample.go 173 test-resources/go/feature_flag/builtin_rules/statement_cleanup/configurations/rules.toml 52 test-resources/go/feature_flag/builtin_rules/statement_cleanup/expected/sample.go 58 test-resources/go/feature_flag/builtin_rules/statement_cleanup/input/sample.go 136 test-resources/go/feature_flag/system_1/const_same_file/configurations/edges.toml 14 test-resources/go/feature_flag/system_1/const_same_file/configurations/rules.toml 46 test-resources/go/feature_flag/system_1/const_same_file/expected/sample.go 52 test-resources/go/feature_flag/system_1/const_same_file/input/sample.go 73 test-resources/go/structural_find/expression_with_string_literal/configurations/rules.toml 3 test-resources/go/structural_find/expression_with_string_literal/input/sample.go 16 test-resources/go/structural_find/for_loop/configurations/rules.toml 17 test-resources/go/structural_find/for_loop/input/sample.go 32 test-resources/go/structural_find/go_stmt_for_loop/configurations/rules.toml 19 test-resources/go/structural_find/go_stmt_for_loop/input/sample.go 18 test-resources/java/consecutive_scope_level_rules/expected/TestClass.java 11 test-resources/java/consecutive_scope_level_rules/input/TestClass.java 7 test-resources/java/custom_rules/custom_rules/edges.toml 8 test-resources/java/custom_rules/custom_rules/rules.toml 34 test-resources/java/custom_rules/expected/Sample.java 11 test-resources/java/custom_rules/input/Sample.java 19 test-resources/java/delete_method_invocation_argument/configurations/rules.toml 11 test-resources/java/delete_method_invocation_argument/expected/Sample.java 7 test-resources/java/delete_method_invocation_argument/input/Sample.java 7 test-resources/java/delete_method_invocation_argument_invalid/configurations/rules.toml 7 test-resources/java/delete_method_invocation_argument_invalid/expected/Sample.java 7 test-resources/java/delete_method_invocation_argument_invalid/input/Sample.java 7 test-resources/java/delete_method_invocation_argument_no_op/configurations/rules.toml 8 test-resources/java/delete_method_invocation_argument_no_op/expected/Sample.java 7 test-resources/java/delete_method_invocation_argument_no_op/input/Sample.java 7 test-resources/java/delete_unused_field/expected/TestClass.java 9 test-resources/java/delete_unused_field/input/TestClass.java 10 test-resources/java/feature_flag_system_1/control/configurations/rules.toml 184 test-resources/java/feature_flag_system_1/control/expected/TestEnum.java 1 test-resources/java/feature_flag_system_1/control/expected/XPFlagCleanerPositiveCases.java 149 test-resources/java/feature_flag_system_1/control/input/TestEnum.java 4 test-resources/java/feature_flag_system_1/control/input/XPFlagCleanerPositiveCases.java 210 test-resources/java/feature_flag_system_1/treated/configurations/rules.toml 184 test-resources/java/feature_flag_system_1/treated/expected/XPFlagCleanerPositiveCases.java 147 test-resources/java/feature_flag_system_1/treated/input/TestEnum.java 4 test-resources/java/feature_flag_system_1/treated/input/XPFlagCleanerPositiveCases.java 219 test-resources/java/feature_flag_system_2/control/configurations/edges.toml 19 test-resources/java/feature_flag_system_2/control/configurations/rules.toml 258 test-resources/java/feature_flag_system_2/control/expected/ExperimentInterface.java 4 test-resources/java/feature_flag_system_2/control/expected/ExperimentInterfaceAnnotatedInterface.java 5 test-resources/java/feature_flag_system_2/control/expected/OtherXPFlagCleanerInterfaceMethod.java 76 test-resources/java/feature_flag_system_2/control/expected/XPFlagCleanerInterfaceMethod.java 53 test-resources/java/feature_flag_system_2/control/expected/XPMethodChainCases.java 45 test-resources/java/feature_flag_system_2/control/input/ExperimentInterface.java 6 test-resources/java/feature_flag_system_2/control/input/ExperimentInterfaceAnnotatedInterface.java 7 test-resources/java/feature_flag_system_2/control/input/OtherXPFlagCleanerInterfaceMethod.java 76 test-resources/java/feature_flag_system_2/control/input/XPFlagCleanerInterfaceMethod.java 86 test-resources/java/feature_flag_system_2/control/input/XPMethodChainCases.java 65 test-resources/java/feature_flag_system_2/treated/configurations/edges.toml 19 test-resources/java/feature_flag_system_2/treated/configurations/rules.toml 258 test-resources/java/feature_flag_system_2/treated/expected/ExperimentInterface.java 4 test-resources/java/feature_flag_system_2/treated/expected/ExperimentInterfaceAnnotatedInterface.java 5 test-resources/java/feature_flag_system_2/treated/expected/OtherXPFlagCleanerInterfaceMethod.java 76 test-resources/java/feature_flag_system_2/treated/expected/XPFlagCleanerInterfaceMethod.java 55 test-resources/java/feature_flag_system_2/treated/expected/XPMethodChainCases.java 46 test-resources/java/feature_flag_system_2/treated/input/ExperimentInterface.java 6 test-resources/java/feature_flag_system_2/treated/input/ExperimentInterfaceAnnotatedInterface.java 7 test-resources/java/feature_flag_system_2/treated/input/OtherXPFlagCleanerInterfaceMethod.java 76 test-resources/java/feature_flag_system_2/treated/input/XPFlagCleanerInterfaceMethod.java 97 test-resources/java/feature_flag_system_2/treated/input/XPMethodChainCases.java 65 test-resources/java/find_and_propagate/configurations/edges.toml 15 test-resources/java/find_and_propagate/configurations/rules.toml 39 test-resources/java/find_and_propagate/expected/TestClass.java 6 test-resources/java/find_and_propagate/expected/TestSubClass.java 1 test-resources/java/find_and_propagate/input/TestClass.java 6 test-resources/java/find_and_propagate/input/TestSubClass.java 7 test-resources/java/find_and_propagate_invalid_substitutions/configurations/edges.toml 15 test-resources/java/find_and_propagate_invalid_substitutions/configurations/rules.toml 39 test-resources/java/find_and_propagate_invalid_substitutions/expected/TestClass.java 6 test-resources/java/find_and_propagate_invalid_substitutions/expected/TestSubClass.java 1 test-resources/java/find_and_propagate_invalid_substitutions/input/TestClass.java 6 test-resources/java/find_and_propagate_invalid_substitutions/input/TestSubClass.java 7 test-resources/java/handle_syntactically_incorrect_tree/expected/Sample.java 9 test-resources/java/handle_syntactically_incorrect_tree/input/Sample.java 9 test-resources/java/incorrect_rule/configurations/rules.toml 17 test-resources/java/incorrect_rule/input/Sample.java 5 test-resources/java/insert_field_and_import/expected/TestClass.java 26 test-resources/java/insert_field_and_import/input/TestClass.java 24 test-resources/java/insert_field_and_initializer/configurations/edges.toml 15 test-resources/java/insert_field_and_initializer/configurations/rules.toml 48 test-resources/java/insert_field_and_initializer/expected/AnotherClass.java 5 test-resources/java/insert_field_and_initializer/expected/TestClass.java 26 test-resources/java/insert_field_and_initializer/input/AnotherClass.java 5 test-resources/java/insert_field_and_initializer/input/TestClass.java 24 test-resources/java/new_line_character_used_in_string_literal/configurations/rules.toml 22 test-resources/java/new_line_character_used_in_string_literal/expected/SomeClass.java 6 test-resources/java/new_line_character_used_in_string_literal/input/SomeClass.java 6 test-resources/java/non_seed_user_rule/configurations/edges.toml 15 test-resources/java/non_seed_user_rule/configurations/rules.toml 36 test-resources/java/non_seed_user_rule/expected/AnotherClass.java 9 test-resources/java/non_seed_user_rule/expected/SomeClass.java 17 test-resources/java/non_seed_user_rule/input/AnotherClass.java 9 test-resources/java/non_seed_user_rule/input/SomeClass.java 16 test-resources/java/parent_iterative/negative/configurations/edges.toml 18 test-resources/java/parent_iterative/negative/configurations/rules.toml 43 test-resources/java/parent_iterative/negative/expected/sample.java 21 test-resources/java/parent_iterative/negative/input/sample.java 21 test-resources/java/parent_iterative/positive/configurations/edges.toml 18 test-resources/java/parent_iterative/positive/configurations/rules.toml 43 test-resources/java/parent_iterative/positive/expected/sample.java 21 test-resources/java/parent_iterative/positive/input/sample.java 21 test-resources/java/regex_based_matcher/configurations/edges.toml 26 test-resources/java/regex_based_matcher/configurations/rules.toml 92 test-resources/java/regex_based_matcher/expected/Sample.java 39 test-resources/java/regex_based_matcher/input/Sample.java 43 test-resources/java/structural_find/configurations/edges.toml 15 test-resources/java/structural_find/configurations/rules.toml 45 test-resources/java/structural_find/input/SampleEnum.java 18 test-resources/java/structural_find/input/XPFlagCleanerPositiveCases.java 199 test-resources/java/structural_find_replace_multiple_code_bases/folder_1/Sample.java 2 test-resources/java/structural_find_replace_multiple_code_bases/folder_2/Sample.java 2 test-resources/java/structural_find_replace_multiple_code_bases/folder_3/Sample.java 2 test-resources/java/structural_find_with_include_exclude/configurations/edges.toml 15 test-resources/java/structural_find_with_include_exclude/configurations/rules.toml 45 test-resources/java/structural_find_with_include_exclude/input/folder_1/SomeEnum.java 18 test-resources/java/structural_find_with_include_exclude/input/folder_1/SomeOtherClass.java 199 test-resources/java/structural_find_with_include_exclude/input/folder_2/SampleEnum.java 18 test-resources/java/structural_find_with_include_exclude/input/folder_2/XPFlagCleanerPositiveCases.java 199 test-resources/java/structural_find_with_include_exclude/input/folder_2/folder_2_1/SomeClass.java 47 test-resources/java/user_option_delete_consecutive_lines/configurations/rules.toml 15 test-resources/java/user_option_delete_consecutive_lines/expected/Sample.java 11 test-resources/java/user_option_delete_consecutive_lines/input/Sample.java 11 test-resources/java/user_option_delete_if_empty/configurations/rules.toml 15 test-resources/java/user_option_delete_if_empty/input/Sample.java 3 test-resources/java/user_option_do_not_delete_consecutive_lines/configurations/rules.toml 15 test-resources/java/user_option_do_not_delete_consecutive_lines/expected/Sample.java 11 test-resources/java/user_option_do_not_delete_consecutive_lines/input/Sample.java 11 test-resources/java/user_option_do_not_delete_if_empty/configurations/rules.toml 15 test-resources/java/user_option_do_not_delete_if_empty/expected/Sample.java 1 test-resources/java/user_option_do_not_delete_if_empty/input/Sample.java 3 test-resources/kt/feature_flag_system_1/control/configurations/rules.toml 176 test-resources/kt/feature_flag_system_1/control/expected/TestEnum.kt 1 test-resources/kt/feature_flag_system_1/control/expected/XPFlagCleanerCases.kt 110 test-resources/kt/feature_flag_system_1/control/input/TestEnum.kt 5 test-resources/kt/feature_flag_system_1/control/input/XPFlagCleanerCases.kt 173 test-resources/kt/feature_flag_system_1/treated/configurations/rules.toml 176 test-resources/kt/feature_flag_system_1/treated/expected/TestEnum.kt 1 test-resources/kt/feature_flag_system_1/treated/expected/XPFlagCleanerCases.kt 106 test-resources/kt/feature_flag_system_1/treated/input/TestEnum.kt 5 test-resources/kt/feature_flag_system_1/treated/input/XPFlagCleanerCases.kt 173 test-resources/kt/feature_flag_system_2/control/configurations/edges.toml 19 test-resources/kt/feature_flag_system_2/control/configurations/rules.toml 135 test-resources/kt/feature_flag_system_2/control/expected/ExperimentInterface.kt 20 test-resources/kt/feature_flag_system_2/control/expected/ExperimentInterfaceAnnotatedInterface.kt 22 test-resources/kt/feature_flag_system_2/control/expected/OtherXPFlagCleanerInterfaceMethod.kt 75 test-resources/kt/feature_flag_system_2/control/expected/XPFlagCleanerInterfaceMethod.kt 67 test-resources/kt/feature_flag_system_2/control/expected/XPMethodChainCases.kt 43 test-resources/kt/feature_flag_system_2/control/input/ExperimentInterface.kt 22 test-resources/kt/feature_flag_system_2/control/input/ExperimentInterfaceAnnotatedInterface.kt 24 test-resources/kt/feature_flag_system_2/control/input/OtherXPFlagCleanerInterfaceMethod.kt 75 test-resources/kt/feature_flag_system_2/control/input/XPFlagCleanerInterfaceMethod.kt 104 test-resources/kt/feature_flag_system_2/control/input/XPMethodChainCases.kt 57 test-resources/kt/feature_flag_system_2/treated/configurations/edges.toml 19 test-resources/kt/feature_flag_system_2/treated/configurations/rules.toml 135 test-resources/kt/feature_flag_system_2/treated/expected/ExperimentInterface.kt 20 test-resources/kt/feature_flag_system_2/treated/expected/ExperimentInterfaceAnnotatedInterface.kt 22 test-resources/kt/feature_flag_system_2/treated/expected/OtherXPFlagCleanerInterfaceMethod.kt 75 test-resources/kt/feature_flag_system_2/treated/expected/XPFlagCleanerInterfaceMethod.kt 65 test-resources/kt/feature_flag_system_2/treated/expected/XPMethodChainCases.kt 43 test-resources/kt/feature_flag_system_2/treated/input/ExperimentInterface.kt 22 test-resources/kt/feature_flag_system_2/treated/input/ExperimentInterfaceAnnotatedInterface.kt 24 test-resources/kt/feature_flag_system_2/treated/input/OtherXPFlagCleanerInterfaceMethod.kt 75 test-resources/kt/feature_flag_system_2/treated/input/XPFlagCleanerInterfaceMethod.kt 110 test-resources/kt/feature_flag_system_2/treated/input/XPMethodChainCases.kt 57 test-resources/kt/file_scoped_chain_rules/configurations/edges.toml 14 test-resources/kt/file_scoped_chain_rules/configurations/rules.toml 43 test-resources/kt/file_scoped_chain_rules/expected/Sample.kt 6 test-resources/kt/file_scoped_chain_rules/input/Sample.kt 7 test-resources/python/delete_cleanup_str_in_list/configurations/edges.toml 14 test-resources/python/delete_cleanup_str_in_list/configurations/rules.toml 115 test-resources/python/delete_cleanup_str_in_list/expected/only_lists.py 4 test-resources/python/delete_cleanup_str_in_list/input/only_lists.py 5 test-resources/python/structural_find/configurations/rules.toml 26 test-resources/python/structural_find/input/list_as_arg.py 13 test-resources/python/structural_find/input/only_lists.py 3 test-resources/ruby/delete_lines_after_return/configurations/rules.toml 21 test-resources/ruby/delete_lines_after_return/expected/delete_lines_after_return.rb 4 test-resources/ruby/delete_lines_after_return/input/delete_lines_after_return.rb 6 test-resources/ruby/replace_empty_if_or_unless_statement/configurations/rules.toml 30 test-resources/ruby/replace_empty_if_or_unless_statement/expected/test_empty_if_unless_rules.rb 16 test-resources/ruby/replace_empty_if_or_unless_statement/input/test_empty_if_unless_rules.rb 32 test-resources/ruby/replace_if_statement/configurations/rules.toml 141 test-resources/ruby/replace_if_statement/expected/test_if_rules_inline.rb 10 test-resources/ruby/replace_if_statement/expected/test_if_rules_with_else_block.rb 19 test-resources/ruby/replace_if_statement/expected/test_if_rules_without_else_block.rb 10 test-resources/ruby/replace_if_statement/input/test_if_rules_inline.rb 12 test-resources/ruby/replace_if_statement/input/test_if_rules_with_else_block.rb 37 test-resources/ruby/replace_if_statement/input/test_if_rules_without_else_block.rb 20 test-resources/ruby/replace_ternary_operator/configurations/rules.toml 44 test-resources/ruby/replace_ternary_operator/expected/test_if_rules_ternary.rb 12 test-resources/ruby/replace_ternary_operator/input/test_if_rules_ternary.rb 12 test-resources/ruby/replace_unless_statement/configurations/rules.toml 106 test-resources/ruby/replace_unless_statement/expected/test_unless_rules_inline.rb 10 test-resources/ruby/replace_unless_statement/expected/test_unless_rules_with_else_block.rb 12 test-resources/ruby/replace_unless_statement/expected/test_unless_rules_without_else_block.rb 10 test-resources/ruby/replace_unless_statement/input/test_unless_rules_inline.rb 12 test-resources/ruby/replace_unless_statement/input/test_unless_rules_with_else_block.rb 28 test-resources/ruby/replace_unless_statement/input/test_unless_rules_without_else_block.rb 20 test-resources/ruby/simplify_boolean_expressions/configurations/rules.toml 191 test-resources/ruby/simplify_boolean_expressions/expected/boolean_simplify.rb 75 test-resources/ruby/simplify_boolean_expressions/input/boolean_simplify.rb 98 test-resources/ruby/simplify_if_lambda_conditional_statements/configurations/rules.toml 106 test-resources/ruby/simplify_if_lambda_conditional_statements/expected/simplify_if_lambda_conditional_statements.rb 7 test-resources/ruby/simplify_if_lambda_conditional_statements/input/simplify_if_lambda_conditional_statements.rb 11 test-resources/ruby/simplify_if_proc_conditional_statements/configurations/rules.toml 124 test-resources/ruby/simplify_if_proc_conditional_statements/expected/simplify_if_proc_conditional_statements.rb 8 test-resources/ruby/simplify_if_proc_conditional_statements/input/simplify_if_proc_conditional_statements.rb 16 test-resources/ruby/simplify_rspec_block_expressions/configurations/rules.toml 28 test-resources/ruby/simplify_rspec_block_expressions/expected/simplify_rspec_block_expressions.rb 3 test-resources/ruby/simplify_rspec_block_expressions/input/simplify_rspec_block_expressions.rb 18 test-resources/ruby/simplify_unless_lambda_conditional_statements/configurations/rules.toml 106 test-resources/ruby/simplify_unless_lambda_conditional_statements/expected/simplify_unless_lambda_conditional_statements.rb 7 test-resources/ruby/simplify_unless_lambda_conditional_statements/input/simplify_unless_lambda_conditional_statements.rb 11 test-resources/ruby/simplify_unless_proc_conditional_statements/configurations/rules.toml 124 test-resources/ruby/simplify_unless_proc_conditional_statements/expected/simplify_unless_proc_conditional_statements.rb 8 test-resources/ruby/simplify_unless_proc_conditional_statements/input/simplify_unless_proc_conditional_statements.rb 16 test-resources/ruby/simplify_variable_assigned_flag_check/configurations/edges.toml 4 test-resources/ruby/simplify_variable_assigned_flag_check/configurations/rules.toml 54 test-resources/ruby/simplify_variable_assigned_flag_check/expected/simplify_variable_assigned_flag_check.rb 24 test-resources/ruby/simplify_variable_assigned_flag_check/input/simplify_variable_assigned_flag_check.rb 34 test-resources/scala/simple_match_replace/configurations/rules.toml 5 test-resources/scala/simple_match_replace/expected/Sample.scala 10 test-resources/scala/simple_match_replace/input/Sample.scala 10 test-resources/scm/simple_rename/configurations/rules.toml 23 test-resources/strings/sample_strings/configurations/rules.toml 28 test-resources/swift/cascade_file_delete/configurations/edges.toml 22 test-resources/swift/cascade_file_delete/configurations/rules.toml 68 test-resources/swift/cascade_file_delete/expected/Experiment.swift 13 test-resources/swift/cascade_file_delete/expected/Factory.swift 1 test-resources/swift/cascade_file_delete/expected/SomeProtocols.swift 1 test-resources/swift/cascade_file_delete/input/Experiment.swift 15 test-resources/swift/cascade_file_delete/input/Factory.swift 7 test-resources/swift/cascade_file_delete/input/SomeProtocols.swift 1 test-resources/swift/cascade_file_delete_custom_global_tag/configurations/edges.toml 22 test-resources/swift/cascade_file_delete_custom_global_tag/configurations/rules.toml 68 test-resources/swift/cascade_file_delete_custom_global_tag/expected/Experiment.swift 13 test-resources/swift/cascade_file_delete_custom_global_tag/expected/Factory.swift 1 test-resources/swift/cascade_file_delete_custom_global_tag/expected/SomeProtocols.swift 1 test-resources/swift/cascade_file_delete_custom_global_tag/input/Experiment.swift 15 test-resources/swift/cascade_file_delete_custom_global_tag/input/Factory.swift 7 test-resources/swift/cascade_file_delete_custom_global_tag/input/SomeProtocols.swift 1 test-resources/swift/cleanup_rules/configurations/rules.toml 76 test-resources/swift/cleanup_rules/expected/SampleClass.swift 236 test-resources/swift/cleanup_rules/input/SampleClass.swift 397 test-resources/swift/cleanup_with_derivatives/configurations/rules.toml 9 test-resources/swift/cleanup_with_derivatives/expected/Sample.swift 9 test-resources/swift/cleanup_with_derivatives/input/Sample.swift 9 test-resources/swift/leading_comma/configurations/rules.toml 9 test-resources/swift/leading_comma/expected/Sample.swift 22 test-resources/swift/leading_comma/input/Sample.swift 22 test-resources/swift/post_processing_cleanup/clean_empty_switch_entry/configurations/rules.toml 42 test-resources/swift/post_processing_cleanup/clean_empty_switch_entry/expected/SampleClass.swift 10 test-resources/swift/post_processing_cleanup/clean_empty_switch_entry/input/SampleClass.swift 20 test-resources/swift/post_processing_cleanup/delete_statements_after_return/configurations/rules.toml 42 test-resources/swift/post_processing_cleanup/delete_statements_after_return/expected/SampleClass.swift 49 test-resources/swift/post_processing_cleanup/delete_statements_after_return/input/SampleClass.swift 118 test-resources/swift/variable_inline/adhoc_variable_inline/configurations/edges.toml 14 test-resources/swift/variable_inline/adhoc_variable_inline/configurations/rules.toml 42 test-resources/swift/variable_inline/adhoc_variable_inline/expected/AdhocVariableInlining.swift 95 test-resources/swift/variable_inline/adhoc_variable_inline/input/AdhocVariableInlining.swift 128 test-resources/swift/variable_inline/constructor_variable_inline/configurations/edges.toml 14 test-resources/swift/variable_inline/constructor_variable_inline/configurations/rules.toml 38 test-resources/swift/variable_inline/constructor_variable_inline/expected/test1.swift 5 test-resources/swift/variable_inline/constructor_variable_inline/expected/test2.swift 5 test-resources/swift/variable_inline/constructor_variable_inline/expected/test3.swift 5 test-resources/swift/variable_inline/constructor_variable_inline/expected/test4.swift 5 test-resources/swift/variable_inline/constructor_variable_inline/expected/test5.swift 5 test-resources/swift/variable_inline/constructor_variable_inline/input/test1.swift 6 test-resources/swift/variable_inline/constructor_variable_inline/input/test2.swift 6 test-resources/swift/variable_inline/constructor_variable_inline/input/test3.swift 6 test-resources/swift/variable_inline/constructor_variable_inline/input/test4.swift 6 test-resources/swift/variable_inline/constructor_variable_inline/input/test5.swift 6 test-resources/swift/variable_inline/field_variable_inline/configurations/edges.toml 14 test-resources/swift/variable_inline/field_variable_inline/configurations/rules.toml 38 test-resources/swift/variable_inline/field_variable_inline/expected/FieldVariableInline.swift 174 test-resources/swift/variable_inline/field_variable_inline/expected/NonFieldVariableInline.swift 210 test-resources/swift/variable_inline/field_variable_inline/input/FieldVariableInline.swift 210 test-resources/swift/variable_inline/field_variable_inline/input/NonFieldVariableInline.swift 210 test-resources/swift/variable_inline/local_variable_inline/configurations/edges.toml 14 test-resources/swift/variable_inline/local_variable_inline/configurations/rules.toml 42 test-resources/swift/variable_inline/local_variable_inline/expected/VariableInlining.swift 48 test-resources/swift/variable_inline/local_variable_inline/input/VariableInlining.swift 69 test-resources/thrift/match_exception_type/configurations/rules.toml 14 test-resources/thrift/match_exception_type/expected/sample.thrift 5 test-resources/thrift/match_exception_type/input/sample.thrift 3 test-resources/tsx/structural_find/find_jsx_elements/configurations/rules.toml 17 test-resources/tsx/structural_find/find_jsx_elements/input/sample.tsx 14 test-resources/tsx/structural_find/find_props_identifiers_within_b_jsx_elements/configurations/rules.toml 29 test-resources/tsx/structural_find/find_props_identifiers_within_b_jsx_elements/input/sample.tsx 14 test-resources/tsx/structural_find/find_props_identifiers_within_variable_declarators_not_within_divs/configurations/rules.toml 34 test-resources/tsx/structural_find/find_props_identifiers_within_variable_declarators_not_within_divs/input/sample.tsx 14 test-resources/typescript/structural_find/find_fors/configurations/rules.toml 17 test-resources/typescript/structural_find/find_fors/input/sample.ts 17 test-resources/typescript/structural_find/find_fors_within_functions/configurations/rules.toml 19 test-resources/typescript/structural_find/find_fors_within_functions/input/sample.ts 17 test-resources/typescript/structural_find/find_fors_within_functions_not_within_whiles/configurations/rules.toml 24 test-resources/typescript/structural_find/find_fors_within_functions_not_within_whiles/input/sample.ts 17 test-resources/utility_tests/sample.toml 1 test-resources/yaml/find_replace/configurations/rules.toml 31 test-resources/yaml/find_replace/expected/sample.yaml 5 test-resources/yaml/find_replace/input/sample.yaml 5 tests/tests.py 215