Skip to content

decompose conditional refactoring#169

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

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

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