Package io.debezium.checkstyle


package io.debezium.checkstyle
  • Classes
    Class
    Description
    Allows disabling some rules for the test suite source.
     
    A simple CheckStyle checker to verify specific import statements are not being used.
     
    This is a specialization of the UnusedImportsCheck that fixes a couple of problems, including correctly processing @link expressions that are not properly terminated on the same line, correctly processing JavaDoc @param lines, and correctly processing method parameters contained with @link expressions.