Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
64 lines
Copy
4 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
64 lines
Copy
boolean valReturn(int, int);
boolean valReturn(int, int);
Code:
Code:
0: iload_1
0: iload_1
1: iload_2
1: iload_2
Copy
Copied
Copy
Copied
2: if_icmpne
9
2: if_icmpne
7
5: iconst_1
5: iconst_1
Copy
Copied
Copy
Copied
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
Saved diffs
Original text
Open file
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
Changed text
Open file
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
Find difference