2820791ce3f416c21c77c300b8c2a7d516b122da
Files Diff
- Added: 22
- Removed: 6
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getCollectionId() : String renamed to public getName() : String in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Rename Method public contents(request ContentRequest) : ContentsDocument renamed to public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.WebFeatureService30 | From | To | |
Rename Method public contents(request ContentRequest) : ContentsDocument renamed to public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Rename Method public setCollectionId(collectionId String) : void renamed to public setName(name String) : void in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type request : ContentRequest to request : LandingPageRequest in method public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Change Parameter Type extent : double[] to extent : WFSExtents in method public setExtent(extent WFSExtents) : void in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Change Parameter Type request : ContentRequest to request : BaseRequest in method public CollectionsDocument(request BaseRequest, wfs WFSInfo, catalog Catalog) in class org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Change Parameter Type request : ContentRequest to request : LandingPageRequest in method public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.WebFeatureService30 | From | To | |
Rename Variable | 1 | ||
Rename Variable featureProducers : Collection to responses : Collection in method public getAvailableFormats(responseType Class) : List<String> in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Change Return Type | 4 | ||
Change Return Type Iterator<Collection> to Iterator<CollectionDocument> in method public getCollections() : Iterator<CollectionDocument> in class org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Change Return Type ContentsDocument to LandingPageDocument in method public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Change Return Type double[] to WFSExtents in method public getExtent() : WFSExtents in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Change Return Type ContentsDocument to LandingPageDocument in method public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.WebFeatureService30 | From | To | |
Rename Class | 3 | ||
Rename Class org.geoserver.wfs3.ContentRequest renamed to org.geoserver.wfs3.CollectionRequest | From | To | |
Rename Class org.geoserver.wfs3.kvp.ContentRequestKVPReader renamed to org.geoserver.wfs3.kvp.ConformanceRequestKVPReader | From | To | |
Rename Class org.geoserver.wfs3.response.ContentsDocumentResponse renamed to org.geoserver.wfs3.response.CollectionsDocumentResponse | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class org.geoserver.wfs3.ContentsDocument.Collection moved and renamed to org.geoserver.wfs3.response.CollectionDocument | From | To | |
Move And Rename Class org.geoserver.wfs3.ContentsDocument moved and renamed to org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Move Class | 2 | ||
Move Class org.geoserver.wfs3.ContentsDocument.Link moved to org.geoserver.wfs3.response.Link | From | To | |
Move Class org.geoserver.wfs3.APIDocument moved to org.geoserver.wfs3.response.APIDocument | From | To | |
Rename Attribute | 1 | ||
Rename Attribute collectionId : String to name : String in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Change Variable Type | 5 | ||
Change Variable Type result : Collection to result : CollectionDocument in method public next() : CollectionDocument in class org.geoserver.wfs3.response.CollectionsDocument.getCollections | From | To | |
Change Variable Type format : WFSGetFeatureOutputFormat to format : Response in method public getAvailableFormats(responseType Class) : List<String> in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Change Variable Type result : Collection to result : CollectionDocument in method public getCollections() : Iterator<CollectionDocument> in class org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Change Variable Type next : Collection to next : CollectionDocument in method public getCollections() : Iterator<CollectionDocument> in class org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Change Variable Type contents : ContentsDocument to contents : LandingPageDocument in method public landingPage(request LandingPageRequest) : LandingPageDocument in class org.geoserver.wfs3.DefaultWebFeatureService30 | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type extent : double[] to extent : WFSExtents in class org.geoserver.wfs3.response.CollectionDocument | From | To | |
Change Attribute Type request : ContentRequest to request : BaseRequest in class org.geoserver.wfs3.response.CollectionsDocument | From | To | |
Rename Parameter | 1 | ||
Rename Parameter collectionId : String to name : String in method public setName(name String) : void in class org.geoserver.wfs3.response.CollectionDocument | From | To |