Class Structure Warning: 'private' method declared 'final'
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: fluffyemily, Assigned: lui.timm)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
2.07 KB,
patch
|
fluffyemily
:
review+
|
Details | Diff | Splinter Review |
Updated•6 years ago
|
Updated•6 years ago
|
Hi, I was thinking about taking this for my first bug. I've been looking at the two classes mentioned above but dont see them being declared both final and private. Is this still an issue or am I looking at the wrong place.. Thanks
Reporter | ||
Comment 2•6 years ago
|
||
Hi :Timm. Thanks for looking at this bug.
On GeckoLoader
the affected methods are: getCPUABI
, attemptLoad
and doLoadLibraryExpected
.
On GeckoRuntime
the affected method is: getProcessName
.
If you need to get up and running with GeckoView you can refer to our getting started guide here: https://mozilla.github.io/geckoview/tutorials/geckoview-quick-start.html
You can run the lint using ./mach android lint after you set up the workspace using the guide linked above.
Feel free to ask any questions here on the bug or on IRC at #mobile.
Thanks for the pointers! I'll get a start on this now, thanks.
Also can someone with the appropriate privileges assign this bug to me?
Reporter | ||
Comment 7•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Comment 9•6 years ago
•
|
||
Emily, can you please remove the "checkin?" flag since the bug has landed.
Please note that if the keywords are set to "Keywords: checkin-needed", the flag should be removed automatically by the pulse bot. Thank you!
Updated•6 years ago
|
Comment 10•6 years ago
|
||
bugherder |
Assignee | ||
Comment 11•6 years ago
|
||
Thanks for all the help in my first open source contribution, much appreciated!
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 12•6 years ago
|
||
Thank you very much for your contribution :Timm. We look forward to any further contributions you would like to make.
Description
•