aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/request/CloneHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Remove now redundant try-catchjonmv2022-10-251-14/+2
|
* Add a hook for tracking inserts into the method cache and log whenever clone ↵Henning Baldersheim2022-10-251-1/+1
| | | | methods are added.
* Fall back to comparing exception messagejonmv2022-10-251-1/+3
|
* ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
|
* Clone map with sufficient initial sizeJon Bratseth2022-08-281-10/+5
|
* Remove printlnJon Bratseth2022-08-261-1/+0
|
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
|
* removal suppressionHenning Baldersheim2022-08-251-1/+1
|
* If you get a ClassCastException when doing clone by reflection it might be ↵Henning Baldersheim2022-08-251-6/+21
| | | | | | | that you are using a staale method reference that has been replaced by new code from a new/reloaded bundle. If so we clear the method cache and gives it a new try.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add java source files from the processing module.gjoranv2021-02-171-0/+124