adamsaghy commented on PR #5855: URL: https://github.com/apache/fineract/pull/5855#issuecomment-4488074275
> The build failure in fineract-progressive-loan is a pre-existing ReferenceEquality issue in AdvancedPaymentScheduleTransactionProcessor.java (lines 1267, 1358) that uses == instead of .equals() for LoanTransaction comparison. This is unrelated to my change — the errorprone check flags reference equality regardless of whether equals() is implemented. It fails because now there is a value equality method available and it tries to enforce it now :) You should fix these issues by modifying to use from now on the equals method -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
