2b11d30a45969aa126bdbc53d68f98ef1ff22987
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 2 | ||
Rename Class org.eclipse.jetty.security.SpnegoLoginService2 renamed to org.eclipse.jetty.security.ConfigurableSpnegoLoginService | From | To | |
Rename Class org.eclipse.jetty.security.authentication.SpnegoAuthenticator2 renamed to org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type loginService : SpnegoLoginService2 to loginService : ConfigurableSpnegoLoginService in method private startSPNEGO(scenario Scenario, handler Handler) : void in class org.eclipse.jetty.client.util.SPNEGOAuthenticationTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type authenticator : SpnegoAuthenticator2 to authenticator : ConfigurableSpnegoAuthenticator in class org.eclipse.jetty.client.util.SPNEGOAuthenticationTest | From | To |