smell_detect_feature_envy
Identify methods exhibiting feature envy by analyzing which class's data they rely on most. Scan a project directory to reveal methods that use more data from other classes than their own.
Instructions
Find methods that use more data from other classes than their own
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| directory | Yes | Project directory to scan |