1413d294907833b9b3f87a5fe0d3be19aca91b4b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testGetTwoProfilesFromSession() : void renamed to public testGetOneTwoProfilesFromSession() : void in class org.pac4j.core.profile.ProfileManagerTests | From | To | |
| Rename Method public isAuthenticated() : boolean renamed to public hasProfile() : boolean in class org.pac4j.core.profile.ProfileManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable profiles : LinkedHashMap<String,U> to allProfiles : LinkedHashMap<String,U> in method public get(readFromSession boolean) : Optional<U> in class org.pac4j.core.profile.ProfileManager | From | To |