google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
780 stars 92 forks source link

JVM: Add constructor informations in the prompt #429

Closed arthurscchan closed 1 week ago

arthurscchan commented 2 weeks ago

This PR adds the constructors information of the target method with the use of the new introspector query introduced in #426. This PR depends on #416 #425 #426 and needed rebase after these three PRs are merged.