diff --git a/docs/config_coding.html b/docs/config_coding.html index 26bef1019..05974dfdb 100644 --- a/docs/config_coding.html +++ b/docs/config_coding.html @@ -49,6 +49,9 @@
  • DoubleCheckedLocking
  • +
  • + EmptyStatement +
  • @@ -404,6 +407,25 @@ public class MySingleton TreeWalker

    +

    EmptyStatement

    Description

    +

    + Detects empty statements (standalone ;). +

    +

    Examples

    +

    + To configure the check: +

    +
    +<module name="EmptyStatement"/>
    +      
    +

    Package

    +

    + com.puppycrawl.tools.checkstyle.checks +

    +

    Parent Module

    +

    + TreeWalker +