Closed
Bug 1415886
Opened 7 years ago
Closed 7 years ago
argument name 'reuse' in comment does not match parameter name 'addressReuse'
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: spencerb, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [good first bug][lang=C++])
Attachments
(1 file, 1 obsolete file)
993 bytes,
patch
|
drno
:
review+
Sylvestre
:
feedback+
|
Details | Diff | Splinter Review |
https://dxr.mozilla.org/mozilla-central/source/media/mtransport/nr_socket_prsock.cpp?q=media%2Fmtransport%2Fnr_socket_prsock.cpp&redirect_type=direct#1580
uses "reuse"
When the method has addressReuse as variable name
https://dxr.mozilla.org/mozilla-central/source/obj-x86_64-pc-linux-gnu/dist/include/nsIUDPSocketChild.h?q=%2Bfunction%3A%22nsIUDPSocketChild%3A%3ABind%28nsIUDPSocketInternal+%2A%2C+nsIPrincipal+%2A%2C+const+nsACString+%26%2C+uint16_t%2C+bool%2C+bool%2C+uint32_t%2C+uint32_t%2C+nsIEventTarget+%2A%29%22&redirect_type=single#61
A tiny issue but this will be a good first bug for someone who wants to understand the process.
Updated•7 years ago
|
Assignee: nobody → spencerb
Reporter | ||
Updated•7 years ago
|
Attachment #8926887 -
Attachment is obsolete: true
Thanks. First attachment was an error due to my inexperience with mercurial.
Attachment #8926897 -
Flags: review?(sledru)
Reporter | ||
Comment 4•7 years ago
|
||
Comment on attachment 8926897 [details] [diff] [review]
Change commented argument name to match declaration
Good, please try to find an official reviewer for this code!
Attachment #8926897 -
Flags: review?(sledru) → feedback+
Attachment #8926897 -
Flags: review?(drno)
Updated•7 years ago
|
Rank: 35
Priority: -- → P4
Comment 5•7 years ago
|
||
Comment on attachment 8926897 [details] [diff] [review]
Change commented argument name to match declaration
Review of attachment 8926897 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
And Thanks!
Attachment #8926897 -
Flags: review?(drno) → review+
Comment 6•7 years ago
|
||
Hey, is this issue still open?
Reporter | ||
Comment 7•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/09894bd08b93467a61adab7e37c5920f775443f1
BUG 1415886 - Change commented argument name to match declaration r=drno
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/09894bd08b93
Change commented argument name to match declaration r=drno
Reporter | ||
Comment 9•7 years ago
|
||
nope, sorry!
Comment 10•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Reporter | ||
Updated•7 years ago
|
status-firefox58:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•