Closed
Bug 1370509
Opened 8 years ago
Closed 8 years ago
[Static Analysis][Useless call] In function nsSliderFrame::BuildDisplayListForChildren
Categories
(Core :: XUL, defect, P5)
Core
XUL
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox56 | --- | wontfix |
firefox57 | --- | wontfix |
firefox58 | --- | fix-optional |
People
(Reporter: andi, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, good-first-bug, Whiteboard: CID 1411914)
Attachments
(1 file)
590 bytes,
patch
|
Details | Diff | Splinter Review |
The Static Analysis tool Coverity detected that the call:
>>aBuilder->GetCurrentReferenceFrame();
is useless since the returned value is not used.
Comment 1•8 years ago
|
||
Hi, I'm still very new to this, I removed the pointless function call and attached the diff file. Let me know if anything else is needed, thanks.
Comment 2•8 years ago
|
||
Has this bug been resolved or is it still open? If yes, I would like to take it up.
Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Martin Boros from comment #1)
> Created attachment 8880993 [details] [diff] [review]
> Removed the offending line
>
> Hi, I'm still very new to this, I removed the pointless function call and
> attached the diff file. Let me know if anything else is needed, thanks.
Do you still want to continue with this bug? Your patch only needs a reviewer and also a tile having the bug id and a very brief description on what it does, and the reviewer. More on this topic can be read here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction
(In reply to meghasharma4910 from comment #2)
> Has this bug been resolved or is it still open? If yes, I would like to take
> it up.
Let's wait a little bit and see if the owner of the patch still wants to continue the work on it.
Reporter | ||
Comment 4•8 years ago
|
||
(In reply to meghasharma4910 from comment #2)
> Has this bug been resolved or is it still open? If yes, I would like to take
> it up.
Hello if you are still interested in this bug you can take it and continue the work on it as Martin didn't reply to the message.
Updated•8 years ago
|
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Priority: -- → P5
Hello.
New here so apologies if I'm missing something. Offending line doesn't seem to exist any more.
Reporter | ||
Comment 6•8 years ago
|
||
(In reply to arieguy from comment #5)
> Hello.
> New here so apologies if I'm missing something. Offending line doesn't seem
> to exist any more.
You are right! Thank you!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Comment 7•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•