f241d25ed44b5eb80676a745e4709793790e5715
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable indexNameId : byte to indexName : String in method private commitContext(command IndexCommand) : CommitContext in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Map<Byte,CommitContext> to Map<String,CommitContext> in method private commitContextMap(entityType byte) : Map<String,CommitContext> in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type contextMap : Map<Byte,CommitContext> to contextMap : Map<String,CommitContext> in method private commitContext(command IndexCommand) : CommitContext in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To | |
| Change Variable Type indexNameId : byte to indexName : String in method private commitContext(command IndexCommand) : CommitContext in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type relationshipContexts : Map<Byte,CommitContext> to relationshipContexts : Map<String,CommitContext> in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To | |
| Change Attribute Type nodeContexts : Map<Byte,CommitContext> to nodeContexts : Map<String,CommitContext> in class org.neo4j.index.impl.lucene.LuceneCommandApplier | From | To |