73876d2437b6c2648a297414a41b20c987a5e4b0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mappings : Collection<String> to mappings : Collection<Mapping> in method private MappingsImpl(mappings Collection<Mapping>) in class org.apache.james.rrt.lib.MappingsImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type Mappings to MappingsImpl in method public fromCollection(mappings Collection<String>) : MappingsImpl in class org.apache.james.rrt.lib.MappingsImpl | From | To | |
Change Return Type Mappings to MappingsImpl in method public build() : MappingsImpl in class org.apache.james.rrt.lib.MappingsImpl.Builder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type updatedMappings : ArrayList<String> to updatedMappings : ArrayList<Mapping> in method public remove(mappingAsString String) : Mappings in class org.apache.james.rrt.lib.MappingsImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mappings : ImmutableList.Builder<String> to mappings : ImmutableList.Builder<Mapping> in class org.apache.james.rrt.lib.MappingsImpl.Builder | From | To | |
Change Attribute Type mappings : ImmutableList<String> to mappings : ImmutableList<Mapping> in class org.apache.james.rrt.lib.MappingsImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter mapping : String to mappingAsString : String in method public remove(mappingAsString String) : Mappings in class org.apache.james.rrt.lib.MappingsImpl | From | To |