831be2b2c23d622332d244d72991e78560e6ef17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in method private ChallengeSender(currentMethod Node<AuthenticationMechanism>, exchange HttpServerExchange) in class io.undertow.security.impl.SecurityContextImpl.ChallengeSender | From | To | |
Change Parameter Type mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in method private AuthAttempter(currentMethod Node<AuthenticationMechanism>, exchange HttpServerExchange) in class io.undertow.security.impl.SecurityContextImpl.AuthAttempter | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in class io.undertow.security.impl.SecurityContextImpl.ChallengeSender | From | To | |
Rename Attribute mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in class io.undertow.security.impl.SecurityContextImpl.AuthAttempter | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in class io.undertow.security.impl.SecurityContextImpl.AuthAttempter | From | To | |
Change Attribute Type mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in class io.undertow.security.impl.SecurityContextImpl.ChallengeSender | From | To | |
Change Attribute Type authMechanisms : List<AuthenticationMechanism> to authMechanisms : Node<AuthenticationMechanism> in class io.undertow.security.impl.SecurityContextImpl | From | To | |
Change Attribute Type notificationReceivers : List<NotificationReceiver> to notificationReceivers : Node<NotificationReceiver> in class io.undertow.security.impl.SecurityContextImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in method private ChallengeSender(currentMethod Node<AuthenticationMechanism>, exchange HttpServerExchange) in class io.undertow.security.impl.SecurityContextImpl.ChallengeSender | From | To | |
Rename Parameter mechanismIterator : Iterator<AuthenticationMechanism> to currentMethod : Node<AuthenticationMechanism> in method private AuthAttempter(currentMethod Node<AuthenticationMechanism>, exchange HttpServerExchange) in class io.undertow.security.impl.SecurityContextImpl.AuthAttempter | From | To |