Author name: Mark Greene

Benchmarking Risk & Quality KPIs in Popular Open Source Projects

Analyzing six popular open-source repositories, Shepherdly examined how various established and novel quality KPIs are reflected in some of the most extensively used software tools. The following repositories were selected: square/okhttpfacebook/reactscikit-learn/scikit-learnredis/redisshopify/polarisstripe/stripe-iosmicrosoft/vscode How does bug prediction work? In short, Shepherdly’s approach extends existing research but incorporates a core principle of using bug-fix data as its primary …

Benchmarking Risk & Quality KPIs in Popular Open Source Projects Read More »

Why it’s time for devs to focus on AI bug detection

From ChatGPT to GitHub Copilot, generative AI is here, and with it has come scores of new technology that’s making it easier than ever for developers to complete coding tasks faster, innovate, and create better software.  But this speed can come at a cost, especially if it’s sacrificing quality in the process.  In a recent study done …

Why it’s time for devs to focus on AI bug detection Read More »

AutoReviewer: Bug History-Guided Code Review

AutoReviewer goes beyond just classifying bugs. By analyzing your project’s bug fix history, it provides developers with essential context about errors within the codebase. This information is instrumental in understanding how bugs have manifested in the past, their impact, and the approaches that resolved them.

Scroll to Top