Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider b9cadf0b rédigé par Emmanuel ROCHET's avatar Emmanuel ROCHET
Parcourir les fichiers
parents 18bdaea5 667bcb7d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,6 +5,8 @@ import fr.alma.gtd.donneesserveur.Utilisateur;
import fr.alma.gtd.interfacedistante.CallBack;
import fr.alma.gtd.isessions.IContexteServiceRemote;
import fr.alma.gtd.isessions.IUtilisateurServiceRemote;
import fr.alma.gtd.services.ContexteService;
import fr.alma.gtd.services.UtilisateurService;
import java.rmi.RemoteException;
import java.util.List;
......@@ -51,6 +53,8 @@ public final class CommandeTelechargeContextes implements Commande {
this.identification = i;
this.callback = c;
this.username = "";
this.utilisateurServiceRemote = new UtilisateurService();
this.contexteServiceRemote = new ContexteService();
}
/**
......@@ -64,6 +68,8 @@ public final class CommandeTelechargeContextes implements Commande {
this.identification = i;
this.username = u;
this.callback = c;
this.utilisateurServiceRemote = new UtilisateurService();
this.contexteServiceRemote = new ContexteService();
}
@Override
......
......@@ -166,11 +166,11 @@
<reporting>
<plugins>
<plugin>
<!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javancss-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
</plugin>-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter