Skip to content

issues Search Results · repo:rohanpadhye/JQF language:Java

Filter by

190 results
 (56 ms)

190 results

inrohanpadhye/JQF (press backspace or delete to remove)

Edge counting is used in, e.g., AFL to help guide search. Has there been any discussion in implementing edge counting in JQF?
  • bkushigian
  • 2
  • Opened 
    15 days ago
  • #271

Hi all; I m trying to fuzz a trivial method, of the form String foo() { return hello, world! ; } Obviously, not a fascinating method to fuzz, but putting that aside for a moment; I m getting the ...
  • codyroux
  • 2
  • Opened 
    24 days ago
  • #270

I ve been testing out some modifications I ve made to JQF by running on a number of different targets. Some of them fail relatively quickly, but some are longer running (36+hours). It would be helpful ...
  • bkushigian
  • 8
  • Opened 
    on Feb 20
  • #269

When I m scanning my project using ORT toolkit, it complains: WARNING: UNMAPPED_DECLARED_LICENSE - Maven:edu.berkeley.cs.jqf:jqf-instrument:2.0 - The declared license FreeBSD License could not be mapped ...
  • yegor256
  • 2
  • Opened 
    on Jan 15
  • #266

I have a class with a number of methods annotated with @Fuzz. Currently, I have to create multiple execution elements for the jqf-maven-plugin, one per each method. Would be more convenient to have testAllMethods ...
  • yegor256
  • 4
  • Opened 
    on Jan 6
  • #265

I m using jqf-maven-plugin in my Maven build in order to find extra bugs with the help of fuzzing, in a fully automated mode (in CI, not locally). This is my config: plugin groupId edu.berkeley.cs.jqf ...
  • yegor256
  • 2
  • Opened 
    on Jan 6
  • #264

When I use JQF-2.1 to test James-3.8.1, I encounter a situation where the coverage information is 0. `Semantic Fuzzing with Zest Test name: org.apache.james.jmap.draft.methods.SetMessagesCreationProcessorTest#assertUserCanSendFromShouldThrowWhenSenderIsNotTheConnectedUser ...
  • xmq-111
  • 2
  • Opened 
    on Dec 28, 2024
  • #263

Since I need to test a lot of different classes I don t want to write a generator for each one manually, so I wrote the following simple generic generator: package caohch1; import com.pholser.junit.quickcheck.generator.Generator; ...
  • caohch-1
  • 3
  • Opened 
    on Dec 27, 2024
  • #262

#https://github.com/rohanpadhye/JQF/issues/141 Just like the version 16 error described in issue 141, I m experiencing the same problem that apparently should be fixed with -XX:+EnableDynamicAgentLoading ...
  • rogeriob2br
  • 4
  • Opened 
    on Oct 4, 2024
  • #260

Tyche is a visualization tool (primarily designed for VSCode) that helps debug/analyze generators. Adding logging support from JQF would be useful to analyze the existing generators and make improvements. ...
  • vasumv
  • Opened 
    on Aug 30, 2024
  • #257
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub