forked from phoedos/pmd
Removing static
This commit is contained in:
Sergey Gorbaty
committed by
Juan Martín Sotuyo Dodero
parent
5f908a306d
commit
5e2db6c42b
@ -28,7 +28,7 @@ import net.sourceforge.pmd.lang.apex.rule.AbstractApexRule;
|
||||
*/
|
||||
public class ApexOpenRedirectRule extends AbstractApexRule {
|
||||
private static final String PAGEREFERENCE = "PageReference";
|
||||
private static final Set<String> listOfStringLiteralVariables = new HashSet<>();
|
||||
private final Set<String> listOfStringLiteralVariables = new HashSet<>();
|
||||
|
||||
public ApexOpenRedirectRule() {
|
||||
setProperty(CODECLIMATE_CATEGORIES, new String[] { "Security" });
|
||||
|
Reference in New Issue
Block a user