jpeek
jpeek copied to clipboard
Split XmlGraph.java class
Split XmlGraph.java class into several classes Logic of splitting:
- Extract the Map creation into a separate class.
- Extract the logic for building the list of nodes into another class.
- Simplification of the XmlGraph class to use these helper classes.
@yegor256 Could you please check this pr?