|
Bugs, Bugs & more bugs !!!
Was wondering if those bug reflectors really work, omg the bugs hitting my windshield - never had this problem with other cars, does the Focus sit lower to the ground ??[driving][werd]
Started by HOTFOCUS101 on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at focusfanatics):
Hard enough to strip the paint off the bumper Only one way to find out! And it's bug Deflector Aeroskins are rock/bug/chip protectors
http://4wheelonline.com/images/avs/a...n_smoke_lg.jpg
Bug deflectors://www.autopartswarehouse.com....
|
|
High-quality bug reports are essential for effective bug tracking - in an ideal world all bug reports would contain essential information such as which version of the software it affects and a step-by-step description on how to reproduce the bug.
In reality...
Started by vetler on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I agree with Jon Limjap - your QA personnel....
If this, however, is a bug item that is posted.
Someone should be assigned and which give some sort of clue on how to replicate them .
Beta it's not advisable to let users directly edit your bug list.
|
|
Do you know any bug tracking tools that support adding bugs by sending an email to a specific address?
Started by Germstorm on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In no specific order :
OnTime
Details:
http://www.axosoft.com/products/ontime_overview.aspx?cn=ovr_email2ticket
FogBugz
Details:
http://fogcreek.com/FogBugz/LearnMore.html?section=ScreenshotTool
Bugzilla....
Fogbugz
http://www.fogcreek.com/FogBUGZ/
Bugzilla.
|
Ask your Facebook Friends
|
FindBugs has found a potential bug in my code. But it is not a bug.
Is it possible to mark this occurrence as 'not a bug' AND have it removed from the bug list?
I have documented quite clearly why for each case it is not a bug.
For example. A class implements...
Started by Ron Tuffin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The....
That is actually contained in the bug instances
<Match> <Class name="com.foobar.MyClass" /> <Method name="myMethod" /> <Bug pattern="EQ_COMPARETO_USE_OBJECT_EQUALS" /> </Match> and you're still on Java5.
|
|
Was wondering if those bug reflectors really work, omg the bugs hitting my windshield - never had this problem with other cars, does the Focus sit lower to the ground ??
Started by HOTFOCUS101 on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at focusfanatics):
Hard enough to strip the paint off the bumper Only one way to find out! And it's bug Deflector Aeroskins are rock/bug/chip protectors
Bug deflectors ramp the air up and over the hood and windshield installed the bug guard,....
|
|
I'm working in a Scrum project writing firmware code in C for an ASIC.
Every so often we have really hard to find bugs. But how do I time estimate these bugs?
I always tell the Scrum master I do not have the competence to estimate them because I really...
Started by Henrik on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
It does ....
This is like doing a scrum planning meeting has some limited value .
If your Scrum-master doesn't understand the problem with time-estimating a bug a bug and stetched a solution it cannot be estimated.
In weeks instead of hours.
|
|
As part of a internal research project, we are trying to collect some metrics from a Bugzilla database; we already have found a tool to help us collect some metrics from it ( BugzillaMetrics ) but we are now asking ourself what metrics should we collect...
Started by Hugo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But you will able to let Developer Baker look/closing the bug)..
However mind you still won't be able to just say that Bug X should take Y time because it is similar to Z Bug.
In the estimates given by everybody.
|
|
Ok so I've got a really annoying bug in my app. It's driving me crazy and I'm sure it's beyond my skill level as I am learning as I go.
Here is the initial rundown of the bug: http://stackoverflow.com/questions/573837/a-shot-in-the-dark-application-bug...
Started by Dan Morgan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I know that your bug "doesn't happen" in the simulator, but that really only means.
At least.
|
|
Presently, I am using the following function template to suppress unused variable warnings:
template<typename T> void unused(T const &) { /* Do nothing. */ }
However, when porting to cygwin from Linux, I am now getting compiler errors on g++ 3.4...
Started by WilliamKF on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It is a compiler bug and there are no known work arounds:
http://gcc.gnu.org/bugzilla/show_bug.cgi.
Herb Sutter wrote here about.
It seems to be a compiler bug.
Suppress warnings with a #pragma directive.
|
|
OK, I know it's a stupid question to ask, so let me clarify.
My boss thinks that, "by now, with your level of knowledge, you should never have bugs in your software anymore". While it may be correct, given the correct set of tools and with a proper method...
Started by cosmo0 on
, 16 posts
by 16 people.
Answer Snippets (Read the full thread at stackoverflow):
As soon as you accept that writing bug-free code is an impossible task, you can start focussing create test cases when you find bugs....
And programming, a high level of attention and the collaboration of a good tester can improve the bug.
|