50b7d5f3faf14709ecb9c741719440bd840c9d74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type configurationModel : IModel<MbtilesConfiguration> to configurationModel : IModel<MbtilesInfo> in method public MbtilesBlobStorePanel(id String, configurationModel IModel<MbtilesInfo>) in class org.geoserver.gwc.web.blob.MbtilesBlobStorePanel | From | To | |
Change Parameter Type model : IModel<MbtilesConfiguration> to model : IModel<MbtilesInfo> in method public createPanel(id String, model IModel<MbtilesInfo>) : Panel in class org.geoserver.gwc.web.blob.MbtilesBlobStoreType | From | To | |
Rename Variable | 2 | ||
Rename Variable xmlConfig : BlobStoreConfiguration to agg : BlobStoreAggregator in method public getDefaultBlobStore() : BlobStoreInfo in class org.geoserver.gwc.GWC | From | To | |
Rename Variable compositeBlobStore : CompositeBlobStore to agg : BlobStoreAggregator in method package setBlobStores(stores List<BlobStoreInfo>) : void in class org.geoserver.gwc.GWC | From | To | |
Change Return Type | 3 | ||
Change Return Type MbtilesConfiguration to MbtilesInfo in method private findStore(storeId String) : MbtilesInfo in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest | From | To | |
Change Return Type MbtilesConfiguration to MbtilesInfo in method public newConfigObject() : MbtilesInfo in class org.geoserver.gwc.web.blob.MbtilesBlobStoreType | From | To | |
Change Return Type Class<MbtilesConfiguration> to Class<MbtilesInfo> in method public getConfigClass() : Class<MbtilesInfo> in class org.geoserver.gwc.web.blob.MbtilesBlobStoreType | From | To | |
Change Variable Type | 6 | ||
Change Variable Type configuration : MbtilesConfiguration to configuration : MbtilesInfo in method public newConfigObject() : MbtilesInfo in class org.geoserver.gwc.web.blob.MbtilesBlobStoreType | From | To | |
Change Variable Type configuration : MbtilesConfiguration to configuration : MbtilesInfo in method public testModifyingAnExistingStore() : void in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest | From | To | |
Change Variable Type compositeBlobStore : CompositeBlobStore to agg : BlobStoreAggregator in method package setBlobStores(stores List<BlobStoreInfo>) : void in class org.geoserver.gwc.GWC | From | To | |
Change Variable Type originalConfiguration : MbtilesConfiguration to originalConfiguration : MbtilesInfo in method public testModifyingAnExistingStore() : void in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest | From | To | |
Change Variable Type xmlConfig : BlobStoreConfiguration to agg : BlobStoreAggregator in method public getDefaultBlobStore() : BlobStoreInfo in class org.geoserver.gwc.GWC | From | To | |
Change Variable Type configuration : MbtilesConfiguration to configuration : MbtilesInfo in method public testCreatingNewBlobStore() : void in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter config : BlobStoreInfo to info : BlobStoreInfo in method public addBlobStore(info BlobStoreInfo) : void in class org.geoserver.gwc.GWC | From | To |