ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / resources-en / src / inspectionDescriptions / UNUSED_SYMBOL.html
blob6197860721e9a20cb68c26091d79c681db38329f
1 <html>
2 <body>
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.
8 <br>
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.
11 </font>
12 </body>
13 </html>