e32f161fc023d1ee153c49df312ae10b06941465
Files Diff
- Added: 8
- Removed: 10
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type tasks : List<Task> to tasks : List<AnalystClusterRequest> in method public markTasksDelivered(tasks List<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Job | From | To | |
Change Parameter Type taskBodies : Collection<String> to tasks : Collection<AnalystClusterRequest> in method public enqueueTasks(queuePath QueuePath, tasks Collection<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Broker | From | To | |
Rename Variable | 4 | ||
Rename Variable requests : Map<Integer,AnalystClusterRequest> to tasks : List<AnalystClusterRequest> in method public run() : void in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Rename Variable taskBody : String to task : AnalystClusterRequest in method public enqueueTasks(queuePath QueuePath, tasks Collection<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Broker | From | To | |
Rename Variable taskBodies : List<String> to tasks : List<AnalystClusterRequest> in method public service(request Request, response Response) : void in class org.opentripplanner.analyst.broker.BrokerHttpHandler | From | To | |
Rename Variable taskId : int to task : AnalystClusterRequest in method public run() : void in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<Integer,AnalystClusterRequest> to List<AnalystClusterRequest> in method public getSomeWork() : List<AnalystClusterRequest> in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Move Class | 8 | ||
Move Class org.opentripplanner.analyst.qbroker.Broker moved to org.opentripplanner.analyst.broker.Broker | From | To | |
Move Class org.opentripplanner.analyst.qbroker.Job moved to org.opentripplanner.analyst.broker.Job | From | To | |
Move Class org.opentripplanner.analyst.qbroker.CircularList moved to org.opentripplanner.analyst.broker.CircularList | From | To | |
Move Class org.opentripplanner.analyst.qbroker.User moved to org.opentripplanner.analyst.broker.User | From | To | |
Move Class org.opentripplanner.analyst.qbroker.QueuePath moved to org.opentripplanner.analyst.broker.QueuePath | From | To | |
Move Class org.opentripplanner.analyst.qbroker.BrokerMain moved to org.opentripplanner.analyst.broker.BrokerMain | From | To | |
Move Class org.opentripplanner.analyst.qbroker.QueueType moved to org.opentripplanner.analyst.broker.QueueType | From | To | |
Move Class org.opentripplanner.analyst.qbroker.BrokerHttpHandler moved to org.opentripplanner.analyst.broker.BrokerHttpHandler | From | To | |
Change Variable Type | 6 | ||
Change Variable Type taskBodies : List<String> to tasks : List<AnalystClusterRequest> in method public service(request Request, response Response) : void in class org.opentripplanner.analyst.broker.BrokerHttpHandler | From | To | |
Change Variable Type tasks : List<Task> to tasks : List<AnalystClusterRequest> in method public deliver(job Job, response Response) : boolean in class org.opentripplanner.analyst.broker.Broker | From | To | |
Change Variable Type taskId : int to task : AnalystClusterRequest in method public run() : void in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Change Variable Type task : Task to task : AnalystClusterRequest in method public markTasksDelivered(tasks List<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Job | From | To | |
Change Variable Type taskBody : String to task : AnalystClusterRequest in method public enqueueTasks(queuePath QueuePath, tasks Collection<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Broker | From | To | |
Change Variable Type requests : Map<Integer,AnalystClusterRequest> to tasks : List<AnalystClusterRequest> in method public run() : void in class org.opentripplanner.analyst.cluster.AnalystWorker | From | To | |
Change Package | 1 | ||
Change Package org.opentripplanner.analyst.qbroker to org.opentripplanner.analyst.broker | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type visibleTasks : Queue<Task> to visibleTasks : Queue<AnalystClusterRequest> in class org.opentripplanner.analyst.broker.Job | From | To | |
Change Attribute Type invisibleTasks : TIntObjectMap<Task> to invisibleTasks : TIntObjectMap<AnalystClusterRequest> in class org.opentripplanner.analyst.broker.Job | From | To | |
Rename Parameter | 1 | ||
Rename Parameter taskBodies : Collection<String> to tasks : Collection<AnalystClusterRequest> in method public enqueueTasks(queuePath QueuePath, tasks Collection<AnalystClusterRequest>) : void in class org.opentripplanner.analyst.broker.Broker | From | To |