PHP_Depend-0.9.10 released
I have just released the bug fix version 0.9.10 of PHP_Depend. This release contains several bug fixes and improvements for PHP_Depend.
- Implemented #72__: Add NOAM, NOOM and NOCC metrics. Implemented in svn revision #1084.
- Implemented #74: Make CRAP-index available. Implemented in svn revision #1063.
- Implemented #105: Support for deep search implement. Implemented in svn revision #1078.
- Fixed #106: Filter algorithm is broken for namespaced internal classes. Fixed in svn revision #1039.
- Fixed #110: Duplicate "coupling" directory in test code. Fixed in svn revision #1032.
- Fixed #111: Dynamic Strings are treated as literal strings. Fixed in svn revision #1037.
- Fixed #114: Parsing error caused by complex string expressions fixed. Fixed in svn revision #1068.
- Fixed #115: Summary and PHPUnit Report lists unknown classes. Fixed in svn revision #1101.
- Fixed #116: Returns reference results in parsing error. Fixed in svn revision #1090.
- Performance intensive calculation result cached.
- Test code restructured and improved.
- Concurrency issue for parallel running pdepend instances fixed.
As always, you can get the latest PHP_Depend version from its PEAR channel: pear.pdepend.org:
mapi@arwen ~ $ pear channel-discover pear.pdepend.org
mapi@arwen ~ $ pear install pdepend/PHP_Depend-beta
Or you can fetch the sources from the subversion reposition:
mapi@arwen ~ $ svn co http://svn.pdepend.org/branches/0.9.0/
And additionally you can find a repository mirror on github:
mapi@arwen ~ $ git clone git://github.com/manuelpichler/pdepend.git