c6d98aa304e159e8744f4a2186b675d78d3370aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getActive() : Object renamed to public getUser() : String in class com.hubspot.mesos.json.MesosFrameworkObject | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type startTime : long to startTime : double in method public MesosMasterStateObject(version String, gitSha String, gitTag String, buildDate String, buildTime long, buildUser String, startTime double, electedTime double, id String, pid String, hostname String, activatedSlaves int, deactivatedSlaves int, cluster String, leader String, logDir String, flags Map<String,String>, slaves List<MesosMasterSlaveObject>, frameworks List<MesosFrameworkObject>) in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Parameter Type active : Object to active : boolean in method public MesosFrameworkObject(name String, id String, pid String, hostname String, webuiUrl String, user String, role String, registeredTime long, unregisteredTime long, reregisteredTime long, active boolean, checkpoint boolean, resources MesosResourcesObject, usedResources MesosResourcesObject, offeredResources MesosResourcesObject, tasks List<MesosTaskObject>) in class com.hubspot.mesos.json.MesosFrameworkObject | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to String in method public getUser() : String in class com.hubspot.mesos.json.MesosFrameworkObject | From | To | |
Change Return Type long to double in method public getStartTime() : double in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Rename Attribute | 4 | ||
Rename Attribute failedTasks : int to buildDate : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Rename Attribute startedTasks : int to electedTime : double in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Rename Attribute stagedTasks : int to gitSha : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Rename Attribute killedTasks : int to gitTag : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type killedTasks : int to gitTag : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Attribute Type failedTasks : int to buildDate : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Attribute Type active : Object to active : boolean in class com.hubspot.mesos.json.MesosFrameworkObject | From | To | |
Change Attribute Type startedTasks : int to electedTime : double in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Attribute Type stagedTasks : int to gitSha : String in class com.hubspot.mesos.json.MesosMasterStateObject | From | To | |
Change Attribute Type startTime : long to startTime : double in class com.hubspot.mesos.json.MesosMasterStateObject | From | To |