Severity_Counts {RSADBE}R Documentation

Severity counts for the JDT software

Description

The software system Eclipse JDT Core has 997 different class environments related to the development. The bug identified on each occasion is classified by its severity as Bugs, NonTrivial, Major, Critical, and High. We need to understand the bug counts before- and after- software release.

Usage

data(Severity_Counts)

Format

Before and after release bug counts at five severity levels for the JDT software.

Source

http://www.eclipse.org/jdt/core/index.php

Examples

data(Severity_Counts)
barplot(Severity_Counts,xlab="Bug Count",xlim=c(0,12000), col=rep(c(2,3),5))

[Package RSADBE version 1.0 Index]