pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

extract method refactoring.

Open Vivek504 opened this issue 2 years ago • 0 comments

Extract Method Refactoring

Location of the class: org.apache.pdfbox.io.ScratchFile

Reason: Complex Method (enlarge) - Cyclomatic complexity of the method is 9.

Logic of refactoring: Extracted the code blocks and created new methods with name suiting to its intent.

Vivek504 avatar Nov 18 '23 19:11 Vivek504