View by Classes

Findings - Overview

code-style No Whitespace Before (Checkstyle)

')' is preceded with whitespace.

Further info on the wiki.

Checks that there is no whitespace before a token. More specifically, it checks that it is not preceded with whitespace, or (if linebreaks are allowed) all characters on the line before are whitespace. To allow linebreaks before a token, set property allowLineBreaks to true.

1org.jcoderz.commons.tracing.Slf4jTracer
 [167:34]