Validate by hand changes

This commit is contained in:
Bruce Eckel 2017-05-15 16:59:12 -06:00
parent 42258a2668
commit 976aa61e90
2 changed files with 24 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// {ValidateByHand}
// {java onjava.ProcessFiles}
package onjava;
import java.io.*;
@ -53,3 +52,26 @@ public class ProcessFiles {
"java").start(args);
}
}
/* Output: (First and Last 10 Lines)
.\ArrayShow.java
.\atunit\AtUnit.java
.\atunit\ClassNameFinder.java
.\atunit\Test.java
.\atunit\TestObjectCleanup.java
.\atunit\TestObjectCreate.java
.\atunit\TestProperty.java
.\BasicSupplier.java
.\CollectionMethodDifferences.java
.\ConvertTo.java
...________...________...________...________...
.\Stack.java
.\Suppliers.java
.\TimedAbort.java
.\Timer.java
.\Tuple.java
.\Tuple2.java
.\Tuple3.java
.\Tuple4.java
.\Tuple5.java
.\TypeCounter.java
*/

View File

@ -3,7 +3,7 @@
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// Accidental recursion
// {ValidateByHand} Throws exception
// {ValidateByHand} Throws very long exception
import java.util.*;
import java.util.stream.*;