Skip to content

Conversation

@faisal-hameed
Copy link

This pull request is focused on resolving occurrences of PMD rule pmd:ArrayIsStoredDirectly - “Security - Array is stored directly”.
You can find more information about the issue here: http://pmd.sourceforge.net/pmd-4.3.0/rules/sunsecure.html

Please let me know if you have any questions.

Faisal.

@slandelle
Copy link
Contributor

For everything that's on the hot path (meaning not tests and things like config that's only instanciated once), this one is a big "no way".
We definitely don't want the performance penalty of all those extra copies and allocations.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not on hot path, why not.

@slandelle
Copy link
Contributor

Sorry, I'm going to reject this one. I mainly develop AHC because I use it for Gatling. Copying everything around like this would definitively kill performance.

Thanks anyway.

@slandelle slandelle closed this Jan 6, 2016
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.

2 participants