SpoonLabs / nopol

Automatic program repair system for Java based on dynamic analysis and code synthesis with SMT. Also contains the code of Dynamoth.
https://hal.archives-ouvertes.fr/hal-01285008/document
GNU General Public License v2.0
97 stars 40 forks source link

refactor: Builder for NopolContext #208

Open andre15silva opened 3 years ago

andre15silva commented 3 years ago

NopolContext is a very complex class in number of attributes.

Having a Builder for this class would allow for a cleaner configuration by users such as Repairnator.

monperrus commented 3 years ago

Good idea.