Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 976aa61

Browse files
committed
Validate by hand changes
1 parent 42258a2 commit 976aa61

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

onjava/ProcessFiles.java

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// {ValidateByHand}
65
// {java onjava.ProcessFiles}
76
package onjava;
87
import java.io.*;
@@ -53,3 +52,26 @@ public static void main(String[] args) {
5352
"java").start(args);
5453
}
5554
}
55+
/* Output: (First and Last 10 Lines)
56+
.\ArrayShow.java
57+
.\atunit\AtUnit.java
58+
.\atunit\ClassNameFinder.java
59+
.\atunit\Test.java
60+
.\atunit\TestObjectCleanup.java
61+
.\atunit\TestObjectCreate.java
62+
.\atunit\TestProperty.java
63+
.\BasicSupplier.java
64+
.\CollectionMethodDifferences.java
65+
.\ConvertTo.java
66+
...________...________...________...________...
67+
.\Stack.java
68+
.\Suppliers.java
69+
.\TimedAbort.java
70+
.\Timer.java
71+
.\Tuple.java
72+
.\Tuple2.java
73+
.\Tuple3.java
74+
.\Tuple4.java
75+
.\Tuple5.java
76+
.\TypeCounter.java
77+
*/

strings/InfiniteRecursion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
55
// Accidental recursion
6-
// {ValidateByHand} Throws exception
6+
// {ValidateByHand} Throws very long exception
77
import java.util.*;
88
import java.util.stream.*;
99

0 commit comments

Comments
 (0)