1. ERROR in C:\Users\slehuta\isis-fish-4\isis-community-database\scripts\RunExportOnManySimulationResult.java (at line 62)
protected List<Export> exports = Arrays.asList(
//new Discards_AgeStructure(),
new Captures_AgeStructure()
//new Landings_AgeStructure()
//new Landings_month(),
//new Captures_AgeStructure_month()
//new RegionDefinition()
);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from List<Captures_AgeStructure> to List<Export>