def547acc8218f56f082fbe276d8d26b4617afaa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method private formatDate(date Date) : String from class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser to public format(date Date) : String from class org.glyptodon.guacamole.form.DateField | From | To | |
Move And Rename Method private formatTime(time Time) : String from class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser to public format(time Date) : String from class org.glyptodon.guacamole.form.TimeField | From | To | |
Move And Rename Method private parseTimeZone(timeZone String) : String from class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser to public parse(timeZone String) : String from class org.glyptodon.guacamole.form.TimeZoneField | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type time : Time to time : Date in method public format(time Date) : String in class org.glyptodon.guacamole.form.TimeField | From | To | |
Extract Variable | 1 | ||
Extract Variable parsedDate : Date in method private parseTime(timeString String) : Time from class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public parse(dateString String) : Date extracted from private parseDate(dateString String) : Date in class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser & moved to class org.glyptodon.guacamole.form.DateField | From | To | |
Extract And Move Method public parse(timeString String) : Date extracted from private parseTime(timeString String) : Time in class org.glyptodon.guacamole.auth.jdbc.user.ModeledUser & moved to class org.glyptodon.guacamole.form.TimeField | From | To |