f33e3815664549462640f41b035c8b2cc9cadfba
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public shutdown() : void renamed to public stop() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To | |
Rename Method public close() : void renamed to public saveConfiguration(txId long) : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltext | From | To | |
Rename Method public init() : void renamed to public start() : void in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method package matches(analyzerClassName String, properties Set<String>) : boolean moved from class org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration to class org.neo4j.kernel.api.impl.fulltext.FulltextProvider & inlined to private matchesConfiguration(index WritableFulltext) : boolean | From | To | |
Rename Variable | 1 | ||
Rename Variable config : FulltextIndexConfiguration to storedConfig : FulltextIndexConfiguration in method private matchesConfiguration(index WritableFulltext) : boolean in class org.neo4j.kernel.api.impl.fulltext.FulltextProvider | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.LoadableBloomFulltextConfig renamed to org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomFulltextConfig | From | To |