2970e970b66c7af8462c9053032a40e40b420b1f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type pairs : List<Pair> to pairs : List<Pair<Integer>> in method public isRaw(index int, pairs List<Pair<Integer>>) : boolean in class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Move Method | 4 | ||
Move Method private isRaw(index int, pairs List<Pair>) : boolean from class org.apache.camel.reifier.ToDynamicReifier to public isRaw(index int, pairs List<Pair<Integer>>) : boolean from class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Move Method private isRaw(index int, pairs List<Pair>) : boolean from class org.apache.camel.util.UnsafeUriCharactersEncoder to public isRaw(index int, pairs List<Pair<Integer>>) : boolean from class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Move Method private addParameter(name String, value String, map Map<String,Object>, isRaw boolean) : void from class org.apache.camel.util.URISupport to private addParameter(answer Map<String,Object>, isRaw boolean) : void from class org.apache.camel.util.URIScanner | From | To | |
Move Method private isRaw(index int, pairs List<Pair>) : boolean from class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder to public isRaw(index int, pairs List<Pair<Integer>>) : boolean from class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Rename Variable | 2 | ||
Rename Variable uri : String to uri1 : String in method public testSanitizeUriWithRawPassword() : void in class org.apache.camel.util.URISupportTest | From | To | |
Rename Variable uri : String to uri1 : String in method public testSanitizeUriRawUnsafePassword() : void in class org.apache.camel.util.URISupportTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type rawPairs : List<Pair> to rawPairs : List<Pair<Integer>> in method public encode(s String, unsafeCharacters BitSet, checkRaw boolean) : String in class org.apache.camel.runtimecatalog.impl.UnsafeUriCharactersEncoder | From | To | |
Change Variable Type rawPairs : List<Pair> to rawPairs : List<Pair<Integer>> in method public encode(s String, unsafeCharacters BitSet, checkRaw boolean) : String in class org.apache.camel.util.UnsafeUriCharactersEncoder | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type RAW_TOKEN_END : String to RAW_TOKEN_END : char[] in class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Change Attribute Type RAW_TOKEN_START : String to RAW_TOKEN_START : char[] in class org.apache.camel.util.URISupport | From | To | |
Change Attribute Type RAW_TOKEN_START : String to RAW_TOKEN_START : char[] in class org.apache.camel.runtimecatalog.impl.URISupport | From | To | |
Change Attribute Type RAW_TOKEN_END : String to RAW_TOKEN_END : char[] in class org.apache.camel.util.URISupport | From | To | |
Rename Parameter | 1 | ||
Rename Parameter map : Map<String,Object> to answer : Map<String,Object> in method private addParameter(answer Map<String,Object>, isRaw boolean) : void in class org.apache.camel.util.URIScanner | From | To |