jpeek icon indicating copy to clipboard operation
jpeek copied to clipboard

Split XmlGraph.java class

Open nikzor opened this issue 1 year ago • 1 comments

Split XmlGraph.java class into several classes Logic of splitting:

  1. Extract the Map creation into a separate class.
  2. Extract the logic for building the list of nodes into another class.
  3. Simplification of the XmlGraph class to use these helper classes.

nikzor avatar May 19 '24 12:05 nikzor

@yegor256 Could you please check this pr?

nikzor avatar May 24 '24 16:05 nikzor