Manuel Pichler
Manuel Pichler
## Short description It is very common in other CLI Apps, there is a verbosity option. If this is enabled the app prints information to the screen what he does....
## Short description It would be nice if excluded classes were parsed and analyzed, but no problems were reported for them. It's mainly related to frameworks or software libraries -...
## Short description Based on documentation and reading the code, there is no way to include an entire ruleset xml file, while overriding properties of individual rules within that ruleset....
As a user of PHPMD I would like to be able to specify a parameter to the annotations suppressing warnings so that suppressions aren't infinite. Example: I suppress a TooManyMethods...
At the moment most rules have no information about threshold parameter in the log messages. For example: ExcessiveParameterList, ExcessivePublicCount, TooManyFields Some other rules are more informative: ExcessiveClassComplexity The developers reading...
Implement efferent coupling metric for methods.