Class FinalSemicolonInTryWithResourcesCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public final class FinalSemicolonInTryWithResourcesCheck
    extends AbstractCheck
    Checks that try-with-resources does not end with a semicolon. Implementation relies on existence of semicolon inside of RESOURCE_SPECIFICATION token as interpreted by Checkstyle.
    Since:
    0.15