rjust / defects4j

A Database of Real Faults and an Experimental Infrastructure to Enable Controlled Experiments in Software Engineering Research
MIT License
684 stars 297 forks source link

Fail if Java version is not 8. #567

Closed markro49 closed 1 month ago

rjust commented 1 month ago

Thanks for adding this check, @markro49.

Can you please add this as a check in Constants.pm.

This ensures that the check is performed for any script in D4J, incl. test generation and analysis, not just the defects4j command line interface.

Nice to have (but not a blocker): implement the check in Perl, without using external grep.