|
|
|
|
|
by chaosite
1016 days ago
|
|
That's a quirk of the language, sure, but it's barely an issue, and definitely not a worse issue. Don't get many wrong, Java has many issues, but this barely qualifies. You don't compare non-primitives (which boxed integers are) with == in Java, you use the equals method. |
|