Skip to content

checkstyle - reformating code according to defined rules

a8d8285
Select commit
Loading
Failed to load commit list.
Closed

checkstyle - reformating code according to defined rules #1551

checkstyle - reformating code according to defined rules
a8d8285
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 6, 2026 in 0s

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

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 50
- Added 3
           

Complexity increasing per file
==============================
- openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java  23
         

Clones added
============
- openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java  3
         

See the complete overview on Codacy

Annotations

Check notice on line 251 in openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java

See this annotation in the file changed.

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

openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java#L251

Avoid unused private methods such as 'closeQuietly(Closeable)'.

Check notice on line 24 in openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java

See this annotation in the file changed.

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

openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java#L24

The JUnit 5 test method name 'createAndVerifyPdf20Features_persistent' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 218 in openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java

See this annotation in the file changed.

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

openpdf-core/src/test/java/org/openpdf/text/Pdf20FeatureWriteAndVerifyTest.java#L218

Use one line for each declaration, it enhances code readability.