Examples of DeprecatedUsagesInspection


Examples of org.pentaho.reporting.designer.core.inspections.impl.DeprecatedUsagesInspection

   * @throws ModuleInitializeException if an error ocurred while initializing the module.
   */
  public void initialize(final SubSystem subSystem) throws ModuleInitializeException
  {
    ParameterDocumentResourceFactory.register(ParameterDocumentXmlFactoryModule.class);
    InspectionsRegistry.getInstance().addInspection(new DeprecatedUsagesInspection());
    InspectionsRegistry.getInstance().addInspection(new DuplicateFieldInspection());
    InspectionsRegistry.getInstance().addInspection(new ExpressionsParameterInspection());
    InspectionsRegistry.getInstance().addInspection(new FontSizeInspection());
    InspectionsRegistry.getInstance().addInspection(new FormulaErrorInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidElementReferenceInspection());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.