Class ReservedParameterNamesInspection

  • All Implemented Interfaces:
    org.pentaho.reporting.designer.core.inspections.Inspection

    public class ReservedParameterNamesInspection
    extends Object
    implements org.pentaho.reporting.designer.core.inspections.Inspection
    • Constructor Detail

      • ReservedParameterNamesInspection

        public ReservedParameterNamesInspection()
    • Method Detail

      • isInlineInspection

        public boolean isInlineInspection()
        The inspection is cheap enough to be run constantly while editing.
        Specified by:
        isInlineInspection in interface org.pentaho.reporting.designer.core.inspections.Inspection
        Returns:
        true, if it can run while the editing is running, false otherwise.
      • inspect

        public void inspect​(org.pentaho.reporting.designer.core.ReportDesignerContext designerContext,
                            org.pentaho.reporting.designer.core.editor.ReportDocumentContext reportRenderContext,
                            org.pentaho.reporting.designer.core.inspections.InspectionResultListener resultHandler)
                     throws org.pentaho.reporting.engine.classic.core.ReportDataFactoryException
        Specified by:
        inspect in interface org.pentaho.reporting.designer.core.inspections.Inspection
        Throws:
        org.pentaho.reporting.engine.classic.core.ReportDataFactoryException