I have an inner class in my Java class.
When I run find bugs, it recom
A Non-static inner class has an implicit reference to outer class. If you make the class as static, you could save some memory and code.