Uses of Record Class
org.egothor.methodatlas.DeltaEntry
Packages that use DeltaEntry
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
-
Uses of DeltaEntry in org.egothor.methodatlas
Methods in org.egothor.methodatlas that return types with arguments of type DeltaEntryModifier and TypeMethodDescriptionDeltaReport.DeltaResult.entries()Returns the value of theentriesrecord component.Constructor parameters in org.egothor.methodatlas with type arguments of type DeltaEntryModifierConstructorDescriptionDeltaResult(Path beforePath, Path afterPath, String beforeTimestamp, String afterTimestamp, int totalBefore, int totalAfter, int securityRelevantBefore, int securityRelevantAfter, List<DeltaEntry> entries, int unchangedCount) Creates an instance of aDeltaResultrecord class.