Inspectopedia
 
2024.3

Feature envy

Warning
New
Last modified: 03 December 2024

Reports the Feature Envy code smell. The warning is thrown when a method calls methods on another class three or more times. Calls to library classes, parent classes, contained or containing classes are not counted by this inspection. Feature envy is often an indication of the fact that this functionality is located in a wrong class.

Example: