Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyListSetCanBeKeyedAccess.html
blob6d45ca59a50363f9282b07a1d92e30500a1f7f92
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports any calls in Groovy code to java.util.List.set() methods. Such calls can be replaced
5 by the shorter and clearer keyed access form.
6 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
7 </html>