DebugStatementsFixers
DebugStatementsFixers copied to clipboard
Why use final?
I don't understand any situation it should ever be used. And it means we can't add our own debug methods because it's final and private and you have no way to modify.