50fbde2f7f5261580a9291f1c12b2fe757d49caf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testStandardJoinUnsupportedLocalFilter() : void renamed to public testStandardJoinLocalFilterNot() : void in class org.geoserver.wfs.v2_0.GetFeatureJoinTest | From | To | |
Rename Method public testThreeWayJoin() : void renamed to public testThreeWayJoinWithAliases() : void in class org.geoserver.wfs.JoinExtractingVisitorTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type names : PropertyName[] to filterPrefixes : Set<String> in method private getPropertyNameTypeIndexes(filterPrefixes Set<String>) : Set<Integer> in class org.geoserver.wfs.JoinExtractingVisitor | From | To | |
Rename Variable | 2 | ||
Rename Variable result : Set<Integer> to nameTypes : Set<Integer> in method private getPropertyNameTypeIndexes(filterPrefixes Set<String>) : Set<Integer> in class org.geoserver.wfs.JoinExtractingVisitor | From | To | |
Rename Variable names : PropertyName[] to filterPrefixes : Set<String> in method private getPrimaryFeatureTypeIndex(filters List<Filter>) : int in class org.geoserver.wfs.JoinExtractingVisitor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type names : PropertyName[] to filterPrefixes : Set<String> in method private getPrimaryFeatureTypeIndex(filters List<Filter>) : int in class org.geoserver.wfs.JoinExtractingVisitor | From | To | |
Extract Method | 1 | ||
Extract Method private testThreeWayJoin(visitor JoinExtractingVisitor, f Filter) : void extracted from public testThreeWayJoin() : void in class org.geoserver.wfs.JoinExtractingVisitorTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter names : PropertyName[] to filterPrefixes : Set<String> in method private getPropertyNameTypeIndexes(filterPrefixes Set<String>) : Set<Integer> in class org.geoserver.wfs.JoinExtractingVisitor | From | To |