https://bugs.kde.org/show_bug.cgi?id=365437
--- Comment #3 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> --- Some clarification for last post. I met this issue also when mentioned previously code with curly bracket not happened, so wasn't there this code: if (condition) { one_line_of_code; second_line_of_code; } function (after refactoring) looks like this: void MyClass:foo() { if (condition) one_line_of_code; second_line_of_code; third_line_of_code; if (condition) one_line_of_code; else different one_line_of_code; } global_renamed_member += value; other_line_of_code; } -- You are receiving this mail because: You are watching all bug changes.