b78aea78e6d0a6f3e25501329890df3f7acf5fe2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public camelMap(state BenchmarkState, bh Blackhole) : void renamed to public camelMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Rename Method public hashMap(state BenchmarkState, bh Blackhole) : void renamed to public hashMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Rename Method public cedarsoftMap(state BenchmarkState, bh Blackhole) : void renamed to public cedarsoftMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type state : BenchmarkState to state : MapsBenchmarkState in method public camelMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Change Parameter Type state : BenchmarkState to state : MapsBenchmarkState in method public cedarsoftMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Change Parameter Type state : BenchmarkState to state : MapsBenchmarkState in method public hashMapSimpleCase(state MapsBenchmarkState, bh Blackhole) : void in class org.apache.camel.itest.jmh.CaseInsensitiveMapTest | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.itest.jmh.CaseInsensitiveMapTest.BenchmarkState renamed to org.apache.camel.itest.jmh.CaseInsensitiveMapTest.MapsBenchmarkState | From | To |