SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
205 stars 107 forks source link

PROBLEM WITH ASTOR CONFIGURATION: The type javax.annotation.Nullable cannot be resolved. #359

Open juliamanfrindias opened 2 years ago

juliamanfrindias commented 2 years ago

Closure type bug compiles correctly with Ant outside of Astor. But inside Astor when generating the Spoon model, it gives a level 8 compliance error with the message: The type javax.annotation.Nullable cannot be resolved.

How to make the Ant configuration compatible with the Astor configuration to generate the Spoon model?