Added check/error in PdfPTable.addCell #1231
Annotations
4 errors
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L659
[checkstyle] reported by reviewdog 🐶
'if' is not followed by whitespace.
Raw Output:
/github/workspace/./openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java:659:9: error: 'if' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L659
[checkstyle] reported by reviewdog 🐶
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Raw Output:
/github/workspace/./openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java:659:9: error: WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
|
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L660
[checkstyle] reported by reviewdog 🐶
Line contains a tab character.
Raw Output:
/github/workspace/./openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java:660:5: error: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
|
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L661
[checkstyle] reported by reviewdog 🐶
Line contains a tab character.
Raw Output:
/github/workspace/./openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java:661:5: error: Line contains a tab character. (com.puppycrawl.tools.checkstyle.checks.whitespace.FileTabCharacterCheck)
|
This job failed
Loading