Package org.pentaho.reporting.designer.core.inspections.impl

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


    InspectionsRegistry.getInstance().addInspection(new FormulaErrorInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidElementReferenceInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidFieldReferenceInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidFormatInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidGroupReferenceInspection());
    InspectionsRegistry.getInstance().addInspection(new InvalidQueryNameReferenceInspection());
    InspectionsRegistry.getInstance().addInspection(new MandatoryAttributeMissingInspection());
    InspectionsRegistry.getInstance().addInspection(new OverlappingElementsInspection());
    InspectionsRegistry.getInstance().addInspection(new ReportMigrationInspection());
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.designer.core.inspections.impl.InvalidQueryNameReferenceInspection

Copyright © 2018 www.massapicom. 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.