Skip to content
Commit 09fb34ac authored by James Nord's avatar James Nord Committed by Oliver Gondža
Browse files

[JENKINS-64039] improve CaseInsensitive.equals(String, String) performance

The CaseInsensitive IdStrategy would always do a full string comparison
even when all that was required was an equivallence check.

updated the javadoc to clarify performance implications for subclasses
and fix the performance of the CaseInsensitive strategy

(cherry picked from commit 2cd33a18)
parent 78611405
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment