CodART icon indicating copy to clipboard operation
CodART copied to clipboard

Make Method/Field Non-Static

Open seyyedaliayati opened this issue 3 years ago • 0 comments

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

seyyedaliayati avatar Sep 12 '21 05:09 seyyedaliayati