dead-code-detector icon indicating copy to clipboard operation
dead-code-detector copied to clipboard

Improve usage of parameter "excludedMethods" with class names

Open BBE78 opened this issue 1 year ago • 0 comments

The usage of the parameter "excludedMethods" is painfull because it does not take into account a class name. So all methods with same name, but from different classes are excluded.

I'd like to specify a class name + a method name in order to avoid unwanted exclusions like in the following exemple: excludedMethods = org.*.MyClass#myExcludedMethod

BBE78 avatar Mar 27 '23 13:03 BBE78