added handler for apple awt bug - http://www.jetbrains.net/devnet/thread/278896
[fedora-idea.git] / resources-en / src / inspectionDescriptions / RedundantTypeArguments.html
bloba2e2f4f3aceb7778eb4e741c39dac993b46e3ea4
1 <html>
2 <body>
3 <font face="verdana" size="-1">
4 This inspection reports all calls to parametrized methods where explicit argument types
5 can be omitted, since they will be unambiguously inferred by compiler.<br>
6 Such usages make code excessive and thus less readable.<br><br>
7 For example if you have a call to parametrized method like:
8 <pre>
9 &nbsp;&nbsp;&nbsp;&nbsp;<b><font color="#000080">this</font></b>.&lt;String&gt;addItem(<font color="#008000">""</font>);
10 </pre>
11 - the usage of <b><font color="#000080">&lt;String&gt;</font></b> will be highlighted.<br><br>
12 </font>
13 </body>
14 </html>