PHP Classes

File: build/phpmd.xml

Recommend this page to a friend!
  Classes of Yousaf Syed   FYP PHP Fuzzy Search on Encrypted Data   build/phpmd.xml   Download  
File: build/phpmd.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FYP PHP Fuzzy Search on Encrypted Data
Search encrypted data allowing fuzzy matching
Author: By
Last change:
Date: 2 years ago
Size: 819 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8" ?> <ruleset name="standard" xmlns="http://pmd.sf.net/ruleset/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd" xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd"> <description> Description of your coding standard </description> <rule ref="rulesets/codesize.xml" /> <rule ref="rulesets/unusedcode.xml" /> <!-- <rule ref="rulesets/design.xml/EvalExpression" /> <rule ref="rulesets/design.xml/CouplingBetweenObjects" /> <rule ref="rulesets/naming.xml/BooleanGetMethodName" /> <rule ref="rulesets/naming.xml/ConstantNamingConventions" /> <rule ref="rulesets/naming.xml/ConstructorWithNameAsEnclosingClass" /> --> </ruleset>