fb326befd15aef961793720537fc27a603ead451
Files Diff
- Added: 14
- Removed: 14
- Renamed: 0
- Modified: 3
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From io.atomix.catalyst:catalyst-netty 1.0.0-SNAPSHOT To 1.0.0-rc4 | |
From io.atomix.catalyst:catalyst-local 1.0.0-SNAPSHOT To 1.0.0-rc4 | |
From io.atomix.copycat:copycat-server 1.0.0-SNAPSHOT To 1.0.0-beta4 | |
From io.atomix.copycat:copycat-client 1.0.0-SNAPSHOT To 1.0.0-beta4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 9 | ||
Change Parameter Type commit : Commit<AtomicValueCommands.Get> to commit : Commit<ValueCommands.Get> in method public get(commit Commit<ValueCommands.Get>) : Object in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commit : Commit<AtomicValueCommands.CompareAndSet> to commit : Commit<ValueCommands.CompareAndSet> in method public compareAndSet(commit Commit<ValueCommands.CompareAndSet>) : boolean in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commit : Commit<AtomicValueCommands.Listen> to commit : Commit<ValueCommands.Listen> in method public listen(commit Commit<ValueCommands.Listen>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commit : Commit<AtomicValueCommands.Set> to commit : Commit<ValueCommands.Set> in method public set(commit Commit<ValueCommands.Set>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commit : Commit<? extends AtomicValueCommands.ValueCommand> to commit : Commit<? extends ValueCommands.ValueCommand> in method private setCurrent(commit Commit<? extends ValueCommands.ValueCommand>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commit : Commit<AtomicValueCommands.Unlisten> to commit : Commit<ValueCommands.Unlisten> in method public unlisten(commit Commit<ValueCommands.Unlisten>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Parameter Type commandFunction : Function<DistributedAtomicLong,CompletableFuture<Long>> to commandFunction : Function<DistributedLong,CompletableFuture<Long>> in method private atomic(commandFunction Function<DistributedLong,CompletableFuture<Long>>, resultFunction Function<Long,Long>) : Consumer<DistributedLong> in class io.atomix.atomic.DistributedLongTest | From | To | |
Change Parameter Type consumer : Consumer<DistributedAtomicLong> to consumer : Consumer<DistributedLong> in method private testAtomic(servers int, consumer Consumer<DistributedLong>) : void in class io.atomix.atomic.DistributedLongTest | From | To | |
Change Parameter Type commit : Commit<AtomicValueCommands.GetAndSet> to commit : Commit<ValueCommands.GetAndSet> in method public getAndSet(commit Commit<ValueCommands.GetAndSet>) : Object in class io.atomix.primitives.state.ValueState | From | To | |
Change Return Type | 3 | ||
Change Return Type DistributedAtomicLong to DistributedLong in method public with(consistency Consistency) : DistributedLong in class io.atomix.primitives.DistributedLong | From | To | |
Change Return Type Consumer<DistributedAtomicLong> to Consumer<DistributedLong> in method private atomic(commandFunction Function<DistributedLong,CompletableFuture<Long>>, resultFunction Function<Long,Long>) : Consumer<DistributedLong> in class io.atomix.atomic.DistributedLongTest | From | To | |
Change Return Type DistributedAtomicValue<T> to DistributedValue<T> in method public with(consistency Consistency) : DistributedValue<T> in class io.atomix.primitives.DistributedValue | From | To | |
Rename Class | 3 | ||
Rename Class io.atomix.atomic.AbstractAtomicTest renamed to io.atomix.atomic.AbstractPrimitiveTest | From | To | |
Rename Class io.atomix.atomic.DistributedAtomicLongTest renamed to io.atomix.atomic.DistributedLongTest | From | To | |
Rename Class io.atomix.atomic.DistributedAtomicValueTest renamed to io.atomix.atomic.DistributedValueTest | From | To | |
Move And Rename Class | 4 | ||
Move And Rename Class io.atomix.atomic.DistributedAtomicValue moved and renamed to io.atomix.primitives.DistributedValue | From | To | |
Move And Rename Class io.atomix.atomic.state.AtomicValueState moved and renamed to io.atomix.primitives.state.ValueState | From | To | |
Move And Rename Class io.atomix.atomic.DistributedAtomicLong moved and renamed to io.atomix.primitives.DistributedLong | From | To | |
Move And Rename Class io.atomix.atomic.state.AtomicValueCommands moved and renamed to io.atomix.primitives.state.ValueCommands | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.atomix.primitives.AbstractPrimitiveTest from classes [io.atomix.atomic.DistributedLongTest, io.atomix.atomic.DistributedValueTest] | From | To | |
Change Variable Type | 4 | ||
Change Variable Type listener : Commit<AtomicValueCommands.Listen> to listener : Commit<ValueCommands.Listen> in method public listen(commit Commit<ValueCommands.Listen>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Variable Type listener : Commit<AtomicValueCommands.Listen> to listener : Commit<ValueCommands.Listen> in method public unlisten(commit Commit<ValueCommands.Unlisten>) : void in class io.atomix.primitives.state.ValueState | From | To | |
Change Variable Type atomic : DistributedAtomicValue<String> to atomic : DistributedValue<String> in method public testAtomicSetGet() : void in class io.atomix.atomic.DistributedValueTest | From | To | |
Change Variable Type atomic : DistributedAtomicLong to atomic : DistributedLong in method private testAtomic(servers int, consumer Consumer<DistributedLong>) : void in class io.atomix.atomic.DistributedLongTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type current : Commit<? extends AtomicValueCommands.ValueCommand> to current : Commit<? extends ValueCommands.ValueCommand> in class io.atomix.primitives.state.ValueState | From | To | |
Change Attribute Type listeners : Map<Session,Commit<AtomicValueCommands.Listen>> to listeners : Map<Session,Commit<ValueCommands.Listen>> in class io.atomix.primitives.state.ValueState | From | To |