Skip to content

Commit

Permalink
#445 - Expanded the todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzurauskas committed May 1, 2020
1 parent dbe1522 commit 578a153
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/jpeek/graph/XmlGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
* @todo #445:30min Continue the work started with extracting XmlMethodCall,
* XmlMethodArgs and XmlMethodSignature, and extract more code from this class
* pertaining to serializing XML to string. The objective is to have tested
* classes and to remove the checkstyle suppression below.
* classes and to remove the checkstyle suppression below. Finally consider
* extracting the whole 'build' method body into a separate class extending
* ListEnvelope.
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
public final class XmlGraph implements Graph {
Expand Down

0 comments on commit 578a153

Please sign in to comment.