1. ERROR in E:\ISISFish\isis-fish-4\isis-community-database\rules\HCR2015_Sole_transition_MSY_2020.java (at line 289) List<PopulationGroup> groups = param_pop.getPopulationGroup(); ^^^^^^ Duplicate local variable groups ---------- 1 problem (1 error) je ne comprends pk.... merci Stephanie -- ...................................................................... Stephanie MAHEVAS (Stephanie.Mahevas@ifremer.fr) IFREMER/EMH (Ecologie et Modèles pour l'Halieutique) Tel: (33) 2 40 37 41 81 Fax: (33) 2 40 37 40 75 o \ o / _ o __| \ / |__ o _ \ o / o /|\ | /\ ___\o \o | o/ o/__ /\ | /|\ / \ / \ | \ /) | ( \ /o\ / ) | (\ / | / \ / \ ......................................................................
Le 21/05/2015 11:34, Stephanie MAHEVAS a écrit :
1. ERROR in E:\ISISFish\isis-fish-4\isis-community-database\rules\HCR2015_Sole_transition_MSY_2020.java (at line 289) List<PopulationGroup> groups = param_pop.getPopulationGroup(); ^^^^^^ Duplicate local variable groups ---------- 1 problem (1 error) Tu déclares plusieurs fois le même nom de variable (l 262 / 289): List<PopulationGroup> groups = param_pop.getPopulationGroup();
Donc, la deuxieme fois, il dit que "groups" est déjà déclaré. -- Éric Chatellier - www.codelutin.com - 02.40.50.29.28
participants (2)
-
Eric Chatellier -
Stephanie MAHEVAS