Skip to content

decompose conditional refactoring#169

Open
Vivek504 wants to merge 1 commit into
apache:trunkfrom
Vivek504:decompose-conditional-refactoring
Open

decompose conditional refactoring#169
Vivek504 wants to merge 1 commit into
apache:trunkfrom
Vivek504:decompose-conditional-refactoring

Conversation

@Vivek504

Copy link
Copy Markdown

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

1 participant