3036a9740ba4c75ebf31692d410ed14ec9189981
Files Diff
- Added: 3
- Removed: 6
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private processNewCaptionLineMessage(msg NewCaptionLineMessage) : void renamed to private processEditCaptionHistoryMessage(msg EditCaptionHistoryMessage) : void in class org.bigbluebutton.red5.client.CaptionClientMessageSender | From | To | |
| Rename Method public newCaptionLine(msg Map<String,Object>) : void renamed to public editCaptionHistory(msg Map<String,Object>) : void in class org.bigbluebutton.red5.service.CaptionService | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type msg : NewCaptionLineMessage to msg : EditCaptionHistoryMessage in method private processEditCaptionHistoryMessage(msg EditCaptionHistoryMessage) : void in class org.bigbluebutton.red5.client.CaptionClientMessageSender | From | To | |
| Change Parameter Type captionHistory : Map<String,ArrayList<String>> to captionHistory : Map<String,String> in method public SendCaptionHistoryReplyMessage(meetingID String, requesterID String, captionHistory Map<String,String>) in class org.bigbluebutton.common.messages.SendCaptionHistoryReplyMessage | From | To | |
| Rename Variable | 4 | ||
| Rename Variable lines : ArrayList<String> to localeHistory : String in method public extractCaptionHistory(history JsonObject) : Map<String,String> in class org.bigbluebutton.common.messages.Util | From | To | |
| Rename Variable startTime : int to startIndex : int in method public editCaptionHistory(msg Map<String,Object>) : void in class org.bigbluebutton.red5.service.CaptionService | From | To | |
| Rename Variable lineNumber : int to endIndex : int in method public editCaptionHistory(msg Map<String,Object>) : void in class org.bigbluebutton.red5.service.CaptionService | From | To | |
| Rename Variable ncl : NewCaptionLineMessage to ech : EditCaptionHistoryMessage in method public handleCaptionMessage(message String) : void in class org.bigbluebutton.red5.client.CaptionClientMessageSender | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Map<String,ArrayList<String>> to Map<String,String> in method public extractCaptionHistory(history JsonObject) : Map<String,String> in class org.bigbluebutton.common.messages.Util | From | To | |
| Change Return Type CurrentCaptionLineMessage to EditCaptionHistoryMessage in method public fromJson(message String) : EditCaptionHistoryMessage in class org.bigbluebutton.common.messages.EditCaptionHistoryMessage | From | To | |
| Rename Class | 1 | ||
| Rename Class org.bigbluebutton.common.messages.CurrentCaptionLineMessage renamed to org.bigbluebutton.common.messages.EditCaptionHistoryMessage | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute START_TIME : String to START_INDEX : String in class org.bigbluebutton.common.messages.Constants | From | To | |
| Rename Attribute CURRENT_CAPTION_LINE : String to EDIT_CAPTION_HISTORY : String in class org.bigbluebutton.common.messages.EditCaptionHistoryMessage | From | To | |
| Rename Attribute LINE_NUMBER : String to END_INDEX : String in class org.bigbluebutton.common.messages.Constants | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type captionHistory : Map<String,ArrayList<String>> to captionHistory : Map<String,String> in method public fromJson(message String) : SendCaptionHistoryReplyMessage in class org.bigbluebutton.common.messages.SendCaptionHistoryReplyMessage | From | To | |
| Change Variable Type ncl : NewCaptionLineMessage to ech : EditCaptionHistoryMessage in method public handleCaptionMessage(message String) : void in class org.bigbluebutton.red5.client.CaptionClientMessageSender | From | To | |
| Change Variable Type msg : NewCaptionLineMessage to msg : EditCaptionHistoryMessage in method public handleMessage(pattern String, channel String, message String) : void in class org.bigbluebutton.core.pubsub.receivers.CaptionMessageReceiver | From | To | |
| Change Variable Type lines : ArrayList<String> to localeHistory : String in method public extractCaptionHistory(history JsonObject) : Map<String,String> in class org.bigbluebutton.common.messages.Util | From | To | |
| Change Variable Type collection : Map<String,ArrayList<String>> to collection : Map<String,String> in method public extractCaptionHistory(history JsonObject) : Map<String,String> in class org.bigbluebutton.common.messages.Util | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type captionHistory : Map<String,ArrayList<String>> to captionHistory : Map<String,String> in class org.bigbluebutton.common.messages.SendCaptionHistoryReplyMessage | From | To |