jazzer icon indicating copy to clipboard operation
jazzer copied to clipboard

feat: add char and Character mutator

Open oetr opened this issue 2 months ago • 0 comments

We forgot about chars in the past!

Not sure if @Positive and @Negative , etc. make sense on chars (the only signed integral in Java? :laughing:) @InRange can be used like in the sample fuzz test.

fuzzerTestOneInput(@InRange(min = '\u0000', max = '\uFFFF') char data) {

oetr avatar Nov 24 '25 10:11 oetr