Added check/error in PdfPTable.addCell #1195
4 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
See the complete overview on Codacy
Annotations
Check notice on line 659 in openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java
codacy-production / Codacy Static Code Analysis
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L659
'if' is not followed by whitespace.
Check notice on line 659 in openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java
codacy-production / Codacy Static Code Analysis
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L659
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)
Check notice on line 660 in openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java
codacy-production / Codacy Static Code Analysis
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L660
Line contains a tab character.
Check notice on line 661 in openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java
codacy-production / Codacy Static Code Analysis
openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L661
Line contains a tab character.