605ea21fb5f6088da2b22d703966d7bd9f1d440e
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public dispose(writerAlso boolean) : void renamed to package disposeSearcher() : void in class org.neo4j.index.impl.lucene.IndexReference | From | To | |
Rename Method public setup() : void renamed to public setUp() : void in class org.neo4j.index.impl.lucene.LuceneDataSourceTest | From | To | |
Push Down Method | 3 | ||
Push Down Method package checkAndClearStale() : boolean from class org.neo4j.index.impl.lucene.IndexReference to public checkAndClearStale() : boolean from class org.neo4j.index.impl.lucene.ReadOnlyIndexReference | From | To | |
Push Down Method public getWriter() : IndexWriter from class org.neo4j.index.impl.lucene.IndexReference to public getWriter() : IndexWriter from class org.neo4j.index.impl.lucene.ReadOnlyIndexReference | From | To | |
Push Down Method public setStale() : void from class org.neo4j.index.impl.lucene.IndexReference to public setStale() : void from class org.neo4j.index.impl.lucene.ReadOnlyIndexReference | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private refreshSearcher(searcher IndexReference) : IndexReference from class org.neo4j.index.impl.lucene.LuceneDataSource to package refresh(indexReference IndexReference) : IndexReference from class org.neo4j.index.impl.lucene.WritableIndexReferenceFactory | From | To | |
Extract Subclass | 2 | ||
Extract Subclass org.neo4j.index.impl.lucene.ReadOnlyIndexReference from class org.neo4j.index.impl.lucene.IndexReference | From | To | |
Extract Subclass org.neo4j.index.impl.lucene.WritableIndexReference from class org.neo4j.index.impl.lucene.IndexReference | From | To | |
Move Method | 2 | ||
Move Method private newIndexSearcher(identifier IndexIdentifier, reader IndexReader) : IndexSearcher from class org.neo4j.index.impl.lucene.LuceneDataSource to package newIndexSearcher(identifier IndexIdentifier, reader IndexReader) : IndexSearcher from class org.neo4j.index.impl.lucene.IndexReferenceFactory | From | To | |
Move Method private newIndexWriter(identifier IndexIdentifier) : IndexWriter from class org.neo4j.index.impl.lucene.LuceneDataSource to private newIndexWriter(identifier IndexIdentifier) : IndexWriter from class org.neo4j.index.impl.lucene.WritableIndexReferenceFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable searcher : IndexReference to indexReference : IndexReference in method package syncGetIndexSearcher(identifier IndexIdentifier) : IndexReference in class org.neo4j.index.impl.lucene.LuceneDataSource | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private writer : IndexWriter from class org.neo4j.index.impl.lucene.IndexReference to private writer : IndexWriter from class org.neo4j.index.impl.lucene.WritableIndexReference | From | To | |
Push Down Attribute private writerIsClosed : boolean from class org.neo4j.index.impl.lucene.IndexReference to private writerIsClosed : boolean from class org.neo4j.index.impl.lucene.WritableIndexReference | From | To | |
Push Down Attribute private stale : AtomicBoolean from class org.neo4j.index.impl.lucene.IndexReference to private stale : AtomicBoolean from class org.neo4j.index.impl.lucene.WritableIndexReference | From | To | |
Extract Class | 2 | ||
Extract Class org.neo4j.index.impl.lucene.WritableIndexReferenceFactory from class org.neo4j.index.impl.lucene.LuceneDataSource | From | To | |
Extract Class org.neo4j.index.impl.lucene.IndexReferenceFactory from class org.neo4j.index.impl.lucene.LuceneDataSource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter searcher : IndexReference to indexReference : IndexReference in method package refresh(indexReference IndexReference) : IndexReference in class org.neo4j.index.impl.lucene.WritableIndexReferenceFactory | From | To |