You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Annotation inference & entrypoint identification - try to minimize "correct but unhelpful" fixes
Annotation removal - remove @DefaultQualifier etc. annotations included in LLM input.
Null field replacement - replace Specimin-generated nulls with /.../ or someValue or some other token
Long method/diff detection - this covers 2 of the 4 "unacceptable" outputs from the test results
Don't null check return values? - The other 2 unacceptable ones were both return value changes.
CFG analysis to detect semantically equivalent changes?
The text was updated successfully, but these errors were encountered:
Annotation inference & entrypoint identification - try to minimize "correct but unhelpful" fixes
Annotation removal - remove @DefaultQualifier etc. annotations included in LLM input.
Null field replacement - replace Specimin-generated nulls with /.../ or someValue or some other token
Long method/diff detection - this covers 2 of the 4 "unacceptable" outputs from the test results
Don't null check return values? - The other 2 unacceptable ones were both return value changes.
CFG analysis to detect semantically equivalent changes?
The text was updated successfully, but these errors were encountered: