dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Type of empty arrays in Java #272

Closed bsels closed 5 months ago

bsels commented 3 years ago

This is the problem: Empty arrays are defined as object array's: dodona ugent be_nl_courses_637_series_7132_activities_541948398__from_solution=Sorteren java But we probably want to define the type of the content of these arrays (in extension all the inner types of the complex types), example: dodona ugent be_nl_courses_637_series_7132_activities_541948398__from_solution=Sorteren java

niknetniko commented 5 months ago

Should be handled with #276