165dd0d0c28df5e56f03326df6a19a24cab0677c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable profile : U to profiles : LinkedHashMap<String,UserProfile> in method private retrieveAll(readFromSession boolean) : LinkedHashMap<String,UserProfile> in class org.pac4j.core.profile.ProfileManager | From | To | |
| Change Return Type | 1 | ||
| Change Return Type U to Optional<UserProfile> in method public get(readFromSession boolean) : Optional<UserProfile> in class org.pac4j.core.profile.ProfileManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute USER_PROFILE : String to USER_PROFILES : String in class org.pac4j.core.context.Pac4jConstants | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type profile : U to profiles : LinkedHashMap<String,UserProfile> in method private retrieveAll(readFromSession boolean) : LinkedHashMap<String,UserProfile> in class org.pac4j.core.profile.ProfileManager | From | To | |
| Extract Method | 1 | ||
| Extract Method private retrieveAll(readFromSession boolean) : LinkedHashMap<String,UserProfile> extracted from public get(readFromSession boolean) : U in class org.pac4j.core.profile.ProfileManager | From | To |