Skip to content

Conversation

Vivek504
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant