Package | Description |
---|---|
net.sourceforge.pmd.lang.java.rule.sunsecure |
Modifier and Type | Class and Description |
---|---|
class |
ArrayIsStoredDirectlyRule
If a method or constructor receives an array as an argument, the array should
be cloned instead of directly stored.
|
class |
MethodReturnsInternalArrayRule
Implementation note: this rule currently ignores return types of y.x.z,
currently it handles only local type fields.
|
Copyright © 2002–2016 InfoEther. All rights reserved.