27ebdf7acde0e2c3ad183503d0588ca91e63d729
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 35
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| com.data-artisans:flakka-actor_2.10:2.3-custom | |
| com.data-artisans:flakka-camel_2.10:2.3-custom | |
| com.data-artisans:flakka-slf4j_2.10:2.3-custom | |
| com.data-artisans:flakka-testkit_2.10:2.3-custom | |
| com.data-artisans:flakka-remote_2.10:2.3-custom | |
| Removed | |
| com.typesafe.akka:akka-slf4j_2.10:2.3.7 | |
| com.typesafe.akka:akka-testkit_2.10:2.3.7 | |
| com.typesafe.akka:akka-camel_2.10:2.3.7 | |
| com.typesafe.akka:akka-actor_2.10:2.3.7 | |
| com.typesafe.akka:akka-remote_2.10:2.3.7 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable localAddress : InetAddress to localBindAddress : InetAddress in method public testStartupWhenTaskmanagerActorPortIsUsed() : void in class org.apache.flink.runtime.taskmanager.TaskManagerStartupTest | From | To | |
| Rename Variable wrongInetSocketAddress : InetSocketAddress to wrongHostPort : String in method public testConnectingAddressRetrievalWithDelayedLeaderElection() : void in class org.apache.flink.runtime.leaderelection.ZooKeeperLeaderRetrievalTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type wrongInetSocketAddress : InetSocketAddress to wrongHostPort : String in method public testConnectingAddressRetrievalWithDelayedLeaderElection() : void in class org.apache.flink.runtime.leaderelection.ZooKeeperLeaderRetrievalTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private getIPv6UrlRepresentation(addressBytes byte[]) : String extracted from private getIPv6UrlRepresentation(address Inet6Address) : String in class org.apache.flink.util.NetUtils | From | To | |
| Extract Method public createLeaderRetrievalService(configuration Configuration, resolveInitialHostName boolean) : LeaderRetrievalService extracted from public createLeaderRetrievalService(configuration Configuration) : LeaderRetrievalService in class org.apache.flink.runtime.util.LeaderRetrievalUtils | From | To |