324681d5b2fab4b58d269f9cb5d5ff71cec8389f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getUnmuteUsers() : Boolean renamed to public getAllowModsToUnmuteUsers() : Boolean in class org.bigbluebutton.api.ParamsProcessorUtil | From | To | |
Rename Method public setUnmuteUsers(value Boolean) : void renamed to public setAllowModsToUnmuteUsers(value Boolean) : void in class org.bigbluebutton.api.domain.Meeting | From | To | |
Rename Method public getUnmuteUsers() : Boolean renamed to public getAllowModsToUnmuteUsers() : Boolean in class org.bigbluebutton.api.domain.Meeting | From | To | |
Rename Method public setUnmuteUsers(value Boolean) : void renamed to public setAllowModsToUnmuteUsers(value Boolean) : void in class org.bigbluebutton.api.ParamsProcessorUtil | From | To | |
Rename Variable | 1 | ||
Rename Variable unmuteUsers : Boolean to allowModsToUnmuteUsers : Boolean in method public processCreateParams(params Map<String,String>) : Meeting in class org.bigbluebutton.api.ParamsProcessorUtil | From | To | |
Rename Attribute | 3 | ||
Rename Attribute unmuteUsers : Boolean to allowModsToUnmuteUsers : Boolean in class org.bigbluebutton.api.domain.Meeting | From | To | |
Rename Attribute UNMUTE_USERS : String to ALLOW_MODS_TO_UNMUTE_USERS : String in class org.bigbluebutton.api.ApiParams | From | To | |
Rename Attribute defaultUnmuteUsers : boolean to defaultAllowModsToUnmuteUsers : boolean in class org.bigbluebutton.api.ParamsProcessorUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter unmuteUsers : Boolean to allowModsToUnmuteUsers : Boolean in method public createMeeting(meetingID String, externalMeetingID String, parentMeetingID String, meetingName String, recorded Boolean, voiceBridge String, duration Integer, autoStartRecording Boolean, allowStartStopRecording Boolean, webcamsOnlyForModerator Boolean, moderatorPass String, viewerPass String, createTime Long, createDate String, isBreakout Boolean, sequence Integer, freejoin Boolean, metadata Map<String,String>, guestPolicy String, welcomeMsgTemplate String, welcomeMsg String, modOnlyMessage String, dialNumber String, maxUsers Integer, maxInactivityTimeoutMinutes Integer, warnMinutesBeforeMax Integer, meetingExpireIfNoUserJoinedInMinutes Integer, meetingExpireWhenLastUserLeftInMinutes Integer, userInactivityInspectTimerInMinutes Integer, userInactivityThresholdInMinutes Integer, userActivitySignResponseDelayInMinutes Integer, muteOnStart Boolean, allowModsToUnmuteUsers Boolean, keepEvents Boolean) : void in class org.bigbluebutton.api2.IBbbWebApiGWApp | From | To |