Equality on Statuses is not well defined. Instead, do comparison based on their Code with #getCode. The description and cause of the Status are unlikely to be stable, and additional fields may be added to Status in the future.
(Object obj)
| 656 | * additional fields may be added to Status in the future. |
| 657 | */ |
| 658 | @Override |
| 659 | public boolean equals(Object obj) { |
| 660 | return super.equals(obj); |
| 661 | } |
| 662 | |
| 663 | /** |
| 664 | * Hash codes on Statuses are not well defined. |
nothing calls this directly
no outgoing calls
no test coverage detected