| Summary: | Array Index out of Bound -1 out of 3 (women not found) | ||
|---|---|---|---|
| Product: | Group 13 Dating App System (vibing.com) | Reporter: | Phudis Dawieang <pdawieang2-c> |
| Component: | Stable Matching | Assignee: | Varun <avbalaji2-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | --- | ||
| Version: | 1 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Deadline: | 2020-11-12 | ||
|
Description
Phudis Dawieang
2020-12-07 04:14:49 HKT
ArrayList.IndexOf() built-in function in Java will find the object that has the same reference, however the user we create are not at the same reference point as the one in ArrayList. The bug is fixed by comparing only the name instead of the whole object |