diff --git a/pmd/rulesets/java/design.xml b/pmd/rulesets/java/design.xml index 30ddb54619..4993ec957f 100644 --- a/pmd/rulesets/java/design.xml +++ b/pmd/rulesets/java/design.xml @@ -1557,7 +1557,7 @@ public class Foo { language="java" since="4.2" class="net.sourceforge.pmd.lang.rule.XPathRule" - message="No abstract method which means that the keyword is most likely used to prevent instantiation. use a private or protected constructor instead." + message="No abstract method which means that the keyword is most likely used to prevent instantiation. Use a private or protected constructor instead." externalInfoUrl="http://pmd.sourceforge.net/rules/java/design.html#AbstractClassWithoutAnyMethod"> @@ -1706,9 +1706,8 @@ public class Foo { externalInfoUrl="http://pmd.sourceforge.net/rules/java/controversial.html#TooManyHttpFilter"> 4 diff --git a/pmd/rulesets/java/strictexception.xml b/pmd/rulesets/java/strictexception.xml index 1fc3c04a9e..03a6ff9be1 100644 --- a/pmd/rulesets/java/strictexception.xml +++ b/pmd/rulesets/java/strictexception.xml @@ -257,8 +257,7 @@ public class Foo { externalInfoUrl="http://pmd.sourceforge.net/rules/java/strictexception.html#DoNotThrowExceptionInFinally"> diff --git a/pmd/rulesets/java/strings.xml b/pmd/rulesets/java/strings.xml index e08709d49a..903b0cfd73 100644 --- a/pmd/rulesets/java/strings.xml +++ b/pmd/rulesets/java/strings.xml @@ -375,7 +375,7 @@ class Foo { externalInfoUrl="http://pmd.sourceforge.net/rules/java/strings.html#AvoidStringBufferField"> 3 diff --git a/pmd/rulesets/jsp/basic-jsf.xml b/pmd/rulesets/jsp/basic-jsf.xml index 3d30c51f08..4f1a6a3b34 100644 --- a/pmd/rulesets/jsp/basic-jsf.xml +++ b/pmd/rulesets/jsp/basic-jsf.xml @@ -16,7 +16,7 @@ Rules concerning basic JSF guidelines. class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsf.html#DontNestJsfInJstlIteration"> - Do not nest JSF component custom actions inside a custom action that iterates over its body. +Do not nest JSF component custom actions inside a custom action that iterates over its body. 3 diff --git a/pmd/rulesets/jsp/basic.xml b/pmd/rulesets/jsp/basic.xml index dcc6c697b4..107fbc9c8e 100644 --- a/pmd/rulesets/jsp/basic.xml +++ b/pmd/rulesets/jsp/basic.xml @@ -13,8 +13,7 @@ class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#NoLongScripts"> - Scripts should be part of Tag Libraries, rather than part of - JSP pages. +Scripts should be part of Tag Libraries, rather than part of JSP pages. 2 @@ -58,8 +57,7 @@ onload=calcDays; class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#NoScriptlets"> - Scriptlets should be factored into Tag Libraries or JSP - declarations, rather than being part of JSP pages. +Scriptlets should be factored into Tag Libraries or JSP declarations, rather than being part of JSP pages. 3 @@ -93,8 +91,8 @@ response.setHeader("Pragma", "No-cache"); message="Avoid having style information in JSP files." class="net.sourceforge.pmd.lang.jsp.rule.basic.NoInlineStyleInformationRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#NoInlineStyleInformation"> - or tags, or attributes like "align='center'". ]]> + or tags, or attributes like "align='center'". ]]> 3 @@ -110,8 +108,7 @@ response.setHeader("Pragma", "No-cache"); class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#NoClassAttribute"> - Do not use an attribute called 'class'. Use "styleclass" for - CSS styles. +Do not use an attribute called 'class'. Use "styleclass" for CSS styles. 2 @@ -135,7 +132,7 @@ response.setHeader("Pragma", "No-cache"); class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#NoJspForward"> - Do not do a forward from within a JSP file. +Do not do a forward from within a JSP file. 3 @@ -157,10 +154,8 @@ response.setHeader("Pragma", "No-cache"); class="net.sourceforge.pmd.lang.rule.XPathRule" externalInfoUrl="http://pmd.sourceforge.net/rules/basic-jsp.html#IframeMissingSrcAttribute"> - IFrames which are missing a src element can cause security - information popups in IE if you are accessing the page - through SSL. See - http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q261188 +IFrames which are missing a src element can cause security information popups in IE if you are accessing the page +through SSL. See http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q261188 2