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