2020-06-30 10:16:44 +02:00
|
|
|
include::../description.adoc[]
|
|
|
|
|
|
|
|
== Noncompliant Code Example
|
|
|
|
|
|
|
|
----
|
|
|
|
for (var i = 0; i < length; i++) {} // Empty on purpose or missing piece of code ?
|
|
|
|
----
|
|
|
|
|
|
|
|
== Exceptions
|
|
|
|
|
2020-12-21 15:38:52 +01:00
|
|
|
When a block contains a comment, this block is not considered to be empty. Moreover `+catch+` blocks are ignored.
|