(String string, int value)
| 12 | private int value; |
| 13 | |
| 14 | public Abc(String string, int value) { |
| 15 | this.string = string; |
| 16 | this.value = value; |
| 17 | } |
| 18 | |
| 19 | @Override |
| 20 | public boolean equals(Object object) { |
nothing calls this directly
no outgoing calls
no test coverage detected