| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.rule.bestpractices |
| Modifier and Type | Class | 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–2018 PMD. All rights reserved.