ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / resources-en / src / inspectionDescriptions / TestOnlyProblems.html
blob4053a86b76eacfd9f72367d6723413739e792550
1 <html>
2 <body>
3 <font face="verdana" size="-1">
4 This inspection reports usages of <b><font color="#000080">@TestOnly</font></b>-annotated methods in production code.
5 <br>The problems are not reported if such method is called from
6 <ul>
7 <li>code under 'Test Sources' folder
8 <li>test-class (JUnit/TestNG)
9 <li>another <b><font color="#000080">@TestOnly</font></b>-annotated method
10 </ul>
11 </font>
12 <p><font face="verdana" size="-2">New in 7</font></p>
13 </body>
14 </html>