dead-code-detector
dead-code-detector copied to clipboard
Improve usage of parameter "excludedMethods" with class names
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