Package com.puppycrawl.tools.checkstyle.utils


package com.puppycrawl.tools.checkstyle.utils
Contains utils classes for checkstyle.
  • Class
    Description
    Contains utility methods designed to work with annotations.
    Utility class that has methods to check javadoc comment position in java file.
    Resolves chained properties from a user-defined property file.
    Contains utility methods for the checks.
    Contains utility methods for code point.
    Contains utility methods.
    Utility methods for suppression filters.
    Utility class for inline configuration parsing shared between ExampleMacro and InlineConfigParser.
    Describes which delimiter convention matched the first line of a file, so callers can locate the end of the config block and know whether the config content should be parsed as XML module config or the legacy bare key=value format.
    Contains utility methods for working with Javadoc.
    The type of Javadoc tag we want returned.
    Contains utility methods for module reflection.
    Utility methods to suppress Checker Framework nullness warnings for cases where null is theoretically possible but practically impossible due to Java grammar rules.
    Class which provides OS related utilities.
    Contains utility methods for parser to use while creating ast.
    Contains utility methods for working on scope.
    Contains utility methods for tokens.
    Note: it simply wraps the existing JDK methods to provide a workaround for Pitest survival on mutation for removal of immutable wrapping, see #13127 for more details.
    A wrapper class for WeakReference that provides a convenient way to manage weak references to objects.
    Contains utility methods for xpath.