News Feed
Jobs Feed
Sections




News Archive
QaFoo.com Blog:
Howto write a Rule for PHPMD
March 21, 2011 @ 09:16:57

On the QaFoo blog today Manuel Pichler has written up a guide to help you write a custom rule to use with the PHP Mess Detector (PHPMD) as extended from some of the current rules (it's always easier to start from examples).

Let us start with some architecture basics behind PHPMD. All rules in PHPMD must at least implement the PHP_PMD_Rule interface. You can also extend the abstract rule base class PHP_PMD_AbstractRule which already provides an implementation of all required infrastructure methods and application logic, so that the only task which is left to you is the implementation of the concrete validation code of your rule.

He walks you through some sample code and talks about some of the common interfaces that are available to your testing. He takes one of them, IFunctionAware, and looks at it specifically, showing how to use it to detect and add violations for the validation. He includes an example of writing a rule based on an existing software metric (in this case, the number of public methods). There's also bit at the end showing how to write a rule based on the "abstract syntax tree" to be able to check just about anything in the code you're looking to test.

0 comments voice your opinion now!
phpmd mess detector rule tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Everything You Need to Get Started With CodeIgniter

ITNewb.com: Encrypting Passwords with PHP for Storage Using the RSA PBKDF2 Standard

DevShed: Defining a Custom Function for File Uploaders with PHP 5

Eric Bannatyne's Blog: Simple CRUD With CodeIgniter

SitePoint.com: The CakePHP Framework: Your First Bite


Community Events











Don't see your event here?
Let us know!


database language zendframework2 object example interview development opinion introduction functional code series framework api composer conference testing podcast community release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework