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 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}
76package onjava ;
87import 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+ */
Original file line number Diff line number Diff line change 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
77import java .util .*;
88import java .util .stream .*;
99
You can’t perform that action at this time.
0 commit comments