You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Transaction.equals method checks for equality between two Transaction objects. Currently, many fields from the two transactions are checked, but there is a large number of fields (mostly app call transaction ones) which are NOT currently being checked.
Scope
The Transaction.equals method should check equality by checking all possible transaction fields.
Consider also an automated test which can somehow verify that each transaction field is checked by the equals method.
The text was updated successfully, but these errors were encountered:
Problem
The
Transaction.equals
method checks for equality between twoTransaction
objects. Currently, many fields from the two transactions are checked, but there is a large number of fields (mostly app call transaction ones) which are NOT currently being checked.Scope
The
Transaction.equals
method should check equality by checking all possible transaction fields.Consider also an automated test which can somehow verify that each transaction field is checked by the
equals
method.The text was updated successfully, but these errors were encountered: