b1a202dcc7db649a0139e29f5410096c8a72ffd1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public requiredProperties() : String[] renamed to public exclude() : Set<String> in class org.rapidoid.beany.PropertySelectorByName | From | To | |
Rename Method public requiredProperties() : String[] renamed to public exclude() : Set<String> in class org.rapidoid.beany.PropertySelector | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type properties : Object... to properties : String... in method public properties(properties String...) : List<Property> in class org.rapidoid.model.Items | From | To | |
Change Parameter Type properties : Object... to properties : String... in method public properties(properties String...) : List<Property> in class org.rapidoid.model.impl.ListItems | From | To | |
Change Parameter Type columns : Object... to columns : String... in method public columns(columns String...) : Grid in class org.rapidoid.gui.Grid | From | To | |
Change Return Type | 2 | ||
Change Return Type String[] to Set<String> in method public exclude() : Set<String> in class org.rapidoid.beany.PropertySelectorByName | From | To | |
Change Return Type String[] to Set<String> in method public exclude() : Set<String> in class org.rapidoid.beany.PropertySelector | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type columns : Object[] to columns : String[] in class org.rapidoid.gui.Grid | From | To |