def positive_refactor_to_bq():
    print("# Refactor :build_refactor_regex()")
    #print( ",")
    print(regex_to_big_query(build_refactor_regex()))
    print("# Refactor :build_sepereted_term(removal)")
    print("+")
    print(regex_to_big_query(build_sepereted_term(removal)))

    print("# Refactor :build_refactor_goals_regex()")
    print("+")
    print(regex_to_big_query(build_refactor_goals_regex()))
예제 #2
0
def corrective_to_bq():
    # TODO - the \n in the string seperator is printed as a new line and should be fixed
    print("# Corrective")
    print("# Corrective : build_bug_fix_regex()")
    #print( ",")
    print(regex_to_big_query(build_bug_fix_regex()))
    print(" - ")
    print("# Corrective : build_valid_find_regex()")
    print(regex_to_big_query(build_valid_find_regex()))
    print(" - ")
    print("# Corrective : build_negeted_bug_fix_regex()")
    print(regex_to_big_query(build_negeted_bug_fix_regex()))
    print("#Corrective - end")
def non_positive_linguistic_removal_to_bq():
    print(
        "# Refactor :build_non_positive_linguistic(build_sepereted_term(removal))"
    )
    print(
        regex_to_big_query(
            build_non_positive_linguistic(build_sepereted_term(removal))))
def non_positive_linguistic_refactor_goals_to_bq():
    print(
        "# Refactor :build_non_positive_linguistic(build_refactor_goals_regex())"
    )
    print(
        regex_to_big_query(
            build_non_positive_linguistic(build_refactor_goals_regex())))
def non_positive_linguistic_refactor_to_bq():
    print("# Refactor :build_non_positive_linguistic(build_refactor_regex())")
    print("-")
    print(
        regex_to_big_query(
            build_non_positive_linguistic(
                build_refactor_regex(use_conventional_commits=False))))
예제 #6
0
def adaptive_to_bq():

    print("# Adaptive")
    print("# Adaptive :build_adaptive_regex()")
    #print( ",")
    print(regex_to_big_query(build_adaptive_regex()))
    print("#Adaptive :build_adaptive_action_regex()")
    print("+")
    print(regex_to_big_query(build_adaptive_action_regex()))
    print("# Adaptive :build_non_adaptive_context()")
    print("-")
    print(regex_to_big_query(build_non_adaptive_context()))
    print("# Adaptive :build_non_adaptive_linguistic()")
    print("-")
    print(regex_to_big_query(build_non_adaptive_linguistic()))
    print("# Adaptive - end")
def Englis_to_bq():
    # TODO - the \n in the string seperator is printed as a new line and should be fixed
    print("# English")
    print("# English : build_English_regex()")
    #print( ",")
    print(regex_to_big_query(build_English_regex()))
    print("#English - end")
def documentation_entities_context_refactor_to_bq():
    print(
        "# Refactor :build_documentation_entities_context(build_refactor_regex())"
    )
    print(
        regex_to_big_query(
            build_documentation_entities_context(
                build_refactor_regex(use_conventional_commits=False))))
def just_perfective_to_bq():

    print("# Just Perfective")
    print("# Perfective :build_perfective_regex()")
    #print( ",")
    print(regex_to_big_query(build_perfective_regex()))
def non_code_refactor_to_bq():
    print("# Refactor :build_non_code_perfective_regex()")
    print(regex_to_big_query(build_non_code_perfective_regex()))
def core_refactor_to_bq():
    print("# Core Refactor Term")
    print(regex_to_big_query(build_core_refactor_regex()))
    print("#Core Refactor Term - end")
예제 #12
0
def core_bug_to_bq():
    # TODO - the \n in the string seperator is printed as a new line and should be fixed
    print("# Core Bug Term")
    print(regex_to_big_query(build_core_bug_regex()))
    print("#Core Bug Term - end")
예제 #13
0
def core_adaptive_to_bq():
    print("# Core Adaptive Term")
    print(regex_to_big_query(build_core_adaptive_regex()))
    print("#Core Adaptive Term - end")
예제 #14
0
def English_to_bq():

    print("# English")
    print( "# English :build_English_regex()")
    #print( ",")
    print( regex_to_big_query(build_English_regex()))
예제 #15
0
def documentation_entities_context_refactor_to_bq():
    print("# Refactor :build_documentation_entities_context(build_refactor_regex())")
    print(regex_to_big_query( build_documentation_entities_context(build_refactor_regex())))