Learn R Programming

RSADBE (version 1.0)

Severity_Counts: 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)

Arguments

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

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

Run the code above in your browser using DataLab