--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------
20 | ERROR | [x] Closing brace of the "try" control structure must be last
| | content on the line
| | (CodingStandard.WhiteSpace.ControlStructureSpacing.LineAfterClose)
20 | ERROR | [ ] Expected "}\ncatch (...) {\n"; found "}}catch (...) {\n"
| | (CodingStandard.ControlStructures.ControlSignature)
20 | ERROR | [x] Beginning of the "catch" control structure must be first
| | content on the line
| | (CodingStandard.WhiteSpace.ControlStructureSpacing.LineBeforeOpen)
Problematic place: no space before catch instead of catch placed on new line.
Code:
Errors:
Problematic place: no space before
catch
instead ofcatch
placed on new line.