ab6db94d9a6521443a76c274d93fc04b84e712b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable dir : String in method private getAllDirectories(state String) : List<File> from class org.bigbluebutton.api.RecordingService | From | To | |
Extract Method | 2 | ||
Extract Method private getAllDirectories(state String) : List<File> extracted from public getRecordings(recordIDs List<String>, states List<String>) : List<Recording> in class org.bigbluebutton.api.RecordingService | From | To | |
Extract Method private getAllDirectories(states List<String>) : Map<String,List<File>> extracted from public getRecordings(recordIDs List<String>, states List<String>) : List<Recording> in class org.bigbluebutton.api.RecordingService | From | To | |
Rename Parameter | 2 | ||
Rename Parameter recordingId : String to id : String in method private getRecordingsForPath(id String, path String) : List<Recording> in class org.bigbluebutton.api.RecordingService | From | To | |
Rename Parameter meetingId : String to id : String in method private getRecordingsForPath(id String, recordings List<File>) : List<Recording> in class org.bigbluebutton.api.RecordingService | From | To |