MAJ V4.5.0

This commit is contained in:
pablo rodriguez 2024-04-02 15:30:05 +02:00
parent bb1b4cb457
commit 4117891855
6 changed files with 9 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -188,6 +188,13 @@ public class VerificationHistorique {
for(int i2 = 0 ; i2 < LesFichiers2.size(); i2++) {
String nameStudent2 = LesFichiers2.get(i2).getAttributs().get("dossier");
if(commandes.analyse_exclure_name_creator) {
String author = nameStudent2.toLowerCase();
if(author.equalsIgnoreCase(commandes.analyse_auteur_exclure_historique)) {
continue;
}
}
txt.setText(AffichageMessageEcran + "\n" + "Recherche correspondance avec " + nameStudent2);
ArrayList<node> HitoriqueDuFichier2 = LesFichiers2.get(i2).retourneEnfantsByName("text:changed-region", new ArrayList<node>());

View File

@ -676,7 +676,7 @@ public final class setting extends JFrame {
commandes.number_match=Integer.valueOf(textFieldMiniCorrespondance.getText());
commandes.mini_number_modification = Integer.valueOf(textFieldNbrMiniModification.getText());
commandes.nombres_modifications_simultané_maxi = Integer.valueOf(textFieldMaxiModificationSimul.getText());
commandes.analyse_auteur_exclure_historique = textFieldPremierAuteur.getText();
commandes.analyse_auteur_exclure_historique = textFieldPremierAuteur.getText().trim().toLowerCase();
commandes.analyse_exclure_name_creator=chckEclureCreateur.isSelected();
//** Validation similitude