abstraction « JSF « Spring Q&A





1. How well does static code analysis work with Spring and other abstractions?    stackoverflow.com

I'm in a situation where I'm required to make at least some effort to remove never-used code from my source code. The general preference is to use a static code ...