Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 7 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
4 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
64 lignes
Copier tout
4 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
64 lignes
Copier tout
boolean valReturn(int, int);
boolean valReturn(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
Copier
Copié
Copier
Copié
2: if_icmpne
9
2: if_icmpne
7
5: iconst_1
5: iconst_1
Copier
Copié
Copier
Copié
6:
goto 10
6:
ireturn
9
: iconst_0
7
: iconst_0
10
: ireturn
8
: ireturn
boolean condReturn(int, int);
boolean condReturn(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
2: if_icmpne 9
2: if_icmpne 9
5: iconst_1
5: iconst_1
6: goto 10
6: goto 10
9: iconst_0
9: iconst_0
10: ireturn
10: ireturn
boolean ifReturn(int, int);
boolean ifReturn(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
2: if_icmpne 7
2: if_icmpne 7
5: iconst_1
5: iconst_1
6: ireturn
6: ireturn
7: iconst_0
7: iconst_0
8: ireturn
8: ireturn
void valVar(int, int);
void valVar(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
2: if_icmpne 9
2: if_icmpne 9
5: iconst_1
5: iconst_1
6: goto 10
6: goto 10
9: iconst_0
9: iconst_0
10: istore_3
10: istore_3
11: return
11: return
void condVar(int, int);
void condVar(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
2: if_icmpne 9
2: if_icmpne 9
5: iconst_1
5: iconst_1
6: goto 10
6: goto 10
9: iconst_0
9: iconst_0
10: istore_3
10: istore_3
11: return
11: return
void ifVar(int, int);
void ifVar(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
2: if_icmpne 10
2: if_icmpne 10
5: iconst_1
5: iconst_1
6: istore_3
6: istore_3
7: goto 12
7: goto 12
10: iconst_0
10: iconst_0
11: istore_3
11: istore_3
12: return
12: return
Différences enregistrées
Texte d'origine
Ouvrir un fichier
boolean valReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: ireturn boolean condReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: ireturn boolean ifReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 7 5: iconst_1 6: ireturn 7: iconst_0 8: ireturn void valVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: istore_3 11: return void condVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: istore_3 11: return void ifVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 10 5: iconst_1 6: istore_3 7: goto 12 10: iconst_0 11: istore_3 12: return
Texte modifié
Ouvrir un fichier
boolean valReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 7 5: iconst_1 6: ireturn 7: iconst_0 8: ireturn boolean condReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: ireturn boolean ifReturn(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 7 5: iconst_1 6: ireturn 7: iconst_0 8: ireturn void valVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: istore_3 11: return void condVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 9 5: iconst_1 6: goto 10 9: iconst_0 10: istore_3 11: return void ifVar(int, int); Code: 0: iload_1 1: iload_2 2: if_icmpne 10 5: iconst_1 6: istore_3 7: goto 12 10: iconst_0 11: istore_3 12: return
Trouver la différence