3 <font face=
"verdana" size=
"-1">
4 Detects local variables and private members that are declared but not used,
5 never accessed for reading or not initialized in a class.
6 <br>Can ignore members that are annotated in a special way, for example, by EJB annotation javax.ejb.EJB.
7 Additional annotations can be configured below.
9 The
<b>Report unused parameters in non-private method
</b> setting is used to
10 detect unused parameters of public/protected/package local methods which are neither overridden nor override other method.