()
| 94 | } |
| 95 | |
| 96 | protected MoreObjects.ToStringHelper toStringHelper() { |
| 97 | return MoreObjects.toStringHelper(this.getClass()) |
| 98 | .add("name_", name_) |
| 99 | .add("type_", type_) |
| 100 | .add("comment_", comment_) |
| 101 | .add("stats", stats_) |
| 102 | .add("position_", position_); |
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public String toString() { |
no test coverage detected