a2f89f2bf9d64a82c9acb8875ddd6afeef2b151e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public getUserIdentity(userName String) : UserIdentity from class org.eclipse.jetty.security.PropertyUserStore to public getUserIdentity(userName String) : UserIdentity from class org.eclipse.jetty.security.UserStore | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute protected _identityService : IdentityService from class org.eclipse.jetty.security.PropertyUserStore to private _identityService : IdentityService from class org.eclipse.jetty.security.UserStore | From | To | |
| Pull Up Attribute protected _knownUserIdentities : Map<String,UserIdentity> from class org.eclipse.jetty.security.PropertyUserStore to private _knownUserIdentities : Map<String,UserIdentity> from class org.eclipse.jetty.security.UserStore | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.eclipse.jetty.security.UserStore from classes [org.eclipse.jetty.security.PropertyUserStore] | From | To |