SET(LIST_OF_RULES
    EmptyCatchStatement
    EmptyDoWhileStatement
    EmptyElseBlock
    EmptyFinallyStatement
    EmptyForStatement
    EmptyIfStatement
    EmptySwitchStatement
    EmptyTryStatement
    EmptyWhileStatement
    )

BUILD_DYNAMIC_RULES("${LIST_OF_RULES}")
