Class MultiCheck

    • Constructor Detail

      • MultiCheck

        public MultiCheck()
    • Method Detail

      • setChecks

        public void setChecks​(AnnotationCheck[] value)
        Sets the checks to apply.
        Parameters:
        value - the checks
      • getChecks

        public AnnotationCheck[] getChecks()
        Returns the checks to apply.
        Returns:
        the checks
      • checksTipText

        public String checksTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doFindInvalidAnnotationsIndices

        protected int[] doFindInvalidAnnotationsIndices​(LocatedObjects objects)
        Checks the annotations and returns the indices of the invalid ones.
        Specified by:
        doFindInvalidAnnotationsIndices in class AbstractAnnotationCheck
        Parameters:
        objects - the annotations to check
        Returns:
        the invalid indices, 0-length array if no invalid ones