Inheritance: FileEstimationStrategy
 public FastCodeStabilityPostReleaseDefectFilesPrediction()
 {
     Title = "Code stability model (fast)";
     DefectLineProbabilityEstimation = new DefectLineProbabilityForTheCodeOfAuthorInFileAverage(this);
     BugLifetimeDistributionEstimation = new BugLifetimeDistributionExperimentalMax(this);
     FileEstimation = new G5M2(this);
 }
 public FastCodeStabilityPostReleaseDefectFilesPrediction()
 {
     Title = "Code stability model (fast)";
     DefectLineProbabilityEstimation   = new DefectLineProbabilityForTheCodeOfAuthorInFileAverage(this);
     BugLifetimeDistributionEstimation = new BugLifetimeDistributionExperimentalMax(this);
     FileEstimation = new G5M2(this);
 }