922353a86aa173a4ed7cb03b43567f4a473dae8e
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public from(from int) : Pager renamed to public min(min int) : Pager in class org.rapidoid.gui.Pager | From | To | |
| Rename Method public from() : int renamed to public min() : int in class org.rapidoid.gui.Pager | From | To | |
| Rename Method public bounded(min int, value int, max int) : int renamed to public bounds(min int, value int, max int) : int in class org.rapidoid.u.U | From | To | |
| Rename Method public to(to int) : Pager renamed to public max(max int) : Pager in class org.rapidoid.gui.Pager | From | To | |
| Rename Method public to() : int renamed to public max() : int in class org.rapidoid.gui.Pager | From | To | |
| Change Return Type | 5 | ||
| Change Return Type Tag to ATag in method protected next() : ATag in class org.rapidoid.gui.Pager | From | To | |
| Change Return Type Tag to ATag in method protected first() : ATag in class org.rapidoid.gui.Pager | From | To | |
| Change Return Type Tag to ATag in method protected prev() : ATag in class org.rapidoid.gui.Pager | From | To | |
| Change Return Type Tag to ATag in method protected current() : ATag in class org.rapidoid.gui.Pager | From | To | |
| Change Return Type Tag to ATag in method protected last() : ATag in class org.rapidoid.gui.Pager | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute from : int to min : int in class org.rapidoid.gui.Pager | From | To | |
| Rename Attribute to : int to max : int in class org.rapidoid.gui.Pager | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter to : int to max : int in method public max(max int) : Pager in class org.rapidoid.gui.Pager | From | To | |
| Rename Parameter from : int to min : int in method public min(min int) : Pager in class org.rapidoid.gui.Pager | From | To |