|
Change Parameter Type clazz : Class<? extends BlobStoreConfig> to clazz : Class<? extends BlobStoreInfo> in method public getFromClass(clazz Class<? extends BlobStoreInfo>) : BlobStoreType<?> in class org.geoserver.gwc.web.blob.BlobStoreTypes |
From |
To |
|
Change Parameter Type table : GeoServerTablePanel<BlobStoreConfig> to table : GeoServerTablePanel<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel<BlobStoreInfo>) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Parameter Type configModel : IModel<S3BlobStoreConfig> to configModel : IModel<S3BlobStoreInfo> in method public S3BlobStorePanel(id String, configModel IModel<S3BlobStoreInfo>) in class org.geoserver.gwc.web.blob.S3BlobStorePanel |
From |
To |
|
Change Parameter Type originalStore : BlobStoreConfig to originalStore : BlobStoreInfo in method public BlobStorePage(originalStore BlobStoreInfo) in class org.geoserver.gwc.web.blob.BlobStorePage |
From |
To |
|
Change Parameter Type layers : Iterable<GeoServerTileLayer> to layers : Iterable<TileLayer> in method private testGetLayers(layers Iterable<TileLayer>) : void in class org.geoserver.gwc.layer.CatalogConfigurationTest |
From |
To |
|
Change Parameter Type originalStore : BlobStoreConfig to originalStore : BlobStoreInfo in method protected save(originalStore BlobStoreInfo, blobStore BlobStoreInfo, assignedLayers List<String>) : void in class org.geoserver.gwc.web.blob.BlobStorePage |
From |
To |
|
Change Parameter Type model : IModel<S3BlobStoreConfig> to model : IModel<S3BlobStoreInfo> in method public createPanel(id String, model IModel<S3BlobStoreInfo>) : Panel in class org.geoserver.gwc.web.blob.S3BlobStoreType |
From |
To |
|
Change Parameter Type model : IModel<FileBlobStoreConfig> to model : IModel<FileBlobStoreInfo> in method public createPanel(id String, model IModel<FileBlobStoreInfo>) : Panel in class org.geoserver.gwc.web.blob.FileBlobStoreType |
From |
To |
|
Change Parameter Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method protected save(originalStore BlobStoreInfo, blobStore BlobStoreInfo, assignedLayers List<String>) : void in class org.geoserver.gwc.web.blob.BlobStorePage |
From |
To |
|
Change Parameter Type configModel : IModel<FileBlobStoreConfig> to configModel : IModel<FileBlobStoreInfo> in method public FileBlobStorePanel(id String, configModel IModel<FileBlobStoreInfo>) in class org.geoserver.gwc.web.blob.FileBlobStorePanel |
From |
To |
|
Change Return Type BlobStoreConfig to BlobStoreInfo in method public dummyStore1() : BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Return Type Comparator<BlobStoreConfig> to Comparator<BlobStoreInfo> in method protected getComparator(sort SortParam<?>) : Comparator<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresProvider |
From |
To |
|
Change Return Type List<BlobStoreConfig> to List<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Return Type Map<Class<? extends BlobStoreConfig>,BlobStoreType<?>> to Map<Class<? extends BlobStoreInfo>,BlobStoreType<?>> in method private getTypes() : Map<Class<? extends BlobStoreInfo>,BlobStoreType<?>> in class org.geoserver.gwc.web.blob.BlobStoreTypes |
From |
To |
|
Change Return Type BlobStoreConfig to BlobStoreInfo in method public dummyStore1() : BlobStoreInfo in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Return Type Class<S3BlobStoreConfig> to Class<S3BlobStoreInfo> in method public getConfigClass() : Class<S3BlobStoreInfo> in class org.geoserver.gwc.web.blob.S3BlobStoreType |
From |
To |
|
Change Return Type BlobStoreConfig to BlobStoreInfo in method public dummyStore2() : BlobStoreInfo in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Return Type List<BlobStoreConfig> to List<BlobStoreInfo> in method protected getItems() : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresProvider |
From |
To |
|
Change Return Type List<org.geoserver.web.wicket.GeoServerDataProvider.Property<BlobStoreConfig>> to List<org.geoserver.web.wicket.GeoServerDataProvider.Property<BlobStoreInfo>> in method protected getProperties() : List<org.geoserver.web.wicket.GeoServerDataProvider.Property<BlobStoreInfo>> in class org.geoserver.gwc.web.blob.BlobStoresProvider |
From |
To |
|
Change Return Type List<BlobStoreConfig> to List<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel<BlobStoreInfo>) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Return Type List<GeoServerTileLayer> to List<TileLayer> in method public getTileLayers() : List<TileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration |
From |
To |
|
Change Return Type Class<FileBlobStoreConfig> to Class<FileBlobStoreInfo> in method public getConfigClass() : Class<FileBlobStoreInfo> in class org.geoserver.gwc.web.blob.FileBlobStoreType |
From |
To |
|
Change Return Type GeoServerTileLayer to Optional<TileLayer> in method public getLayer(layerName String) : Optional<TileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration |
From |
To |
|
Change Return Type FileBlobStoreConfig to FileBlobStoreInfo in method public newConfigObject() : FileBlobStoreInfo in class org.geoserver.gwc.web.blob.FileBlobStoreType |
From |
To |
|
Change Return Type S3BlobStoreConfig to S3BlobStoreInfo in method public newConfigObject() : S3BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoreType |
From |
To |
|
Change Return Type Collection<GeoServerTileLayer> to Collection<TileLayer> in method public getLayers() : Collection<TileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration |
From |
To |
|
Change Return Type BlobStoreConfig to BlobStoreInfo in method public dummyStore2() : BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type blobStores : List<BlobStoreConfig> to blobStores : List<BlobStoreInfo> in method public testNew() : void in class org.geoserver.gwc.web.blob.S3BlobStorePageTest |
From |
To |
|
Change Variable Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method public onSubmit(target AjaxRequestTarget, form Form<?>) : void in class org.geoserver.gwc.web.blob.BlobStorePage.BlobStorePage.add |
From |
To |
|
Change Variable Type config : BlobStoreConfig to config : BlobStoreInfo in method public testNew() : void in class org.geoserver.gwc.web.blob.S3BlobStorePageTest |
From |
To |
|
Change Variable Type config : FileBlobStoreConfig to config : FileBlobStoreInfo in method public newConfigObject() : FileBlobStoreInfo in class org.geoserver.gwc.web.blob.FileBlobStoreType |
From |
To |
|
Change Variable Type configurations : List<BlobStoreConfig> to configurations : List<BlobStoreInfo> in method private findStore(storeId String) : MbtilesConfiguration in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest |
From |
To |
|
Change Variable Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method protected getComponentForProperty(id String, itemModel IModel<BlobStoreInfo>, property Property<BlobStoreInfo>) : Component in class org.geoserver.gwc.web.blob.BlobStoresPage.BlobStoresPage.add |
From |
To |
|
Change Variable Type table : GeoServerTablePanel<BlobStoreConfig> to table : GeoServerTablePanel<BlobStoreInfo> in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method public BlobStorePage(originalStore BlobStoreInfo) in class org.geoserver.gwc.web.blob.BlobStorePage |
From |
To |
|
Change Variable Type dummy1 : BlobStoreConfig to dummy1 : BlobStoreInfo in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type config : BlobStoreConfig to config : BlobStoreInfo in method public testModify() : void in class org.geoserver.gwc.web.blob.BlobStorePageTest |
From |
To |
|
Change Variable Type fconfig : FileBlobStoreConfig to fconfig : FileBlobStoreInfo in method public testModify() : void in class org.geoserver.gwc.web.blob.BlobStorePageTest |
From |
To |
|
Change Variable Type config : S3BlobStoreConfig to config : S3BlobStoreInfo in method public newConfigObject() : S3BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoreType |
From |
To |
|
Change Variable Type config : BlobStoreConfig to config : BlobStoreInfo in method public testModify() : void in class org.geoserver.gwc.web.blob.S3BlobStorePageTest |
From |
To |
|
Change Variable Type candidateConfiguration : BlobStoreConfig to candidateConfiguration : BlobStoreInfo in method private findStore(storeId String) : MbtilesConfiguration in class org.geoserver.gwc.web.blob.MbtilesBlobStorePageTest |
From |
To |
|
Change Variable Type it : Iterator<BlobStoreConfig> to it : Iterator<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel<BlobStoreInfo>) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method private getBlobStoreIds() : List<String> in class org.geoserver.gwc.web.layer.GeoServerTileLayerEditor |
From |
To |
|
Change Variable Type table : GeoServerTablePanel<BlobStoreConfig> to table : GeoServerTablePanel<BlobStoreInfo> in method public testDelete() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type config : FileBlobStoreConfig to config : FileBlobStoreInfo in method public dummyStore1() : BlobStoreInfo in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type blobStore : BlobStoreConfig to blobStore : BlobStoreInfo in method private isBlobStoreEnabled(blobStoreId String) : boolean in class org.geoserver.gwc.web.layer.GeoServerTileLayerEditor |
From |
To |
|
Change Variable Type blobStores : List<BlobStoreConfig> to blobStores : List<BlobStoreInfo> in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type dummy2 : BlobStoreConfig to dummy2 : BlobStoreInfo in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type defaultBlobStore : BlobStoreConfig to defaultBlobStore : BlobStoreInfo in method private getDefaultBlobStoreId() : String in class org.geoserver.gwc.web.layer.GeoServerTileLayerEditor |
From |
To |
|
Change Variable Type sconfig : S3BlobStoreConfig to sconfig : S3BlobStoreInfo in method public testModify() : void in class org.geoserver.gwc.web.blob.S3BlobStorePageTest |
From |
To |
|
Change Variable Type blobStores : List<BlobStoreConfig> to blobStores : List<BlobStoreInfo> in method public testNew() : void in class org.geoserver.gwc.web.blob.BlobStorePageTest |
From |
To |
|
Change Variable Type config : FileBlobStoreConfig to config : FileBlobStoreInfo in method public dummyStore1() : BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type layers : Iterable<GeoServerTileLayer> to layers : Iterable<TileLayer> in method public getTileLayers() : List<TileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration |
From |
To |
|
Change Variable Type defaultStore : BlobStoreConfig to defaultStore : BlobStoreInfo in method protected save(originalStore BlobStoreInfo, blobStore BlobStoreInfo, assignedLayers List<String>) : void in class org.geoserver.gwc.web.blob.BlobStorePage |
From |
To |
|
Change Variable Type otherBlobStore : BlobStoreConfig to otherBlobStore : BlobStoreInfo in method public validate(form Form<?>) : void in class org.geoserver.gwc.web.blob.BlobStorePage.BlobStorePage.add |
From |
To |
|
Change Variable Type layers : Iterable<GeoServerTileLayer> to layers : Iterable<TileLayer> in method public testDeprecatedGetTileLayers() : void in class org.geoserver.gwc.layer.CatalogConfigurationTest |
From |
To |
|
Change Variable Type layer : GeoServerTileLayer to layer : TileLayer in method private testGetLayers(layers Iterable<TileLayer>) : void in class org.geoserver.gwc.layer.CatalogConfigurationTest |
From |
To |
|
Change Variable Type dummy1 : BlobStoreConfig to dummy1 : BlobStoreInfo in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type layers : Iterable<GeoServerTileLayer> to layers : Iterable<TileLayer> in method public testGetLayers() : void in class org.geoserver.gwc.layer.CatalogConfigurationTest |
From |
To |
|
Change Variable Type dummy2 : BlobStoreConfig to dummy2 : BlobStoreInfo in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type result : List<BlobStoreConfig> to result : List<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type config : BlobStoreConfig to config : BlobStoreInfo in method public testNew() : void in class org.geoserver.gwc.web.blob.BlobStorePageTest |
From |
To |
|
Change Variable Type config : BlobStoreConfig to config : BlobStoreInfo in method public onClick(target AjaxRequestTarget) : void in class org.geoserver.gwc.web.blob.BlobStoresPage.BlobStoresPage.add |
From |
To |
|
Change Variable Type dummy1 : BlobStoreConfig to dummy1 : BlobStoreInfo in method public testDelete() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type dummy1 : BlobStoreConfig to dummy1 : BlobStoreInfo in method public testDelete() : void in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type blobStores : List<BlobStoreConfig> to blobStores : List<BlobStoreInfo> in method public testBlobStores() : void in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type config : S3BlobStoreConfig to config : S3BlobStoreInfo in method public dummyStore2() : BlobStoreInfo in class org.geoserver.gwc.web.blob.S3BlobStoresPageTest |
From |
To |
|
Change Variable Type config : FileBlobStoreConfig to config : FileBlobStoreInfo in method public dummyStore2() : BlobStoreInfo in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |
|
Change Variable Type result : List<BlobStoreConfig> to result : List<BlobStoreInfo> in method public getStoresFromTable(table GeoServerTablePanel<BlobStoreInfo>) : List<BlobStoreInfo> in class org.geoserver.gwc.web.blob.BlobStoresPageTest |
From |
To |