Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: CronParserFuzzer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1286 48.5%
gold [1:9] 964 36.3%
yellow [10:29] 398 15.0%
greenyellow [30:49] 2 0.07%
lawngreen 50+ 1 0.03%
All colors 2651 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
588 308 [com.cronutils.model.field.definition.FieldDefinition].hashCode() call site: 00308
152 132 [com.cronutils.model.definition.CronConstraint].hashCode() call site: 00132
117 14 [com.cronutils.model.field.constraint.FieldConstraints]. (java.util.Map,java.util.Map,java.util.Set,int,int,boolean) call site: 00014
45 1574 [com.cronutils.builder.CronBuilder].addField(com.cronutils.model.field.CronFieldName,com.cronutils.model.field.expression.FieldExpression) call site: 01574
37 2253 [com.cronutils.parser.CronParser].parse(java.lang.String) call site: 02253
30 2423 [com.cronutils.parser.FieldParser].parseOn(java.lang.String) call site: 02423
29 1816 [com.cronutils.model.field.expression.Between]. (com.cronutils.model.field.value.FieldValue,com.cronutils.model.field.value.FieldValue) call site: 01816
25 2481 [com.cronutils.parser.FieldParser].stringToInt(java.lang.String) call site: 02481
25 2528 [com.cronutils.parser.FieldParser].parseOn(java.lang.String) call site: 02528
22 1925 [com.cronutils.model.field.expression.And].accept(com.cronutils.model.field.expression.visitor.FieldExpressionVisitor) call site: 01925
21 1669 [com.cronutils.model.field.expression.Every].accept(com.cronutils.model.field.expression.visitor.FieldExpressionVisitor) call site: 01669
20 286 [com.cronutils.model.field.constraint.FieldConstraints].hashCode() call site: 00286

Runtime coverage analysis

Covered functions
231
Functions that are reachable but not covered
300
Reachable functions
480
Percentage of reachable functions covered
37.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
CronParserFuzzer 1
com.cronutils.model.definition.CronDefinitionBuilder 26
java.lang.Enum 6
java.util.EnumMap 8
java.util.HashSet 6
java.lang.Object 4
com.cronutils.model.field.definition.FieldDayOfWeekDefinitionBuilder 5
com.cronutils.model.field.constraint.FieldConstraintsBuilder 15
com.cronutils.model.field.constraint.FieldConstraints 11
com.cronutils.utils.Preconditions 5
java.lang.NullPointerException 1
java.lang.RuntimeException 1
java.lang.Exception 1
java.lang.Throwable 8
sun.nio.fs.UnixException 2
java.lang.String 41
sun.nio.fs.UnixPath 2
java.net.URLConnection 1
java.util.concurrent.LinkedBlockingQueue 2
java.security.AlgorithmParameters 1
sun.util.locale.Extension 1
java.lang.module.ModuleDescriptor$Exports 2
java.nio.FloatBuffer 2
java.security.cert.CertPath 2
java.util.concurrent.ConcurrentHashMap$Node 4
java.net.Socket 1
java.time.chrono.AbstractChronology 2
java.security.ProtectionDomain 1
java.util.Optional 3
java.security.Signature 1
java.lang.module.ResolvedModule 2
java.net.URI 2
java.lang.invoke.LambdaForm$NamedFunction 2
java.io.File 3
java.net.InetAddress 2
java.lang.module.ModuleDescriptor$Opens 2
java.lang.invoke.LambdaForm 2
java.lang.Boolean 4
java.time.format.DateTimePrintContext 1
java.lang.Class 5
java.lang.StringBuilder 14
java.util.regex.Pattern 4
java.lang.invoke.LambdaFormEditor$Transform 2
java.util.Properties 8
jdk.internal.jimage.ImageReader$Node 3
java.nio.IntBuffer 2
org.slf4j.helpers.BasicMarker 5
java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.util.AbstractList:java.util.AbstractSequentialList:java.util.ArrayList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
java.io.BufferedReader$1 2
jdk.internal.module.ModuleBootstrap$2 2
java.nio.file.FileTreeIterator 2
java.nio.file.Files$2 2
java.util.NoSuchElementException 1
java.security.CodeSigner 2
java.security.BasicPermission 1
java.math.BigDecimal 2
java.time.Instant 2
java.lang.Integer 16
java.text.ChoiceFormat 1
java.net.SocketPermission 1
java.nio.ShortBuffer 2
com.cronutils.model.definition.CronConstraint 3
java.util.Objects 3
java.text.MessageFormat 1
sun.util.locale.BaseLocale$Key 1
java.util.PropertyPermission 1
java.lang.Character 6
java.lang.Short 3
java.nio.LongBuffer 2
java.security.cert.Certificate 1
java.net.InterfaceAddress 2
java.time.OffsetTime 2
java.time.ZonedDateTime 2
com.cronutils.model.definition.CronDefinition 7
java.time.zone.ZoneRules 2
java.lang.ProcessBuilder$Redirect 1
java.util.AbstractList 3
sun.util.locale.BaseLocale 2
java.security.CodeSource 2
java.util.concurrent.ConcurrentHashMap 8
java.util.Date 2
java.security.Timestamp 2
sun.nio.fs.UnixFileStore 2
java.lang.Double 8
java.time.format.DecimalStyle 2
java.net.Proxy 2
java.time.ZoneId 2
java.util.HashMap$Node 4
sun.util.locale.LocaleExtensions 2
java.nio.ByteBuffer 2
java.net.Inet4Address 1
java.util.Hashtable$Entry 4
java.util.Vector 6
java.net.HttpCookie 2
java.security.AllPermission 1
java.time.Period 2
java.lang.invoke.StringConcatFactory$RecipeElement 1
jdk.internal.loader.AbstractClassLoaderValue$Sub 2
java.text.ParsePosition 2
java.time.temporal.ValueRange 2
java.lang.Runtime$Version 2
java.math.MathContext 2
javax.security.auth.Subject 2
jdk.internal.org.objectweb.asm.Handle 2
java.lang.StringLatin1 14
java.lang.StringUTF16 20
sun.util.calendar.CalendarDate 2
java.lang.Package 2
java.time.LocalTime 2
java.time.zone.ZoneOffsetTransitionRule 2
java.time.Duration 2
java.security.Provider$ServiceKey 1
java.lang.module.ModuleDescriptor$Provides 2
java.lang.Float 7
jdk.internal.org.objectweb.asm.Type 4
java.lang.Character$Subset 2
java.lang.Long 8
java.util.WeakHashMap$Entry 4
java.time.OffsetDateTime 2
java.util.jar.Manifest 1
java.net.NetworkInterface 2
sun.util.calendar.Era 2
java.time.LocalDate 2
java.lang.module.ModuleDescriptor$Version 2
java.lang.module.ModuleDescriptor$Requires 2
java.time.LocalDateTime 2
jdk.internal.module.ModuleHashes 2
java.security.Provider 6
java.util.stream.Collectors$Partition 1
java.util.jar.Attributes 7
java.util.HashMap 7
java.util.IdentityHashMap 7
java.util.Hashtable 8
java.util.WeakHashMap 6
java.util.TreeMap 6
java.util.LinkedHashMap 4
java.util.concurrent.ConcurrentHashMap$EntrySetView 4
java.util.TreeMap$KeySet 3
java.util.concurrent.ConcurrentHashMap$KeySetView 4
java.util.TreeMap$EntrySet 2
java.util.TreeMap$Entry 4
java.util.Arrays 4
org.slf4j.helpers.SubstituteLogger 1
java.lang.reflect.Constructor 2
java.lang.invoke.LambdaForm$Name 2
java.net.URL 2
java.lang.StackTraceElement 2
java.io.FilePermission 1
jdk.internal.misc.Signal 2
java.text.NumberFormat 1
java.util.OptionalInt 3
java.lang.Byte 3
java.util.AbstractMap 7
java.time.zone.ZoneOffsetTransition 2
java.lang.invoke.MethodType 2
java.lang.module.ModuleDescriptor 3
java.lang.reflect.Field 2
java.time.Clock 1
java.util.OptionalLong 2
jdk.internal.module.ServicesCatalog$ServiceProvider 1
java.text.DateFormatSymbols 1
jdk.internal.module.IllegalAccessLogger$Usage 1
java.text.DecimalFormatSymbols 1
java.util.ArrayList 12
java.lang.invoke.StringConcatFactory$Key 1
java.util.Locale 3
java.util.zip.ZipEntry 2
com.cronutils.model.field.definition.FieldDefinition 6
java.time.ZoneOffset 2
java.nio.charset.Charset 2
java.text.FieldPosition 2
java.util.ResourceBundle$CacheKey 2
java.util.zip.ZipFile$Source$Key 1
java.lang.invoke.MemberName 2
java.text.DateFormat 1
javax.crypto.CryptoPermission 2
java.lang.reflect.Parameter 2
java.nio.DoubleBuffer 2
java.util.concurrent.CopyOnWriteArrayList 7
java.lang.invoke.ClassSpecializer$SpeciesData 2
java.lang.invoke.StringConcatFactory$Recipe 1
java.security.AccessControlContext 1
java.lang.Thread$WeakClassKey 1
java.util.Calendar 2
sun.nio.ch.FileKey 1
jdk.internal.module.ModuleReferenceImpl 3
java.lang.module.ModuleReference 1
java.util.OptionalDouble 2
java.nio.CharBuffer 4
java.text.AttributedCharacterIterator$Attribute 2
java.lang.reflect.Method 2
java.util.AbstractSet 1
java.lang.ProcessHandleImpl 2
java.nio.file.attribute.FileTime 2
java.math.BigInteger 4
java.util.jar.Attributes$Name 2
java.lang.Math 2
java.util.concurrent.CompletableFuture 1
java.lang.ProcessBuilder$Redirect$1 1
jdk.internal.misc.Signal$NativeHandler 1
jdk.internal.math.FloatingDecimal 6
java.lang.ThreadLocal 1
jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer 8
java.lang.AssertionError 5
java.lang.Error 2
jdk.internal.math.FDBigInteger 26
java.lang.IllegalArgumentException 2
java.lang.IllegalStateException 2
java.lang.System 2
java.lang.StringIndexOutOfBoundsException 2
jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer 1
com.cronutils.model.field.CronField 5
jdk.internal.jmod.JmodFile$Entry 1
jdk.internal.jmod.JmodFile$Section 1
java.security.SecureRandomSpi 1
java.util.concurrent.ForkJoinPool 1
java.lang.ProcessBuilder$Redirect$5 1
java.math.MutableBigInteger 1
java.lang.ThreadGroup 2
java.nio.charset.CodingErrorAction 1
java.security.SecureRandom 1
java.util.regex.Matcher 3
com.cronutils.model.field.expression.QuestionMark 3
sun.net.www.MessageHeader 1
java.util.DoubleSummaryStatistics 1
java.net.ServerSocket 1
java.lang.ModuleLayer 1
java.lang.ProcessBuilder$Redirect$6 1
java.util.concurrent.ThreadPoolExecutor 1
java.time.temporal.ChronoUnit 1
jdk.internal.org.objectweb.asm.Label 1
java.lang.Thread 5
java.security.Permission 1
java.security.Provider$Service 1
java.lang.StringBuffer 3
java.lang.AbstractStringBuilder 3
jdk.internal.org.objectweb.asm.TypePath 4
java.lang.invoke.MethodHandleImpl$LoopClauses 1
org.slf4j.event.Level 1
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock 1
jdk.internal.module.ModuleResolution 1
java.util.StringJoiner 1
java.util.Collection 1
jdk.internal.module.ModuleHashes$lambda_toString_1__9 2
java.util.Map$Entry 1
java.time.format.DateTimeParseContext 1
com.cronutils.model.time.SingleExecutionTime$ExecutionTimeResult 1
java.io.StringWriter 1
java.util.AbstractCollection 6
java.lang.StackFrameInfo 1
java.security.MessageDigest 1
java.nio.ByteOrder 1
sun.security.util.JarConstraintsParameters 1
java.util.concurrent.atomic.AtomicBoolean 1
java.util.Currency 1
java.util.concurrent.locks.ReentrantLock 1
java.time.temporal.ChronoField 1
java.util.ServiceLoader 1
java.io.ByteArrayOutputStream 1
org.slf4j.helpers.MarkerIgnoringBase 1
java.time.format.DateTimeFormatterBuilder$CompositePrinterParser 1
java.time.format.DateTimeFormatter 1
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock 1
java.nio.channels.FileChannel$MapMode 1
java.security.PrivilegedActionException 1
java.lang.ProcessBuilder$Redirect$3 1
sun.security.util.LazyCodeSourcePermissionCollection 1
java.lang.Module 1
sun.reflect.annotation.TypeAnnotation 1
java.time.format.Parsed 1
java.time.format.DateTimeFormatterBuilder$NumberPrinterParser 1
java.io.ObjectStreamField 1
java.util.IntSummaryStatistics 1
java.lang.ProcessBuilder$RedirectPipeImpl 1
sun.reflect.annotation.AnnotationType 1
jdk.internal.perf.PerfCounter 2
java.net.SocketImpl 1
java.lang.invoke.MethodHandle 1
java.nio.channels.FileLock 1
java.lang.invoke.Invokers 1
java.lang.invoke.SerializedLambda 1
java.lang.ProcessBuilder$Redirect$4 1
com.cronutils.parser.CronParserField 5
java.lang.invoke.MethodTypeForm 1
sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo 1
java.lang.module.Configuration 1
java.lang.ProcessBuilder$Redirect$2 1
com.cronutils.model.field.expression.Always 2
java.util.concurrent.locks.AbstractQueuedSynchronizer 1
java.io.ObjectOutputStream$DebugTraceInfoStack 1
java.util.concurrent.atomic.AtomicLong 1
java.util.Formatter 3
java.nio.file.InvalidPathException 1
java.nio.file.FileSystemException 1
java.net.URISyntaxException 1
java.util.regex.PatternSyntaxException 1
java.io.InvalidClassException 1
java.util.concurrent.ConcurrentHashMap$CollectionView 2
java.security.PermissionCollection 1
java.nio.charset.CoderResult 1
java.lang.ProcessImpl 1
org.slf4j.event.KeyValuePair 1
java.lang.invoke.MethodHandles$Lookup 1
java.util.concurrent.atomic.AtomicInteger 1
com.cronutils.model.field.value.FieldValue 2
com.cronutils.model.field.value.IntegerFieldValue 2
java.lang.Number 1
com.cronutils.model.field.value.SpecialCharFieldValue 2
java.util.concurrent.locks.ReentrantReadWriteLock 1
java.io.ObjectStreamClass 1
java.util.LongSummaryStatistics 1
java.util.Collections 3
com.cronutils.model.field.definition.DayOfWeekFieldDefinition 2
com.cronutils.mapper.WeekDay 5
java.util.concurrent.ConcurrentHashMap$ValuesView 1
java.util.AbstractSequentialList 2
java.util.ArrayDeque 2
com.cronutils.model.field.definition.FieldDefinitionBuilder 6
java.util.AbstractCollection:java.util.HashSet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 1
com.cronutils.model.field.definition.FieldSpecialCharsDefinitionBuilder 7
com.cronutils.model.field.definition.FieldQuestionMarkDefinitionBuilder 2
com.cronutils.model.field.definition.FieldDefinition$lambda_createFieldDefinitionComparator_0__5 2
java.util.Comparator 1
com.cronutils.model.definition.CronConstraintsFactory 1
com.cronutils.model.definition.CronConstraintsFactory$2 2
com.cronutils.parser.CronParser 5
com.cronutils.parser.CronParser$toCronParserField__6 2
java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.LinkedHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 3
com.cronutils.parser.CronParserField$lambda_createFieldTypeComparator_0__7 2
java.util.stream.Collectors 1
java.util.AbstractSequentialList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 2
java.security.Provider:java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 1
com.code_intelligence.jazzer.api.FuzzedDataProvider 1
com.cronutils.utils.StringUtils 2
java.lang.AbstractStringBuilder:java.lang.StringBuffer:java.lang.StringBuilder:java.nio.CharBuffer 1
java.util.AbstractCollection:java.util.HashSet:java.util.TreeMap$EntrySet:java.util.TreeMap$KeySet:java.util.concurrent.ConcurrentHashMap$EntrySetView:java.util.concurrent.ConcurrentHashMap$KeySetView 2
com.cronutils.builder.CronBuilder 17
java.util.AbstractMap:java.util.EnumMap:java.util.HashMap:java.util.Hashtable:java.util.IdentityHashMap:java.util.Properties:java.util.TreeMap:java.util.WeakHashMap:java.util.concurrent.ConcurrentHashMap:java.util.jar.Attributes 1
com.cronutils.model.field.expression.On 10
com.cronutils.model.field.expression.FieldExpression 3
com.cronutils.model.field.expression.visitor.ValidationFieldExpressionVisitor 13
com.cronutils.StringValidations 5
com.cronutils.model.field.expression.Every 6
com.cronutils.model.field.expression.visitor.FieldExpressionVisitorAdaptor 7
com.cronutils.model.field.expression.visitor.ValueMappingFieldExpressionVisitor 5
com.cronutils.descriptor.refactor.SecondsDescriptor 6
com.cronutils.model.field.expression.Between 5
com.cronutils.model.field.expression.And 5
com.cronutils.model.field.expression.Always:com.cronutils.model.field.expression.QuestionMark 1
com.cronutils.mapper.CronMapper$1 4
com.cronutils.mapper.CronMapper 4
com.cronutils.mapper.ConstantsMapper 1
com.cronutils.mapper.WeekDay$lambda_bothSameStartOfRange_0__11 2
java.io.BufferedReader$1:java.nio.file.FileTreeIterator:java.nio.file.Files$2 1
com.cronutils.descriptor.refactor.SecondsDescriptor:com.cronutils.model.field.expression.visitor.ValueMappingFieldExpressionVisitor 1
java.util.AbstractList:java.util.ArrayList:java.util.LinkedList:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList 1
com.cronutils.model.SingleCron 6
com.cronutils.model.RebootCron 2
com.cronutils.model.CompositeCron 3
java.lang.UnsupportedOperationException 1
com.cronutils.model.definition.CronConstraintsFactory$1 1
com.cronutils.model.field.CronField$lambda_createFieldComparator_0__10 2
com.cronutils.parser.CronParser$parse__4 2
java.util.LinkedList 2
java.util.Arrays:java.util.stream.Collectors 1
com.cronutils.model.CompositeCron$lambda_new_0__8 2
com.cronutils.parser.CronParser$lambda_parse_0__2 2
com.cronutils.parser.CronParser$parse__3 2
com.cronutils.parser.CronParser$lambda_parse_1__1 2
com.cronutils.parser.FieldParser 18
java.lang.OutOfMemoryError 1
java.lang.VirtualMachineError 1
java.lang.NumberFormatException 2
java.lang.CharacterData 1
java.lang.AbstractStringBuilder:java.lang.StringBuilder 1
com.cronutils.model.field.value.SpecialChar 1
java.lang.CloneNotSupportedException 1
java.lang.Object:java.lang.invoke.MemberName:java.lang.ref.Reference:java.net.HttpCookie:java.security.MessageDigest:java.security.MessageDigestSpi:java.security.Signature:java.security.SignatureSpi:java.text.BreakIterator:java.text.ChoiceFormat:java.text.Collator:java.text.DateFormat:java.text.DateFormatSymbols:java.text.DecimalFormatSymbols:java.text.Format:java.text.MessageFormat:java.text.NumberFormat:java.util.AbstractMap:java.util.ArrayDeque:java.util.ArrayList:java.util.Calendar:java.util.Date:java.util.EnumMap:java.util.EnumSet:java.util.HashMap:java.util.HashSet:java.util.Hashtable:java.util.Hashtable$Entry:java.util.IdentityHashMap:java.util.LinkedList:java.util.Locale:java.util.Properties:java.util.TimeZone:java.util.TreeMap:java.util.Vector:java.util.concurrent.CopyOnWriteArrayList:java.util.jar.Attributes:java.util.jar.Manifest:java.util.zip.ZipEntry:sun.util.calendar.CalendarDate 1

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
com.cronutils.parser.CronParser$toCronParserField__6 ['CronParserFuzzer'] []
com.cronutils.descriptor.DescriptionStrategyFactory [] []
com.cronutils.model.definition.CronConstraintsFactory ['CronParserFuzzer'] []
com.cronutils.model.field.constraint.FieldConstraintsBuilder ['CronParserFuzzer'] []
com.cronutils.parser.CronParser$parse__4 ['CronParserFuzzer'] []
com.cronutils.model.field.definition.FieldDayOfWeekDefinitionBuilder ['CronParserFuzzer'] []
com.cronutils.descriptor.TimeDescriptionStrategy [] []
com.cronutils.model.field.expression.FieldExpressionFactory [] []
java.lang.System ['CronParserFuzzer'] []
com.cronutils.model.CronType [] []
com.cronutils.model.field.CronField$lambda_createFieldComparator_0__10 ['CronParserFuzzer'] []
com.cronutils.model.definition.CronNicknames [] []
com.cronutils.model.definition.CronDefinition ['CronParserFuzzer'] []
com.cronutils.model.time.generator.NullFieldValueGenerator [] []
com.cronutils.mapper.CronMapper ['CronParserFuzzer'] []
com.cronutils.model.time.ExecutionTimeBuilder [] []
com.cronutils.parser.CronParser$lambda_parse_1__1 ['CronParserFuzzer'] []
com.cronutils.model.field.expression.Every ['CronParserFuzzer'] []
com.cronutils.model.time.generator.OnDayOfWeekValueGenerator [] []
com.cronutils.model.field.expression.QuestionMark ['CronParserFuzzer'] []
java.nio.file.Files [] []
com.cronutils.model.time.generator.AlwaysFieldValueGenerator [] []
com.cronutils.model.field.definition.FieldSpecialCharsDefinitionBuilder ['CronParserFuzzer'] []
com.cronutils.model.time.NearestValue [] []
java.io.BufferedReader [] []
com.cronutils.model.field.value.SpecialChar ['CronParserFuzzer'] []
com.cronutils.converter.CronToCalendarTransformer [] []
com.cronutils.model.time.generator.EveryDayOfWeekValueGenerator [] []
com.cronutils.mapper.WeekDay ['CronParserFuzzer'] []
com.cronutils.descriptor.CronDescriptor [] []
java.lang.ProcessBuilder [] []
com.cronutils.utils.Preconditions ['CronParserFuzzer'] []
com.cronutils.model.time.generator.BetweenFieldValueGenerator [] []
com.cronutils.model.definition.CronConstraintsFactory$2 ['CronParserFuzzer'] []
com.cronutils.parser.CronParserField$lambda_createFieldTypeComparator_0__7 ['CronParserFuzzer'] []
com.cronutils.model.field.definition.FieldDefinitionBuilder ['CronParserFuzzer'] []
java.io.BufferedWriter [] []
com.cronutils.utils.WeekendPolicy [] []
java.io.PrintWriter [] []
com.cronutils.utils.Predicates [] []
com.cronutils.utils.DateUtils [] []
com.cronutils.model.time.generator.AndDayOfWeekValueGenerator [] []
com.cronutils.descriptor.NominalDescriptionStrategy [] []
com.cronutils.model.time.CompositeExecutionTime [] []
java.util.concurrent.Callable [] []
com.cronutils.model.time.generator.FieldValueGeneratorFactory [] []
com.cronutils.model.field.value.SpecialCharFieldValue ['CronParserFuzzer'] []
com.cronutils.StringValidations ['CronParserFuzzer'] []
java.nio.file.Paths [] []
com.cronutils.model.field.expression.visitor.ValidationFieldExpressionVisitor ['CronParserFuzzer'] []
com.cronutils.model.time.generator.OnFieldValueGenerator [] []
com.cronutils.descriptor.refactor.SecondsDescriptor ['CronParserFuzzer'] []
com.cronutils.model.field.definition.FieldQuestionMarkDefinitionBuilder ['CronParserFuzzer'] []
java.io.InputStream [] []
com.cronutils.model.definition.CronConstraintsFactory$1 ['CronParserFuzzer'] []
com.cronutils.utils.StringUtils ['CronParserFuzzer'] []
com.cronutils.parser.CronParser$lambda_parse_0__2 ['CronParserFuzzer'] []
com.cronutils.model.CompositeCron$lambda_new_0__8 ['CronParserFuzzer'] []
com.cronutils.model.time.ExecutionTime$1 [] []
com.cronutils.model.field.definition.DayOfWeekFieldDefinition ['CronParserFuzzer'] []
com.cronutils.model.time.generator.OnDayOfMonthValueGenerator [] []
java.util.concurrent.Executor [] []
com.cronutils.utils.CronFrequencyComparator [] []
com.cronutils.model.field.constraint.FieldConstraints ['CronParserFuzzer'] []
com.cronutils.model.SingleCron ['CronParserFuzzer'] []
com.cronutils.parser.CronParser ['CronParserFuzzer'] []
java.io.File ['CronParserFuzzer'] []
com.cronutils.model.time.generator.BetweenDayOfWeekValueGenerator [] []
com.cronutils.model.definition.CronDefinitionBuilder ['CronParserFuzzer'] []
com.cronutils.parser.CronParser$parse__3 ['CronParserFuzzer'] []
java.io.OutputStream [] []
com.cronutils.model.field.expression.Weekdays [] []
com.cronutils.model.field.expression.visitor.ValueMappingFieldExpressionVisitor ['CronParserFuzzer'] []
com.cronutils.model.field.expression.Between ['CronParserFuzzer'] []
com.cronutils.model.field.definition.FieldDefinition$lambda_createFieldDefinitionComparator_0__5 ['CronParserFuzzer'] []
com.cronutils.validation.CronValidator [] []
com.cronutils.converter.CronConverter [] []
com.cronutils.model.field.CronField ['CronParserFuzzer'] []
com.cronutils.model.field.value.IntegerFieldValue ['CronParserFuzzer'] []
com.cronutils.mapper.CronMapper$1 ['CronParserFuzzer'] []
com.cronutils.model.field.expression.Always ['CronParserFuzzer'] []
com.cronutils.model.time.SingleExecutionTime [] []
com.cronutils.model.RebootCron ['CronParserFuzzer'] []
com.cronutils.model.field.CronFieldName [] []
com.cronutils.model.field.expression.And ['CronParserFuzzer'] []
com.cronutils.converter.CalendarToCronTransformer [] []
com.cronutils.parser.CronParserField ['CronParserFuzzer'] []
com.cronutils.model.time.TimeNode [] []
CronParserFuzzer ['CronParserFuzzer'] []
com.cronutils.model.field.expression.visitor.FieldExpressionVisitorAdaptor ['CronParserFuzzer'] []
com.cronutils.builder.CronBuilder ['CronParserFuzzer'] []
com.cronutils.model.field.expression.On ['CronParserFuzzer'] []
com.cronutils.model.time.generator.AndFieldValueGenerator [] []
com.cronutils.model.CompositeCron ['CronParserFuzzer'] []
com.cronutils.parser.FieldParser ['CronParserFuzzer'] []
com.cronutils.mapper.WeekDay$lambda_bothSameStartOfRange_0__11 ['CronParserFuzzer'] []
com.cronutils.model.time.generator.EveryFieldValueGenerator [] []
com.cronutils.descriptor.refactor.TimeDescriptor [] []
com.cronutils.model.field.definition.FieldDefinition ['CronParserFuzzer'] []
com.cronutils.model.time.SingleExecutionTime$ExecutionTimeResult ['CronParserFuzzer'] []
com.cronutils.mapper.ConstantsMapper ['CronParserFuzzer'] []
java.lang.Runtime [] []
com.cronutils.descriptor.TimeDescriptionStrategy$TimeFields [] []

Directories in report

Directory