| Field | Description |
|---|---|
| org.pentaho.reporting.libraries.base.util.Empty.LIST |
this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.
|
| Method | Description |
|---|---|
| org.pentaho.reporting.libraries.base.util.ObjectUtilities.loadAndInstantiate(String, Class) |
This class is not typesafe and instantiates the specified object without any additional checks.
|
| org.pentaho.reporting.libraries.base.util.StackableException.getParent() |
use the throwable instead.
|
| org.pentaho.reporting.libraries.base.util.StackableRuntimeException.getParent() |
use the throwable instead.
|