Closed
Bug 1346390
Opened 8 years ago
Closed 8 years ago
[findbugs] Boxing/unboxing to parse a primitive org.mozilla.gecko.fxa.authenticator.AndroidFxAccount.getDeviceRegistrationTimestamp()
Categories
(Firefox for Android Graveyard :: Firefox Accounts, defect)
Firefox for Android Graveyard
Firefox Accounts
Tracking
(firefox53 fixed, firefox54 fixed, firefox55 fixed)
RESOLVED
FIXED
Firefox 55
People
(Reporter: Grisha, Assigned: Grisha)
References
Details
Attachments
(2 files)
59 bytes,
text/x-review-board-request
|
nalexander
:
review+
|
Details |
1.68 KB,
patch
|
lizzard
:
approval-mozilla-aurora+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
A follow-up for Bug 1329793.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → gkruglov
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8846113 [details]
Bug 1346390 - Use Long.parseLong instead of Long.valueOf for efficiency
https://reviewboard.mozilla.org/r/119196/#review121168
Attachment #8846113 -
Flags: review?(nalexander) → review+
Pushed by gkruglov@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/378722287469
Use Long.parseLong instead of Long.valueOf for efficiency r=nalexander
Comment 5•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Assignee | ||
Comment 6•8 years ago
|
||
Follow up for Bug 1329793.
[Feature/Bug causing the regression]: Bug 1329793
[User impact if declined]: findbugs complains in automation
[Is this code covered by automated tests?]: no
[Has the fix been verified in Nightly?]: yes
[Needs manual test from QE? If yes, steps to reproduce]: no
[List of other uplifts needed for the feature/fix]: no
[Is the change risky?]: no
[Why is the change risky/not risky?]: One line fix, changing which static method
of Long is used for parsing.
[String changes made/needed]: no
Attachment #8850090 -
Flags: approval-mozilla-beta?
Attachment #8850090 -
Flags: approval-mozilla-aurora?
Updated•8 years ago
|
status-firefox53:
--- → affected
status-firefox54:
--- → affected
Comment 7•8 years ago
|
||
Comment on attachment 8850090 [details] [diff] [review]
unboxing-fix-beta.patch
Fix for test failure issues for FxA/sync. Let's uplift this so we can bring up some other fixes for send to tabs.
Attachment #8850090 -
Flags: approval-mozilla-beta?
Attachment #8850090 -
Flags: approval-mozilla-beta+
Attachment #8850090 -
Flags: approval-mozilla-aurora?
Attachment #8850090 -
Flags: approval-mozilla-aurora+
Comment 8•8 years ago
|
||
bugherder uplift |
Comment 9•8 years ago
|
||
bugherder uplift |
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•