org.sonar.plugins.pmd.profile-sun-conventions.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-pmd-plugin Show documentation
Show all versions of sonar-pmd-plugin Show documentation
PMD is a tool that looks for potential problems like possible bugs, dead code, suboptimal code, overcomplicated expressions or duplicate code.
<?xml version="1.0" encoding="UTF-8"?> <ruleset xmlns="http://pmd.sf.net/ruleset/1.0.0" 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" name="Sonar rules set" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <description>Generated by Sonar</description> <rule ref="rulesets/sunsecure.xml/MethodReturnsInternalArray" /> <rule ref="rulesets/sunsecure.xml/ArrayIsStoredDirectly" /> </ruleset>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy