中文
相关论文

相关论文: Benchmarking cross-project defect prediction appro…

200 篇论文

File-level defect prediction models traditionally rely on product and process metrics. While process metrics effectively complement product metrics, they often overlook commit size the number of files changed per commit despite its strong…

软件工程 · 计算机科学 2026-04-02 Amit Kumar , Ethari Hrishikesh , Sonali Agarwal

Defect Prevention is the most critical but most neglected component of the software quality assurance in any project. If applied at all stages of software development, it can reduce the time, cost and resources required to engineer a high…

软件工程 · 计算机科学 2016-09-08 Suma V. , T. R. Gopalakrishnan Nair

Early software effort estimation is a hallmark of successful software project management. Building a reliable effort estimation model usually requires historical data. Unfortunately, since the information available at early stages of…

软件工程 · 计算机科学 2017-03-20 Mohammad Azzeh , Ali Bou Nassif

Constrained Markov decision processes (CMDPs) are used as a decision-making framework to study the long-run performance of a stochastic system. It is well-known that a stationary optimal policy of a CMDP problem under discounted cost…

最优化与控制 · 数学 2025-06-02 V Varagapriya , Vikas Vikram Singh , Abdel Lisser

Software testing is one of the important ways to ensure the quality of software. It is found that testing cost more than 50% of overall project cost. Effective and efficient software testing utilizes the minimum resources of software.…

机器学习 · 计算机科学 2020-09-01 Ali Nawaz , Attique Ur Rehman , Muhammad Abbas

We present a code quality metric, Corrective Commit Probability (CCP), measuring the probability that a commit reflects corrective maintenance. We show that this metric agrees with developers' concept of quality, informative, and stable.…

软件工程 · 计算机科学 2020-07-22 Idan Amit , Dror G. Feitelson

Concurrent programs are difficult to test due to their inherent non-determinism. To address this problem, testing often requires the exploration of thread schedules of a program; this can be time-consuming when applied to real-world…

软件工程 · 计算机科学 2018-04-11 Tingting Yu , Wei Wen , Xue Han , Jane Hayes

Context: Software engineering researchers have undertaken many experiments investigating the potential of software defect prediction algorithms. Unfortunately, some widely used performance metrics are known to be problematic, most notably…

软件工程 · 计算机科学 2021-06-23 Jingxiu Yao , Martin Shepperd

Several real-world classification problems are example-dependent cost-sensitive in nature, where the costs due to misclassification vary between examples and not only within classes. However, standard classification methods do not take…

机器学习 · 计算机科学 2015-05-19 Alejandro Correa Bahnsen , Djamila Aouada , Bjorn Ottersten

With the sharp rise in software dependability and failure cost, high quality has been in great demand. However, guaranteeing high quality in software systems which have grown in size and complexity coupled with the constraints imposed on…

软件工程 · 计算机科学 2016-01-08 Bassey Isong , Obeten Ekabua

Planning quality assurance (QA) activities in a systematic way and controlling their execution are challenging tasks for companies that develop software or software-intensive systems. Both require estimation capabilities regarding the…

软件工程 · 计算机科学 2014-01-14 Michael Kläs , Haruka Nakao , Frank Elberzhager , Jürgen Münch

Defect models are analytical models that are used to build empirical theories that are related to software quality. Prior studies often derive knowledge from such models using interpretation techniques, such as ANOVA Type-I. Recent work…

软件工程 · 计算机科学 2018-02-01 Jirayus Jiarpakdee , Chakkrit Tantithamthavorn , Ahmed E. Hassan

Numerous methods can build predictive models from software data. However, what methods and conclusions should we endorse as we move from analytics in-the-small (dealing with a handful of projects) to analytics in-the-large (dealing with…

软件工程 · 计算机科学 2024-02-19 Suvodeep Majumder , Pranav Mody , Tim Menzies

We would like to present the idea of our Continuous Defect Prediction (CDP) research and a related dataset that we created and share. Our dataset is currently a set of more than 11 million data rows, representing files involved in…

软件工程 · 计算机科学 2017-06-23 Lech Madeyski , Marcin Kawalerowicz

Object-oriented software metrics provide a numerical characterization of software quality. They have also been used in the assessment and identification of technical debt. However, metrics generally need to be used with thresholds as…

软件工程 · 计算机科学 2021-04-05 Sultan Alhusain

Conformal prediction (CP) is a wrapper around traditional machine learning models, giving coverage guarantees under the sole assumption of exchangeability; in classification problems, for a chosen significance level $\varepsilon$, CP…

机器学习 · 计算机科学 2023-02-23 Javier Abad , Umang Bhatt , Adrian Weller , Giovanni Cherubin

Python's dynamic nature complicates testing and increases the possibility that some defects evade detection, so an effective fault prediction becomes essential. We examine whether post-release faults can be predicted using modern ML and DL.…

软件工程 · 计算机科学 2026-04-30 Giuseppe De Rosa , Pietro Liguori

Software defects rediscovered by a large number of customers affect various stakeholders and may: 1) hint at gaps in a software manufacturer's Quality Assurance (QA) processes, 2) lead to an over-load of a software manufacturer's support…

软件工程 · 计算机科学 2011-07-21 Andriy V. Miranskyy , Matthew Davison , Mark Reesor

Over the last years, machine learning techniques have been applied to more and more application domains, including software engineering and, especially, software quality assurance. Important application domains have been, e.g., software…

软件工程 · 计算机科学 2021-04-30 Safa Omri , Carsten Sinz

Background: Machine learning algorithms are widely used to predict defect prone software components. In this literature, computational experiments are the main means of evaluation, and the credibility of results depends on experimental…