Class CheckActorReferenceUsage

    • Field Detail

      • m_OutputCounts

        protected boolean m_OutputCounts
        whether to output counts regardless of warnings.
      • m_ReferenceCount

        protected NamedCounter m_ReferenceCount
        the usage counter.
      • m_DefinitionCount

        protected NamedCounter m_DefinitionCount
        the definition counter.
      • m_Warnings

        protected StringBuilder m_Warnings
        the warnings that were produced.
    • Constructor Detail

      • CheckActorReferenceUsage

        public CheckActorReferenceUsage()
    • Method Detail

      • setOutputCounts

        public void setOutputCounts​(boolean value)
        Sets whether to output the counts regardless of warnings.
        Parameters:
        value - true if to output counts
      • getOutputCounts

        public boolean getOutputCounts()
        Returns whether to output the counts regardless of warnings.
        Returns:
        true if to output counts
      • outputCountsTipText

        public String outputCountsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • getWarningHeader

        public String getWarningHeader()
        Returns the string that explains the warnings.
        Specified by:
        getWarningHeader in interface CheckProcessor
        Returns:
        the heading for the warnings, null if not available
      • getWarnings

        public String getWarnings()
        Returns the warnings, if any, on variables that might never get set.
        Specified by:
        getWarnings in interface CheckProcessor
        Returns:
        the warnings