You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
UnusedMethod is a new rule introduced in PMD 7.0.0 and it uses ApexLink to identify methods not used in your code
Describe the solution you'd like
Enable PMD_APEX_ROOT_DIRECTORY as a new plugin configuration item so it can be configured. Having a PMD_APEX_ROOT_DIRECTORY=$(pwd) default value would be nice too!
Is your feature request related to a problem? Please describe.
UnusedMethod is a new rule introduced in PMD 7.0.0 and it uses ApexLink to identify methods not used in your code
Describe the solution you'd like
Enable PMD_APEX_ROOT_DIRECTORY as a new plugin configuration item so it can be configured. Having a
PMD_APEX_ROOT_DIRECTORY=$(pwd)
default value would be nice too!Additional context
UnusedMethod
The text was updated successfully, but these errors were encountered: