Package | Description |
---|---|
net.sourceforge.pmd.lang.jsp.rule.codestyle | |
net.sourceforge.pmd.lang.jsp.rule.design | |
net.sourceforge.pmd.lang.jsp.rule.security |
Modifier and Type | Class | Description |
---|---|---|
class |
DuplicateJspImportsRule |
Modifier and Type | Class | Description |
---|---|---|
class |
NoInlineStyleInformationRule |
This rule checks that no "style" elements (like <B>, <FONT>, ...) are used,
and that no "style" attributes (like "font", "size", "align") are used.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NoUnsanitizedJSPExpressionRule |
This rule detects unsanitized JSP Expressions (can lead to Cross Site
Scripting (XSS) attacks)
|
Copyright © 2002–2018 PMD. All rights reserved.