360 Commits

Author SHA1 Message Date
Bruce Eckel
9b4ebe810e Revert to before I tried Ben's notes 2016-11-02 10:55:40 -07:00
Bruce Eckel
37c5413501 chapter progress 2016-11-01 11:43:22 -07:00
Bruce Eckel
d8a46db6f3 Small changes re Ben 2016-11-01 11:43:06 -07:00
Bruce Eckel
dcdacb1c3f Trying to add -Xlint:unchecked 2016-10-25 10:19:31 -07:00
Bruce Eckel
e472e322b2 Set failOnError=true as per Alexsey 2016-10-25 09:03:51 -07:00
Bruce Eckel
1bdf1beb30 Working draft of understandingcollections/jmh 2016-10-22 13:35:19 -07:00
Bruce Eckel
e8db17143e Update JMH to latest version 2016-10-01 10:45:37 -06:00
Bruce Eckel
b28cd2a3f4 Improved profiling section 2016-09-28 12:54:00 -06:00
Bruce Eckel
7bffa3f30d Upgraded Gradle to 3.1 2016-09-24 12:47:36 -06:00
Bruce Eckel
f98d3aa777 Upgraded jmh 2016-09-24 12:47:21 -06:00
Bruce Eckel
46211235c3 Copyright and jmh testing 2016-09-23 13:23:35 -06:00
Bruce Eckel
84baf7143d Merge pull request #19 from BruceEckel/rmi_test
+RMITests & put remote classes in package
2016-09-06 13:27:15 -06:00
Bruce Eckel
073f20e221 Reorganized network appendix. try-with-finally reformatting 2016-09-06 12:32:51 -06:00
bfrasure
6df70d51b3 +RMITests & put remote classes in package 2016-09-05 21:31:54 -06:00
Bruce Eckel
13a6e2c5e6 Put necessary files in packages
Also fixed a small compile bug (can't use static in @BeforeEach)
2016-09-03 13:24:33 -06:00
Bruce Eckel
704bac09f4 Bill's changes and formatting 2016-09-03 12:18:15 -06:00
Bruce Eckel
11610b8270 Further try-with-resources rewrite 2016-09-03 12:17:25 -06:00
Bruce Eckel
e6dd2198de Commented out checkstyle and findbugs 2016-09-01 21:30:15 -06:00
Bruce Eckel
9c5e884764 Merge pull request #18 from swoogles/master
Store test output in $projectName/tests/report.txt (Thanks so much, Bill!)
2016-09-01 17:28:52 -06:00
bfrasure
22b4982a30 Store test output in $projectName/tests/report.txt 2016-09-01 17:05:02 -06:00
Bruce Eckel
543409a58e Put tests in the "tests" subdirectory 2016-09-01 15:14:44 -06:00
Bruce Eckel
04c08103f3 Added support for checkstyle
Not polished, but it works.
2016-09-01 14:54:30 -06:00
Bruce Eckel
c497c389e3 edits & improvements 2016-08-31 12:30:03 -06:00
Bruce Eckel
ea67cacd65 Tiny edit 2016-08-30 11:03:38 -06:00
Bruce Eckel
aaf9b4b78b chapter name change 2016-08-29 09:06:00 -06:00
Bruce Eckel
666343e0ba Comment to force update 2016-08-29 08:55:28 -06:00
Bruce Eckel
33a529c417 Chapter name and order change 2016-08-29 07:27:53 -06:00
Bruce Eckel
941213aae8 TDD Much better now 2016-08-28 06:13:56 -06:00
Bruce Eckel
9c838f918b TDD almost working, build.gradle cleaned up some 2016-08-27 10:12:56 -06:00
Bruce Eckel
27fdeacf4c Changed to _verify_output 2016-08-26 16:34:59 -06:00
Bruce Eckel
336d85c4cc Trying to get everything to build with JUnit5 2016-08-24 16:28:10 -06:00
Bruce Eckel
2ca00a4fa5 Closer to working with JUnit5 2016-08-23 16:48:02 -06:00
Bruce Eckel
2161792f99 moving to Junit 5 2016-08-23 12:33:38 -06:00
Bruce Eckel
e89d177b08 Flailing by adding lines to try to get it to build 2016-08-23 10:44:52 -06:00
Bruce Eckel
e5071c5175 Name and path changes to help track down {CompileTimeError} issue 2016-08-23 09:33:05 -06:00
James Ward
b947d10cbe
add resources that includes *.xml 2016-08-19 17:16:23 -06:00
Bruce Eckel
07512f29d8 build sort of working for tests, testable files in packages 2016-08-19 15:36:00 -06:00
Bruce Eckel
f52ebcad75 commented out the gradle.build-scan 2016-08-19 11:33:53 -06:00
Bruce Eckel
cfaacad48c TDD section (not great yet, but runs) 2016-08-19 08:21:09 -06:00
Bruce Eckel
0dbbb64ef7 Changed jmhtests to jmh 2016-08-18 11:05:53 -06:00
Bruce Eckel
e7bf71ea3a SLF4J support 2016-08-16 21:43:15 -06:00
Bruce Eckel
0345f21650 Moving to SLF4J 2016-08-16 18:03:29 -06:00
Bruce Eckel
69dec45d88 Upgraded to Gradle 3.0 2016-08-16 18:03:03 -06:00
Bruce Eckel
dd67261553 Added Andres Almiray JMH changes and also buildScan 2016-08-16 16:49:37 -06:00
Bruce Eckel
a45ba31a98 Moved Junit dependency into "subprojects" 2016-08-16 14:23:39 -06:00
Bruce Eckel
a454e23de4 Started Guava Preconditions, new JUnit features 2016-08-15 17:10:52 -06:00
Bruce Eckel
363abe4586 Added description line 2016-08-12 13:37:34 -06:00
Bruce Eckel
84b2e63100 Test ParallelSetAll.java on single-cpu machine 2016-08-11 11:19:48 -06:00
Bruce Eckel
6b1dcd12bc Moved Benchmarking intro to "Verifying" 2016-08-10 15:59:47 -06:00
Bruce Eckel
b0b9fa3499 Added jmh support in "Verifying Your Code" 2016-08-10 15:38:02 -06:00