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

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


    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());
    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());
View Full Code Here

TOP

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

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.