3a7bccaf91782ac87b395506781abc0e048903d6
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type propertyMap : VersionedHashMap<Integer,Value> to propertyMap : Map<Integer,Value> in method private getPropertyOrNull(propertyMap Map<Integer,Value>, propertyKeyId int) : PropertyKeyValue in class org.neo4j.kernel.impl.api.state.PropertyContainerStateImpl | From | To | |
Change Parameter Type propertyMap : VersionedHashMap<Integer,Value> to propertyMap : Map<Integer,Value> in method private toPropertyIterator(propertyMap Map<Integer,Value>) : Iterator<StorageProperty> in class org.neo4j.kernel.impl.api.state.PropertyContainerStateImpl | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type changedProperties : VersionedHashMap<Integer,Value> to changedProperties : Map<Integer,Value> in class org.neo4j.kernel.impl.api.state.PropertyContainerStateImpl | From | To | |
Change Attribute Type addedProperties : VersionedHashMap<Integer,Value> to addedProperties : Map<Integer,Value> in class org.neo4j.kernel.impl.api.state.PropertyContainerStateImpl | From | To |