d392cdd64862088ada3cf9db12809550c09600e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package compareIndexedPropertyValue(key1 CompositeGenericKey, key2 CompositeGenericKey) : int from class org.neo4j.kernel.impl.index.schema.GenericValueCreatorUtil to package compareIndexedPropertyValue(key1 KEY, key2 KEY) : int from class org.neo4j.kernel.impl.index.schema.ValueCreatorUtil | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type key1 : CompositeGenericKey to key1 : KEY in method package compareIndexedPropertyValue(key1 KEY, key2 KEY) : int in class org.neo4j.kernel.impl.index.schema.ValueCreatorUtil | From | To | |
Change Parameter Type key2 : CompositeGenericKey to key2 : KEY in method package compareIndexedPropertyValue(key1 KEY, key2 KEY) : int in class org.neo4j.kernel.impl.index.schema.ValueCreatorUtil | From | To |