From ebc06c9c2e4ab4f443fdfee534d41cae07efa8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Tue, 6 May 2003 05:34:49 +0000 Subject: [PATCH] added docs for EmptyStatement --- docs/config_coding.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 +