Tagged Questions
The defects tag has no wiki summary.
9
votes
7answers
559 views
Why separate maintenance work from development work?
I work at a company where maintenance is being done by the same team that brings life to a piece of software.
Very often I hear about organizations that have a separate maintenance team or a ...
6
votes
1answer
141 views
Why is there no <stlfwd> header and can the non-existance of it be considered a defect?
The standard library includes an <iosfwd> header, that (forward) declares all streams including any typedefs and defines the char_traits template, including the specializations.
Sadly, there is ...
6
votes
2answers
180 views
Minor (unimportant) defect in the standard?
This question has no practical issues associated with it, it is more a matter of curiosity and wanting to know if I am taking things too literally ;).
So I have been trying to work towards ...
5
votes
1answer
481 views
What is a Swamp Diagram?
Someone told me about swamp diagrams explaning that they were useful to predict code quality by measuring the rate of incoming defects and outgoing fixes on a given product.
Unfortunately, I am ...
3
votes
1answer
1k views
Convexity defects C++ OpenCv
I would be grateful to you if you could help me with this issue :)
Relating to this question cvConvexityDefects in OpenCV 2.X / C++?, I have the same problem.
The OpenCV C++ wrapper has not the ...
3
votes
1answer
274 views
C++0x: conditional operator, xvalues, and decltype
I am reposting a comp.std.c++ Usenet discussion here because that group has become very unreliable. The last few posts I've submitted there have gone into the void, and activity has all but ceased. I ...
1
vote
4answers
216 views
Is it wise to generate stories for defects when using Scrum and there is no story already created?
Let's say you are working on a piece of legacy code that was written before your company started using an Agile methodology like Scrum.
Now let's say you discover a bug in the field that needs to be ...
1
vote
2answers
345 views
Defects of the STL [closed]
While the C++ standard libraries are very generic and efficient libraries, some minor details of their interfaces just seem disappointing.
Algorithms cannot take containers directly. ...
1
vote
7answers
2k views
Best freeware defect tracking software for Windows?
I'm looking for a freeware defect tracking solution. I have experience with Mercury Quality Center, but I hear that comes with a five-digit pricetag. I need something for my personal projects. ...
0
votes
0answers
9 views
Industry stats for number of bugs found post development / Release
Is there anywhere I can find out about the Industry stats for the number of defects found post delivery, mainly based around lines of code or function points?
0
votes
1answer
206 views
How should one measure Defect Density?
Is there a standard way of measuring Defect Density? Most sites online state that it should be measured as:
number of defects discovered / the code size
My questions are:
Should defects "fixed" ...
0
votes
5answers
138 views
best practices in defect Fixing?
When fixing defects in new code what are the best strategies to use? cause as I figured out defect-fixing improves my coding standards and my understanding about that language and technology. I want ...
0
votes
1answer
145 views
What is the difference between a bug and a defect work item in TFS?
I have just been asked to generate reports for TFS, and I noticed that there are both bug and defect reports. Can anyone explain what the difference between the two is?
Thanks, MagicAndi.