Manuel Pichler

Results 35 issues of 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....

Enhancement

## 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 -...

Feature
Enhancement

## 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....

Documentation
Configuration

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...

Feature

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...

Feature
Output

Implement efferent coupling metric for methods.