a995979ce53c293665943ecdcbc07f7fa3f31d34
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setAttributes(attributes Map<String,Object>) : void renamed to public setProperties(properties Map<String,Object>) : void in class org.bigbluebutton.api.domain.Extension | From | To | |
Rename Method public getAttributes() : Map<String,Object> renamed to public getProperties() : Map<String,Object> in class org.bigbluebutton.api.domain.Extension | From | To | |
Rename Attribute | 1 | ||
Rename Attribute attributes : Map<String,Object> to properties : Map<String,Object> in class org.bigbluebutton.api.domain.Extension | From | To | |
Rename Parameter | 2 | ||
Rename Parameter attributes : Map<String,Object> to properties : Map<String,Object> in method public setProperties(properties Map<String,Object>) : void in class org.bigbluebutton.api.domain.Extension | From | To | |
Rename Parameter attributes : Map<String,Object> to properties : Map<String,Object> in method public Extension(type String, properties Map<String,Object>) in class org.bigbluebutton.api.domain.Extension | From | To |