Java Warning: Redundant 'if' statement
Categories
(GeckoView :: General, defect, P5)
Tracking
(Not tracked)
People
(Reporter: fluffyemily, Assigned: Logan, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(3 files, 3 obsolete files)
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Are you on Mac OSX? It looks like you might have encountered Bug 1495672. You should be able to run the following to fix it
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
Comment 16•6 years ago
|
||
I am not running mac os, I am running Debian Linux.
Comment 17•6 years ago
|
||
I have tried a few times, to redownload the repo and changing things here and there. but nothing seems to be working.
Comment 18•6 years ago
|
||
/home/negative0/.mozbuild/android-ndk-r18b/sources/cxx-stl/llvm-libc++/include/stddef.h:46:15: fatal error: 'stddef.h' file not found
This error message in your log points to a problem. The compiler can't find the stddef.h header file. The question is: what can't the compiler find the file?
Can you share the contents of your mozconfig (or .mozconfig) file in this bug? This file should be in your mozilla-central directory. When you run mach bootstrap
, it prints some variables that need to be copied to your mozconfig file.
If you've changed your mozconfig file, you might need to rm -rf your objdir directory, in case there is some old include paths in a file there.
Updated•4 years ago
|
Comment 19•3 years ago
|
||
Hi, Is this still up for grabs? I would like to work on this bug.
Comment 20•3 years ago
|
||
Comment 21•3 years ago
|
||
Hi, I've submitted a patch in Phabricator with a comment with an explanation. Please take a look, thanks!
Comment 23•3 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Assignee | ||
Comment 24•1 year ago
|
||
Updated•1 year ago
|
Description
•