pdfbox
pdfbox copied to clipboard
decompose conditional refactoring
Decompose Conditional Refactoring
Location of the class: org.apache.pdfbox.io.MemoryUsageSetting
Reason: Complex Conditional - The conditional expression locUseMainMemory && (locMaxStorageBytes > -1) && ((locMaxMainMemoryBytes == -1) || (locMaxMainMemoryBytes > locMaxStorageBytes)) is complex.
Logic of the refactoring: Replaced the conditional logic with newly created methods.