7c8a2998a574f78fe722a7b079444cfdf508e7c1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Method | 1 | ||
| Extract Method private unsafeGetIndexWriter() : IndexWriter extracted from private getIndexWriter() : IndexWriter in class org.neo4j.kernel.api.impl.schema.writer.PartitionedIndexWriter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type partitions : List<AbstractIndexPartition> to partitions : CopyOnWriteArrayList<AbstractIndexPartition> in class org.neo4j.kernel.api.impl.index.AbstractLuceneIndex | From | To |