File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2
2
// (c)2017 MindView LLC: see Copyright.txt
3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
- // {ValidateByHand}
6
5
// {java onjava.ProcessFiles}
7
6
package onjava ;
8
7
import java .io .*;
@@ -53,3 +52,26 @@ public static void main(String[] args) {
53
52
"java" ).start (args );
54
53
}
55
54
}
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
+ */
Original file line number Diff line number Diff line change 3
3
// We make no guarantees that this code is fit for any purpose.
4
4
// Visit http://OnJava8.com for more book information.
5
5
// Accidental recursion
6
- // {ValidateByHand} Throws exception
6
+ // {ValidateByHand} Throws very long exception
7
7
import java .util .*;
8
8
import java .util .stream .*;
9
9
You can’t perform that action at this time.
0 commit comments