IDEADEV-34695 (In Settings, Feature Envy Inspection description says "profitably...
[fedora-idea.git] / plugins / InspectionGadgets / src / inspectionDescriptions / FeatureEnvy.html
blob26c7914077ff7765b02bb9fe97fe6c85dcecf732
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports instances of the "Feature Envy" code smell. Feature
5 envy is defined as occuring when a method calls methods on another class three
6 or more times. Calls to library classes, parent classes, contained or containing
7 classes are not counted for purposes of this inspection. Feature
8 envy is often an indication that functionality is located in the wrong class.
9 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectionGadgets </font> </td> </tr> </table> </body>
10 </html>