70877ca4a4e868289ab1f72b2f74516ee02998de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private tell(msg UserVerificationResponseMessage) : void renamed to private tellFailure(errorCode UserVerifierErrorCode, reason String) : void in class org.kaaproject.kaa.server.operations.service.akka.actors.core.ApplicationUserVerifierActorMessageProcessor.DefaultVerifierCallback | From | To | |
| Rename Method public checkUserAttach() : void renamed to public checkUserAttachWithCustomVerifier() : void in class org.kaaproject.kaa.client.event.registration.DefaultEndpointRegistrationManagerTest | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [endpointActor : ActorRef, requestId : UUID] to message : UserVerificationRequestMessage in method public DefaultVerifierCallback(message UserVerificationRequestMessage) in class org.kaaproject.kaa.server.operations.service.akka.actors.core.ApplicationUserVerifierActorMessageProcessor.DefaultVerifierCallback | From | To | |
| Extract Variable | 1 | ||
| Extract Variable holder : SyncResponseHolder in method private registerEndpoint() : EndpointProfileDto from class org.kaaproject.kaa.server.operations.service.OperationsServiceIT | From | To | |
| Extract Method | 2 | ||
| Extract Method private registerEndpoint() : EndpointProfileDto extracted from public basicRegistrationTest() : void in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT | From | To | |
| Extract Method private registerEndpoint() : EndpointProfileDto extracted from public basicUserAttachTest() : void in class org.kaaproject.kaa.server.operations.service.OperationsServiceIT | From | To |