CodART
CodART copied to clipboard
Make Method/Field Non-Static
Describe the bug
When we are going to convert a static field/method to a non-static one, we must change all static usages. For instance, ClassName.field
should be converted to new ClassName().field