There are multiple instances throughout our code where a local variable is only used once. Review these instances, and if it is acceptable make the variables final to improve encapsulation. There are too many instances to list all of them here. Use PMD to identify these violations.
There are multiple instances throughout our code where a local variable is only used once. Review these instances, and if it is acceptable make the variables final to improve encapsulation. There are too many instances to list all of them here. Use PMD to identify these violations.