2f545f40be1fa87a6dce927ec7af16c8170aecc1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type configurations : Map<String,Configuration> to configurations : ImmutableMap<String,Configuration> in method public FakePropertiesProvider(configurations ImmutableMap<String,Configuration>) in class org.apache.james.modules.objectstorage.FakePropertiesProvider | From | To | |
Move Class | 1 | ||
Move Class org.apache.james.modules.objectstorage.PayloadCodecProviderTest.FakePropertiesProvider moved to org.apache.james.modules.objectstorage.FakePropertiesProvider | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type configurations : Map<String,Configuration> to configurations : ImmutableMap.Builder<String,Configuration> in class org.apache.james.modules.objectstorage.FakePropertiesProvider.FakePropertiesProviderBuilder | From | To | |
Change Attribute Type configurations : Map<String,Configuration> to configurations : ImmutableMap<String,Configuration> in class org.apache.james.modules.objectstorage.FakePropertiesProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter objectstorage : String to filename : String in method public register(filename String, configuration Configuration) : FakePropertiesProviderBuilder in class org.apache.james.modules.objectstorage.FakePropertiesProvider.FakePropertiesProviderBuilder | From | To |