-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Deux objets Professeur
ayant la même dénomination, doivent être égal. Même si l'un possède des accents au sein de sa dénomination et l'autre non.
Reproduction du problème
Professeur professeur1 = new Professeur("Épie Jean");
Professeur professeur2 = new Professeur("Epie Jean");
return professeur1.equals(professeur2);
Le résultat retourné est false
.
Résultat attendu
Le code aurait dû ignorer l'accentuation et retourner vrai.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working