Deprecated API


Contents
Deprecated Fields
org.pentaho.reporting.libraries.base.util.Empty.LIST
          this is a redeclaration of the Collections.EMPTY_LIST field and should be killed. 
 

Deprecated Methods
org.pentaho.reporting.libraries.base.util.StackableRuntimeException.getParent()
          use the throwable instead. 
org.pentaho.reporting.libraries.base.util.StackableException.getParent()
          use the throwable instead. 
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.PngEncoder.pngEncode(boolean)
          Use the other pngEncode method and select the alpha-encoding via the constructor or setter. 
 

Deprecated Constructors
org.pentaho.reporting.libraries.base.util.Messages(Locale, ResourceBundle)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.Messages(Locale, ResourceBundle, String)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.Messages(Locale, String)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.Messages(ResourceBundle)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.Messages(ResourceBundle, String)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.Messages(String)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport(Locale, ResourceBundle)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport(Locale, String)
          Always provide the classloader to be safe when deployed in weird setups 
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport(ResourceBundle)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release. 
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport(String)
          Always provide the classloader to be safe when deployed in weird setups. This method will be removed after the next release.