Android
- android zoom view 2017.12.07
- Field can be converted to a local variable ... 2017.12.06
android zoom view
2017. 12. 7. 15:09
Field can be converted to a local variable ...
2017. 12. 6. 13:48
This inspection searches for redundant class fields that can be replaced with local variables. If all local usages of a field are preceded by assignments to that field, the field can be removed and its usages replaced with local variables.
특정 함수내에서만 사용되는 멤버변수(field variable)에 대한 워닝?이다...
함수내(local)로 옮길 수 있다....메모리 낭비 말라? 등으로 해석가능하려나..