ac8075fc5ee16482781d36466ced592f52a882ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type tokenNames : String[] to tokenNames : List<String> in method private IndexResult(description String, tokenNames List<String>, properties List<String>, state String, type String, provider Map<String,String>) in class org.neo4j.kernel.builtinprocs.BuiltInProcedures.IndexResult | From | To | |
| Rename Variable | 1 | ||
| Rename Variable providerDescriptionMap : Map<String,String> to pdm : Map<String,String> in method public listAllIndexes() : void in class org.neo4j.kernel.impl.api.integrationtest.BuiltInProceduresIT | From | To | |
| Extract Variable | 2 | ||
| Extract Variable description : String in method public listIndexes() : Stream<IndexResult> from class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To | |
| Extract Variable state : String in method public listIndexes() : Stream<IndexResult> from class org.neo4j.kernel.builtinprocs.BuiltInProcedures | From | To | |
| Extract Method | 1 | ||
| Extract Method private getIndexReference(label int, prop int) : IndexReference extracted from public setup() : void in class org.neo4j.kernel.builtinprocs.BuiltInProceduresTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tokenNames : String[] to tokenNames : List<String> in class org.neo4j.kernel.builtinprocs.BuiltInProcedures.IndexResult | From | To |