34f38cbef8f556b91568b2a6c817a8ad58a7ae4e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public write(value String) : void renamed to public append(value String) : void in class org.neo4j.values.utils.PrettyPrinter.ValueWriter | From | To | |
| Rename Method public write(value String) : void renamed to public append(value String) : void in class org.neo4j.values.utils.PrettyPrinter.PointWriter | From | To | |
| Rename Method public write(value String) : void renamed to public append(value String) : void in class org.neo4j.values.utils.PrettyPrinter.Writer | From | To | |
| Rename Method public write(value String) : void renamed to public append(value String) : void in class org.neo4j.values.utils.PrettyPrinter.ListWriter | From | To | |
| Rename Method public write(value String) : void renamed to public append(value String) : void in class org.neo4j.values.utils.PrettyPrinter.MapWriter | From | To | |
| Push Down Method | 1 | ||
| Push Down Method public quote(in String) : String from class org.neo4j.values.utils.PrettyPrinter.Writer to public quote(in String) : String from class org.neo4j.values.utils.PrettyPrinter.BaseWriter | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method public done() : String from class org.neo4j.values.utils.PrettyPrinter.ValueWriter to public done() : String from class org.neo4j.values.utils.PrettyPrinter.BaseWriter | From | To | |
| Pull Up Attribute | 3 | ||
| Pull Up Attribute private builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.ValueWriter to protected builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.BaseWriter | From | To | |
| Pull Up Attribute private builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.ListWriter to protected builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.BaseWriter | From | To | |
| Pull Up Attribute private builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.MapWriter to protected builder : StringBuilder from class org.neo4j.values.utils.PrettyPrinter.BaseWriter | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.values.utils.PrettyPrinter.BaseWriter from classes [org.neo4j.values.utils.PrettyPrinter.ValueWriter, org.neo4j.values.utils.PrettyPrinter.MapWriter, org.neo4j.values.utils.PrettyPrinter.ListWriter, org.neo4j.values.utils.PrettyPrinter.PointWriter] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute i : int to index : int in class org.neo4j.values.utils.PrettyPrinter.PointWriter | From | To |