|
Change Return Type Cache<V> to Storage<V> in method public put(key Object[], value V) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public createCache(cacheName String) : Storage<V> in class org.sonar.scanner.storage.Storages |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public clear(key Object) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public put(key Object, value V) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public clear(firstKey Object, secondKey Object, thirdKey Object) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method private doPut(value V) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public put(firstKey Object, secondKey Object, value V) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method private doClear() : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public put(firstKey Object, secondKey Object, thirdKey Object, value V) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type CachesManager to StoragesManager in method private createCacheOnTemp() : StoragesManager in class org.sonar.scanner.index.AbstractCachesTest |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public clear(firstKey Object, secondKey Object) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Return Type Cache<V> to Storage<V> in method public clear(key Object[]) : Storage<V> in class org.sonar.scanner.storage.Storage |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public three_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type subEntries : Cache.Entry[] to subEntries : Storage.Entry[] in method public two_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public empty_cache() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public one_part_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type allEntries : Cache.Entry[] to allEntries : Storage.Entry[] in method public three_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type c : Cache<String> to c : Storage<String> in method public leak_test() : void in class org.sonar.scanner.storage.StoragesTest |
From |
To |
|
Change Variable Type subEntries : Cache.Entry[] to subEntries : Storage.Entry[] in method public three_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public two_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public test_key_being_prefix_of_another_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type allEntries : Cache.Entry[] to allEntries : Storage.Entry[] in method public two_parts_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type cache : Cache<V> to cache : Storage<V> in method public createCache(cacheName String) : Storage<V> in class org.sonar.scanner.storage.Storages |
From |
To |
|
Change Variable Type cache : Cache<Element> to cache : Storage<Element> in method public should_create_cache() : void in class org.sonar.scanner.storage.StoragesTest |
From |
To |
|
Change Variable Type c : Cache<String> to c : Storage<String> in method public should_clean_resources() : void in class org.sonar.scanner.storage.StoragesTest |
From |
To |
|
Change Variable Type cache : Cache<String> to cache : Storage<String> in method public remove_versus_clear() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |
|
Change Variable Type entries : Cache.Entry[] to entries : Storage.Entry[] in method public one_part_key() : void in class org.sonar.scanner.storage.StorageTest |
From |
To |