rspec/rules/S108/java/rule.adoc

8 lines
307 B
Plaintext
Raw Normal View History

2020-06-30 10:16:44 +02:00
include::../description.adoc[]
include::../noncompliant.adoc[]
== Exceptions
2020-12-23 14:59:06 +01:00
When a block contains a comment, this block is not considered to be empty unless it is a ``synchronized`` block. ``synchronized`` blocks are still considered empty even with comments because they can still affect program flow.