bd352928e510bf18f228fc053c4cd73b943b9f69
Files Diff
- Added: 90
- Removed: 66
- Renamed: 0
- Modified: 63
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public createCypherSnippetFromPreformattedQuery(formattedQuery String) : String renamed to private cypherSnippet(formattedQuery String, lang String) : String in class org.neo4j.visualization.asciidoc.AsciidocHelper | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type result : Result to result : ExtendedExecutionResult in method public Result(query String, result ExtendedExecutionResult, database GraphDatabaseService) in class org.neo4j.doc.cypherdoc.Result | From | To | |
| Change Parameter Type engine : QueryExecutionEngine to engine : DocsExecutionEngine in method package State(engine DocsExecutionEngine, database GraphDatabaseService, sqlConnection Connection, parentDirectory File, url String) in class org.neo4j.doc.cypherdoc.State | From | To | |
| Move Method | 2 | ||
| Move Method private printColumn(builder StringBuilder, value String) : void from class org.neo4j.examples.CypherSql to private printColumn(builder StringBuilder, value String) : void from class org.neo4j.doc.cypherdoc.BlockType | From | To | |
| Move Method package executeSql(sql String) : String from class org.neo4j.examples.CypherSql to private executeSql(sql String, sqldb Connection) : String from class org.neo4j.doc.cypherdoc.BlockType | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type engine : QueryExecutionEngine to engine : DocsExecutionEngine in method public should_replace_filenames_in_queries() : void in class org.neo4j.doc.cypherdoc.BlockTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable iterator : ResourceIterator in method public should_replace_filenames_in_queries() : void from class org.neo4j.doc.cypherdoc.BlockTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type engine : QueryExecutionEngine to engine : DocsExecutionEngine in class org.neo4j.doc.cypherdoc.State | From | To |