682cdb4effbbee9eaafed95f1dccc17f9ed76551
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mappings : ImmutableMap<String,Servlet> to mappings : ImmutableMap<String,Object> in method private Configuration(mappings ImmutableMap<String,Object>, port Optional<Integer>) in class org.apache.james.http.jetty.Configuration | From | To | |
Change Return Type | 1 | ||
Change Return Type ImmutableMap<String,Servlet> to ImmutableMap<String,Object> in method public getMappings() : ImmutableMap<String,Object> in class org.apache.james.http.jetty.Configuration | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mappings : ImmutableMap.Builder<String,Servlet> to mappings : ImmutableMap.Builder<String,Object> in class org.apache.james.http.jetty.Configuration.Builder | From | To | |
Change Attribute Type mappings : ImmutableMap<String,Servlet> to mappings : ImmutableMap<String,Object> in class org.apache.james.http.jetty.Configuration | From | To |