Skip to content

Commit

Permalink
#473 - Qulice warning and todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
vzurauskas committed Jun 11, 2020
1 parent 89453f2 commit 06ba06d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/org/jpeek/graph/XmlGraph.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
/**
* Graph implementation built on skeleton.
* @since 0.30.9
* @todo #473:30min Find a way to eliminate this
* ClassDataAbstractionCouplingCheck. The class probably needs to be split
* into smaller ones, perhaps extracting the maps into separate objects
* (extending MapEnvelopes), or maybe the list itself.
* @checkstyle ClassDataAbstractionCouplingCheck (500 lines)
*/
public final class XmlGraph implements Graph {

Expand Down

0 comments on commit 06ba06d

Please sign in to comment.