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
org.jadira.usertype.dateandtime.threeten 40 40 0 1 5 0.0% 83.0% 17.0% 1
org.jadira.usertype.dateandtime.threeten.columnmapper 38 35 3 1 10 8.0% 91.0% 1.0% 1
org.jadira.usertype.dateandtime.threeten.integrator 1 1 0 0 6 0.0% 100.0% 0.0% 1
org.jadira.usertype.dateandtime.threeten.utils 1 1 0 1 3 0.0% 75.0% 25.0% 1
org.jadira.usertype.moneyandcurrency.moneta 14 13 1 1 12 7.0% 92.0% 1.0% 1
org.jadira.usertype.moneyandcurrency.moneta.columnmapper 7 7 0 1 7 0.0% 88.0% 12.0% 1
org.jadira.usertype.moneyandcurrency.moneta.integrator 1 1 0 0 6 0.0% 100.0% 0.0% 1
org.jadira.usertype.moneyandcurrency.moneta.util 1 0 1 2 2 100.0% 50.0% 50.0% 1

Packages

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

org.jadira.usertype.dateandtime.threeten

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 org.jadira.usertype.dateandtime.threeten.PersistentDayOfWeekAsInteger
org.jadira.usertype.dateandtime.threeten.PersistentDayOfWeekAsString
org.jadira.usertype.dateandtime.threeten.PersistentDurationAsMillisLong
org.jadira.usertype.dateandtime.threeten.PersistentDurationAsNanosBigInteger
org.jadira.usertype.dateandtime.threeten.PersistentDurationAsSecondsAndNanosDecimal
org.jadira.usertype.dateandtime.threeten.PersistentDurationAsSecondsInteger
org.jadira.usertype.dateandtime.threeten.PersistentDurationAsString
org.jadira.usertype.dateandtime.threeten.PersistentInstantAsMillisLong
org.jadira.usertype.dateandtime.threeten.PersistentInstantAsNanosBigInteger
org.jadira.usertype.dateandtime.threeten.PersistentInstantAsString
org.jadira.usertype.dateandtime.threeten.PersistentInstantAsTimestamp
org.jadira.usertype.dateandtime.threeten.PersistentLocalDate
org.jadira.usertype.dateandtime.threeten.PersistentLocalDateAsString
org.jadira.usertype.dateandtime.threeten.PersistentLocalDateTime
org.jadira.usertype.dateandtime.threeten.PersistentLocalDateTimeAsString
org.jadira.usertype.dateandtime.threeten.PersistentLocalTime
org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsMillisInteger
org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsNanosLong
org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsString
org.jadira.usertype.dateandtime.threeten.PersistentLocalTimeAsTimestamp
org.jadira.usertype.dateandtime.threeten.PersistentMonthAsInteger
org.jadira.usertype.dateandtime.threeten.PersistentMonthAsString
org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsDate
org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsString
org.jadira.usertype.dateandtime.threeten.PersistentMonthDayAsTimestamp
org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTime
org.jadira.usertype.dateandtime.threeten.PersistentOffsetDateTimeAsStringAndStringOffset
org.jadira.usertype.dateandtime.threeten.PersistentOffsetTime
org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsLongAndStringOffset
org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsStringAndStringOffset
org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimeAndStringOffset
org.jadira.usertype.dateandtime.threeten.PersistentOffsetTimeAsTimestamp
org.jadira.usertype.dateandtime.threeten.PersistentPeriodAsString
org.jadira.usertype.dateandtime.threeten.PersistentYearAsInteger
org.jadira.usertype.dateandtime.threeten.PersistentYearAsString
org.jadira.usertype.dateandtime.threeten.PersistentYearMonthAsString
org.jadira.usertype.dateandtime.threeten.PersistentZoneIdAsString
org.jadira.usertype.dateandtime.threeten.PersistentZoneOffsetAsString
org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTime
org.jadira.usertype.dateandtime.threeten.PersistentZonedDateTimeAsStringAndStringZone
org.jadira.usertype.dateandtime.threeten.integrator
java.lang
java.time
org.hibernate.usertype
org.jadira.usertype.dateandtime.threeten.columnmapper
org.jadira.usertype.spi.shared

org.jadira.usertype.dateandtime.threeten.columnmapper

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 10 8.0% 91.0% 1.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
org.jadira.usertype.dateandtime.threeten.columnmapper.AbstractDateThreeTenColumnMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.AbstractTimeThreeTenColumnMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.AbstractTimestampThreeTenColumnMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.BigDecimalColumnDurationMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnDurationMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.BigIntegerColumnInstantMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnLocalDateMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.DateColumnMonthDayMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDayOfWeekMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnDurationMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnLocalTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnMonthMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.IntegerColumnYearMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnDurationMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnInstantMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.LongColumnLocalTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnDayOfWeekMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnDurationMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnInstantMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalDateMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalDateTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnLocalTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnMonthDayMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnMonthMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnPeriodMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnYearMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnYearMonthMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnZoneIdMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.StringColumnZoneOffsetMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnLocalTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimeColumnOffsetTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnInstantMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalDateTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnLocalTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnMonthDayMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetDateTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnOffsetTimeMapper
org.jadira.usertype.dateandtime.threeten.columnmapper.TimestampColumnZonedDateTimeMapper
org.jadira.usertype.dateandtime.threeten
java.lang
java.math
java.sql
java.time
java.time.format
java.time.temporal
java.util
org.hibernate.type
org.jadira.usertype.dateandtime.threeten.utils
org.jadira.usertype.spi.shared

org.jadira.usertype.dateandtime.threeten.integrator

Afferent Couplings Efferent Couplings Abstractness Instability Distance
0 6 0.0% 100.0% 0.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None org.jadira.usertype.dateandtime.threeten.integrator.UserTypeThreeTenHibernateIntegrator
None java.lang
org.hibernate.integrator.spi
org.hibernate.usertype
org.jadira.usertype.dateandtime.threeten
org.jadira.usertype.spi.shared
org.jadira.usertype.spi.utils.reflection

org.jadira.usertype.dateandtime.threeten.utils

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 3 0.0% 75.0% 25.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None org.jadira.usertype.dateandtime.threeten.utils.ZoneHelper
org.jadira.usertype.dateandtime.threeten.columnmapper
java.lang
java.time
java.util

org.jadira.usertype.moneyandcurrency.moneta

Afferent Couplings Efferent Couplings Abstractness Instability Distance
1 12 7.0% 92.0% 1.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
org.jadira.usertype.moneyandcurrency.moneta.AbstractSingleColumnMoneyUserType
org.jadira.usertype.moneyandcurrency.moneta.PersistentCurrencyUnit
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMajorAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentFastMoneyMinorAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMajorAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmount
org.jadira.usertype.moneyandcurrency.moneta.PersistentMoneyMinorAmountAndCurrency
org.jadira.usertype.moneyandcurrency.moneta.integrator
java.lang
java.math
java.util
javax.money
org.hibernate
org.hibernate.usertype
org.jadira.usertype.moneyandcurrency.legacyjdk.columnmapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper
org.jadira.usertype.moneyandcurrency.moneta.util
org.jadira.usertype.spi.shared
org.javamoney.moneta
org.javamoney.moneta.function

org.jadira.usertype.moneyandcurrency.moneta.columnmapper

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 org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnFastMoneyMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.BigDecimalColumnMoneyMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMajorMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnFastMoneyMinorMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMajorMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.LongColumnMoneyMinorMapper
org.jadira.usertype.moneyandcurrency.moneta.columnmapper.StringColumnCurrencyUnitMapper
org.jadira.usertype.moneyandcurrency.moneta
java.lang
java.math
javax.money
org.jadira.usertype.moneyandcurrency.moneta.util
org.jadira.usertype.spi.shared
org.javamoney.moneta
org.javamoney.moneta.function

org.jadira.usertype.moneyandcurrency.moneta.integrator

Afferent Couplings Efferent Couplings Abstractness Instability Distance
0 6 0.0% 100.0% 0.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
None org.jadira.usertype.moneyandcurrency.moneta.integrator.UserTypeMonetaMoneyHibernateIntegrator
None java.lang
org.hibernate.integrator.spi
org.hibernate.usertype
org.jadira.usertype.moneyandcurrency.moneta
org.jadira.usertype.spi.shared
org.jadira.usertype.spi.utils.reflection

org.jadira.usertype.moneyandcurrency.moneta.util

Afferent Couplings Efferent Couplings Abstractness Instability Distance
2 2 100.0% 50.0% 50.0%
Abstract Classes Concrete Classes Used by Packages Uses Packages
org.jadira.usertype.moneyandcurrency.moneta.util.CurrencyUnitConfigured
None org.jadira.usertype.moneyandcurrency.moneta
org.jadira.usertype.moneyandcurrency.moneta.columnmapper
java.lang
javax.money

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.