4cba8e22a4dc83876a23ab58bc0869d8de25bae0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getPrimitiveNames(primitiveType PrimitiveType) : Set<String> renamed to public getPrimitives(primitiveType PrimitiveType) : Collection<PrimitiveInfo> in class io.atomix.core.PrimitivesService | From | To | |
Rename Method public getPrimitiveNames(primitiveType PrimitiveType) : Set<String> renamed to public getPrimitives(primitiveType PrimitiveType) : Collection<PrimitiveInfo> in class io.atomix.core.Atomix | From | To | |
Change Return Type | 4 | ||
Change Return Type PartitionGroup to PartitionGroup<P> in method public getDefaultPartitionGroup() : PartitionGroup<P> in class io.atomix.primitive.partition.PartitionService | From | To | |
Change Return Type Set<String> to Collection<PrimitiveInfo> in method public getPrimitives(primitiveType PrimitiveType) : Collection<PrimitiveInfo> in class io.atomix.core.Atomix | From | To | |
Change Return Type PartitionGroup to PartitionGroup<P> in method public getPartitionGroup(type PrimitiveProtocol.Type) : PartitionGroup<P> in class io.atomix.primitive.partition.PartitionService | From | To | |
Change Return Type Set<String> to Collection<PrimitiveInfo> in method public getPrimitives(primitiveType PrimitiveType) : Collection<PrimitiveInfo> in class io.atomix.core.PrimitivesService | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute protected SYSTEM_GROUP_NAME : String renamed to public SYSTEM_GROUP : String and moved from class io.atomix.core.Atomix to class io.atomix.primitive.partition.PartitionService | From | To |