Closed
Bug 1831569
Opened 2 years ago
Closed 2 years ago
Use the original value instead
Categories
(Invalid Bugs :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hanaaymanyehia, Unassigned, Mentored)
Details
Attachments
(2 files)
No description provided.
in line 1189 :-
return - (s0 == null ? Float.valueOf(0) : s0).compareTo(s1 == null ? Float.valueOf(0) : s1);
Summary: return - (s0 == null ? Float.valueOf(0) : s0).compareTo(s1 == null ? Float.valueOf(0) : s1); the bug reported ->( Use the original value instead) → Use the original value instead
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Component: Preferences: Backend → General
Product: Core → Invalid Bugs
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•