2a69aa3d8c911f155523735d4b4870d90441e5d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private getAttributeByType(name String, clazz Class<T>, attribute Object) : T extracted from public getAttribute(name String, clazz Class<T>) : T in class org.pac4j.core.profile.UserProfile | From | To | |
Extract Method private getImmutableAttributeMap(attributeMap Map<String,Object>) : Map<String,Object> extracted from public getAttributes() : Map<String,Object> in class org.pac4j.core.profile.UserProfile | From | To | |
Extract Method private addAttributeToMap(map Map<String,Object>, key String, value Object) : void extracted from public addAttribute(key String, value Object) : void in class org.pac4j.core.profile.UserProfile | From | To |