573ff6e94ace69452d06b8506345ce727a8424a7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable property : Property to value : Object in method public hashCode() : int in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.MapDuplicateCheckStrategy.PropertyValues | From | To | |
Change Return Type | 1 | ||
Change Return Type EntrySet to BucketEntry in method private bucketEntrySet(hashCode int, entrySetSize int) : BucketEntry in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy.EntrySet renamed to org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy.BucketEntry | From | To | |
Rename Attribute | 2 | ||
Rename Attribute entrySetSize : int to bucketSetSize : int in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Rename Attribute actualValues : EntrySet[] to buckets : BucketEntry[] in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Change Variable Type | 4 | ||
Change Variable Type current : EntrySet to current : BucketEntry in method public checkForDuplicate(properties Property[], values Object[], nodeId long) : void in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Change Variable Type current : EntrySet to current : BucketEntry in method package checkForDuplicate(property Property, propertyValue Object, nodeId long) : void in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Change Variable Type current : EntrySet to current : BucketEntry in method private bucketEntrySet(hashCode int, entrySetSize int) : BucketEntry in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Change Variable Type property : Property to value : Object in method public hashCode() : int in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.MapDuplicateCheckStrategy.PropertyValues | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type actualValues : EntrySet[] to buckets : BucketEntry[] in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy | From | To | |
Change Attribute Type next : EntrySet to next : BucketEntry in class org.neo4j.kernel.api.impl.schema.verification.DuplicateCheckStrategy.BucketsDuplicateCheckStrategy.BucketEntry | From | To | |
Rename Parameter | 1 | ||
Rename Parameter propertyValue : Object... to propertyValues : Object... in method public IndexEntryConflictException(existingNodeId long, addedNodeId long, propertyValues Object...) in class org.neo4j.kernel.api.exceptions.index.IndexEntryConflictException | From | To |