New Bug Idea for self.bug_function_list:
Replace "continue" with "break" and vice versa. This is a great potential logical error as they're both valid statements but in the wrong context will have some unintended consequences.
If continue and break are not present within the file, this function should be removed from the list so it isn't applied again.
Need to count the white space before continue and break so it matches up correctly.
New Bug Idea for self.bug_function_list:
Replace "continue" with "break" and vice versa. This is a great potential logical error as they're both valid statements but in the wrong context will have some unintended consequences.
If continue and break are not present within the file, this function should be removed from the list so it isn't applied again.
Need to count the white space before continue and break so it matches up correctly.