Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added check/error in PdfPTable.addCell #1195

Merged
merged 3 commits into from
Nov 25, 2024

Update PdfPTable.java

a813a7e
Select commit
Loading
Failed to load commit list.
Merged

Added check/error in PdfPTable.addCell #1195

Update PdfPTable.java
a813a7e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 23, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

openpdf/src/main/java/com/lowagie/text/pdf/PdfPTable.java#L661

Line contains a tab character.