Fork me on GitHub

Metric Results

[ summary ] [ packages ] [ cycles ] [ explanations ]

The following document contains the results of a JDepend metric analysis. The various metrics are defined at the bottom of this document.

Summary

[ summary ] [ packages ] [ cycles ] [ explanations ]

Package TC CC AC Ca Ce A I D V
de.weltraumschaf.groundzero 4 4 0 0 10 0.0% 100.0% 0.0% 1
de.weltraumschaf.groundzero.filter 7 6 1 1 4 14.0% 80.0% 6.0% 1
de.weltraumschaf.groundzero.model 5 5 0 1 5 0.0% 83.0% 17.0% 1
de.weltraumschaf.groundzero.opt 8 3 5 3 4 62.0% 57.0% 20.0% 1
de.weltraumschaf.groundzero.opt.commons 6 6 0 1 7 0.0% 88.0% 12.0% 1
de.weltraumschaf.groundzero.opt.jcommander 5 5 0 1 6 0.0% 86.0% 14.0% 1
de.weltraumschaf.groundzero.transform 14 14 0 1 10 0.0% 91.0% 9.0% 1

Packages

[ summary ] [ packages ] [ cycles ] [ explanations ]

de.weltraumschaf.groundzero

Afferent Couplings Efferent Couplings Abstractness Instability Distance
0 10 0.0% 100.0% 0.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None de.weltraumschaf.groundzero.ExitCodeImpl
de.weltraumschaf.groundzero.GroundZero
de.weltraumschaf.groundzero.OptionsSetups
de.weltraumschaf.groundzero.OptionsSetups$1
None de.weltraumschaf.commons
de.weltraumschaf.commons.system
de.weltraumschaf.groundzero.opt
de.weltraumschaf.groundzero.opt.commons
de.weltraumschaf.groundzero.opt.jcommander
de.weltraumschaf.groundzero.transform
java.io
java.lang
java.util
org.apache.commons.lang3

de.weltraumschaf.groundzero.filter

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 4 14.0% 80.0% 6.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
de.weltraumschaf.groundzero.filter.Filter
de.weltraumschaf.groundzero.filter.FileNameExtender
de.weltraumschaf.groundzero.filter.FilterChain
de.weltraumschaf.groundzero.filter.PathNormalizer
de.weltraumschaf.groundzero.filter.PathPrefixRemover
de.weltraumschaf.groundzero.filter.RegeExEscaper
de.weltraumschaf.groundzero.filter.StringFilters
de.weltraumschaf.groundzero.transform
com.google.common.collect
java.lang
java.util
org.apache.commons.lang3

de.weltraumschaf.groundzero.model

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 5 0.0% 83.0% 17.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None de.weltraumschaf.groundzero.model.CheckstyleFile
de.weltraumschaf.groundzero.model.CheckstyleReport
de.weltraumschaf.groundzero.model.CheckstyleSeverity
de.weltraumschaf.groundzero.model.CheckstyleSuppressions
de.weltraumschaf.groundzero.model.CheckstyleViolation
de.weltraumschaf.groundzero.transform
com.google.common.base
com.google.common.collect
java.lang
java.util
org.apache.commons.lang3

de.weltraumschaf.groundzero.opt

Afferent Couplings Efferent Couplings Abstractness Instability Distance
3 4 62.0% 57.0% 20.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
de.weltraumschaf.groundzero.opt.CliOptions
de.weltraumschaf.groundzero.opt.LongOptions
de.weltraumschaf.groundzero.opt.OptionDescriptions
de.weltraumschaf.groundzero.opt.OptionsSetup
de.weltraumschaf.groundzero.opt.ShortOptions
de.weltraumschaf.groundzero.opt.CliOptionsImplementation
de.weltraumschaf.groundzero.opt.OptionDescriptor
de.weltraumschaf.groundzero.opt.Strategy
de.weltraumschaf.groundzero
de.weltraumschaf.groundzero.opt.commons
de.weltraumschaf.groundzero.opt.jcommander
com.google.common.collect
java.lang
java.util
org.apache.commons.lang3

de.weltraumschaf.groundzero.opt.commons

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 7 0.0% 88.0% 12.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None de.weltraumschaf.groundzero.opt.commons.BadArgumentsException
de.weltraumschaf.groundzero.opt.commons.CommonsImplementation
de.weltraumschaf.groundzero.opt.commons.CustomHelpFormatter
de.weltraumschaf.groundzero.opt.commons.OptionComparator
de.weltraumschaf.groundzero.opt.commons.OptionsConfiguration
de.weltraumschaf.groundzero.opt.commons.OptionsParser
de.weltraumschaf.groundzero
com.google.common.collect
de.weltraumschaf.groundzero.opt
java.io
java.lang
java.util
org.apache.commons.cli
org.apache.commons.lang3

de.weltraumschaf.groundzero.opt.jcommander

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 6 0.0% 86.0% 14.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None de.weltraumschaf.groundzero.opt.jcommander.HelpReformatter
de.weltraumschaf.groundzero.opt.jcommander.HelpReformatter$1
de.weltraumschaf.groundzero.opt.jcommander.HelpReformatter$Entries
de.weltraumschaf.groundzero.opt.jcommander.HelpReformatter$Entry
de.weltraumschaf.groundzero.opt.jcommander.JCommanderImplementation
de.weltraumschaf.groundzero
com.beust.jcommander
com.google.common.collect
de.weltraumschaf.groundzero.opt
java.lang
java.util
org.apache.commons.lang3

de.weltraumschaf.groundzero.transform

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 10 0.0% 91.0% 9.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None de.weltraumschaf.groundzero.transform.CheckstyleSaxHandler
de.weltraumschaf.groundzero.transform.CheckstyleSaxHandler$CheckstyleTagAttribute
de.weltraumschaf.groundzero.transform.CheckstyleSaxHandler$ErrorTagAttribute
de.weltraumschaf.groundzero.transform.CheckstyleSaxHandler$FileTagAttribute
de.weltraumschaf.groundzero.transform.CheckstyleSaxHandler$ReportTags
de.weltraumschaf.groundzero.transform.CreateXmlReaderException
de.weltraumschaf.groundzero.transform.ReportProcessor
de.weltraumschaf.groundzero.transform.ReportReader
de.weltraumschaf.groundzero.transform.SuppressionGenerator
de.weltraumschaf.groundzero.transform.SuppressionsWriter
de.weltraumschaf.groundzero.transform.UnsupportedInputEncodingException
de.weltraumschaf.groundzero.transform.XmlInputFileReadException
de.weltraumschaf.groundzero.transform.XmlInputParseException
de.weltraumschaf.groundzero.transform.XmlOutputFileWriteException
de.weltraumschaf.groundzero
com.google.common.collect
de.weltraumschaf.commons
de.weltraumschaf.groundzero.filter
de.weltraumschaf.groundzero.model
java.io
java.lang
java.util
org.apache.commons.lang3
org.xml.sax
org.xml.sax.helpers

Cycles

[ summary ] [ packages ] [ cycles ] [ explanations ]

There are no cyclic dependencies.

Explanation

[ summary ] [ packages ] [ cycles ] [ explanations ]

The following explanations are for quick reference and are lifted directly from the original JDepend documentation.

Term Description
Number of Classes The number of concrete and abstract classes (and interfaces) in the package is an indicator of the extensibility of the package.
Afferent Couplings The number of other packages that depend upon classes within the package is an indicator of the package's responsibility.
Efferent Couplings The number of other packages that the classes in the package depend upon is an indicator of the package's independence.
Abstractness The ratio of the number of abstract classes (and interfaces) in the analyzed package to the total number of classes in the analyzed package. The range for this metric is 0 to 1, with A=0 indicating a completely concrete package and A=1 indicating a completely abstract package.
Instability The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package.
Distance The perpendicular distance of a package from the idealized line A + I = 1. This metric is an indicator of the package's balance between abstractness and stability. A package squarely on the main sequence is optimally balanced with respect to its abstractness and stability. Ideal packages are either completely abstract and stable (x=0, y=1) or completely concrete and instable (x=1, y=0). The range for this metric is 0 to 1, with D=0 indicating a package that is coincident with the main sequence and D=1 indicating a package that is as far from the main sequence as possible.
Cycles Packages participating in a package dependency cycle are in a deadly embrace with respect to reusability and their release cycle. Package dependency cycles can be easily identified by reviewing the textual reports of dependency cycles. Once these dependency cycles have been identified with JDepend, they can be broken by employing various object-oriented techniques.