openpdf-core code refactored according to defined checkstyle rules#1522
Merged
asturio merged 3 commits intoMay 6, 2026
Merged
Codacy Production / Codacy Static Code Analysis
required action
Mar 30, 2026 in 0s
2 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 25
- Added 2
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
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)'.
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]*'
Loading