71f8ff085f7844b4d1e124b2c19b9080ad2cb31d
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type captionHistory : Map<String,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 | |
| Change Return Type | 1 | ||
| Change Return Type Map<String,String> to Map<String,String[]> in method public extractCaptionHistory(history JsonObject) : Map<String,String[]> in class org.bigbluebutton.common.messages.Util | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type collection : Map<String,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 Variable Type captionHistory : Map<String,String> to captionHistory : Map<String,String[]> in method public fromJson(message String) : SendCaptionHistoryReplyMessage in class org.bigbluebutton.common.messages.SendCaptionHistoryReplyMessage | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type captionHistory : Map<String,String> to captionHistory : Map<String,String[]> in class org.bigbluebutton.common.messages.SendCaptionHistoryReplyMessage | From | To |