inconsistent-return-statements:159:explicit_implicit_returns:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:163:empty_explicit_returns:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:168:explicit_implicit_returns2:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:176:explicit_implicit_returns3:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:184:returns_missing_in_catched_exceptions:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:194:complex_func:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:202:inconsistent_returns_in_nested_function.not_consistent_returns_inner:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:210:bug_1771_counter_example:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:228:bug_1772_counter_example:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:236:bug_1794_inner_func_in_if_counter_example_1:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:245:bug_1794_inner_func_in_if_counter_example_2:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:254:bug_1794_inner_func_in_if_counter_example_3:Either all return statements in a function should return an expression, or none of them should. inconsistent-return-statements:261:bug_1794_inner_func_in_if_counter_example_3._inner2:Either all return statements in a function should return an expression, or none of them should.