PHPMD - PHP Mess Detector


Release 1.1.0

:Author: Manuel Pichler :Copyright: All rights reserved :Description: This document describes the news features and bugfixes of the next feature release 1.1.0 of PHPMD. This version provides two new rules, one that utilizes the CBO metric to detect strong coupled classes and a second on that detects the usage of PHP's goto statement. Additionally this release closes a minor bug in the LongVariable rule. :Keywords: Release, Version, Features, Bugfixes, Coupling Between Objects, CBO, Goto Statement, PHPUnit

Version 1.1.0 of PHPMD was released on March the 20th 2011. The key features for this release were two new rules. The first one utilizes the Coupling Between Objects (CBO) metric to detect strongly coupled classes. The second one detects the usage of PHP's questionable goto statement. Beside that we have closed a minor bug in the LongVariable rule, where also private properties with descriptive names were reported. And finally we have replaced deprecated PHPUnit features in the PHPMD's test suite, so that PHPMD's tests should now work with PHPUnit 3.4.x and 3.5.x without deprecated warnings.

Features

Bugfixes

Download

You can download release 1.1.0 as a Phar archive

Source | Edit