782b764d34103e17e14a0cb102aa477ab430c893
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setup() : void renamed to public setUp() : void in class org.neo4j.index.impl.lucene.legacy.LuceneDataSourceTest | From | To | |
| Push Down Method | 3 | ||
| Push Down Method public setStale() : void from class org.neo4j.index.impl.lucene.legacy.IndexReference to public setStale() : void from class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReference | From | To | |
| Push Down Method package checkAndClearStale() : boolean from class org.neo4j.index.impl.lucene.legacy.IndexReference to public checkAndClearStale() : boolean from class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReference | From | To | |
| Push Down Method public getWriter() : IndexWriter from class org.neo4j.index.impl.lucene.legacy.IndexReference to public getWriter() : IndexWriter from class org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReference | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private refreshSearcher(searcher IndexReference) : IndexReference from class org.neo4j.index.impl.lucene.legacy.LuceneDataSource to package refresh(indexReference IndexReference) : IndexReference from class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceFactory | From | To | |
| Extract Subclass | 2 | ||
| Extract Subclass org.neo4j.index.impl.lucene.legacy.WritableIndexReference from class org.neo4j.index.impl.lucene.legacy.IndexReference | From | To | |
| Extract Subclass org.neo4j.index.impl.lucene.legacy.ReadOnlyIndexReference from class org.neo4j.index.impl.lucene.legacy.IndexReference | From | To | |
| Move Method | 2 | ||
| Move Method private newIndexWriter(identifier IndexIdentifier) : IndexWriter from class org.neo4j.index.impl.lucene.legacy.LuceneDataSource to private newIndexWriter(identifier IndexIdentifier) : IndexWriter from class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceFactory | From | To | |
| Move Method private newIndexSearcher(identifier IndexIdentifier, reader IndexReader) : IndexSearcher from class org.neo4j.index.impl.lucene.legacy.LuceneDataSource to package newIndexSearcher(identifier IndexIdentifier, reader IndexReader) : IndexSearcher from class org.neo4j.index.impl.lucene.legacy.IndexReferenceFactory | 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.legacy.LuceneDataSource | From | To | |
| Push Down Attribute | 3 | ||
| Push Down Attribute private writerIsClosed : boolean from class org.neo4j.index.impl.lucene.legacy.IndexReference to private writerIsClosed : boolean from class org.neo4j.index.impl.lucene.legacy.WritableIndexReference | From | To | |
| Push Down Attribute private writer : IndexWriter from class org.neo4j.index.impl.lucene.legacy.IndexReference to private writer : IndexWriter from class org.neo4j.index.impl.lucene.legacy.WritableIndexReference | From | To | |
| Push Down Attribute private stale : AtomicBoolean from class org.neo4j.index.impl.lucene.legacy.IndexReference to private stale : AtomicBoolean from class org.neo4j.index.impl.lucene.legacy.WritableIndexReference | From | To | |
| Extract Class | 2 | ||
| Extract Class org.neo4j.index.impl.lucene.legacy.WritableIndexReferenceFactory from class org.neo4j.index.impl.lucene.legacy.LuceneDataSource | From | To | |
| Extract Class org.neo4j.index.impl.lucene.legacy.IndexReferenceFactory from class org.neo4j.index.impl.lucene.legacy.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.legacy.WritableIndexReferenceFactory | From | To |