538 Commits

Author SHA1 Message Date
Bruce Eckel
4f74fe96b0 Fix Appveyor link 2016-11-23 12:27:48 -08:00
Bruce Eckel
4274fe5613 Added AppVeyor badge
Not sure why I get the bar on the left
2016-11-23 12:24:39 -08:00
Bruce Eckel
66f137e9e8 Changed chapter title 2016-11-23 09:05:26 -08:00
Bruce Eckel
04f3975495 Chapter name change 2016-11-22 19:06:59 -08:00
Bruce Eckel
f980502f07 New version of jmh 2016-11-22 19:06:48 -08:00
Bruce Eckel
fda0e2dee6 Checkstyle and Findbugs changes
Also changed comment callouts from // (1) to // [1]
2016-11-21 12:37:57 -08:00
Bruce Eckel
205b794e48 hide more tests 2016-11-16 22:16:26 -08:00
Bruce Eckel
685194e884 Ignore inner assignment warning 2016-11-16 17:36:30 -08:00
Bruce Eckel
0d4007c1b8 partway through getting clean checkstyle 2016-11-16 08:56:45 -08:00
Bruce Eckel
c6149755f5 Change name from sun_checks.xml 2016-11-15 15:11:16 -08:00
Bruce Eckel
efe4525303 Test with Gradle 3.2-rc-3 2016-11-10 11:28:12 -08:00
Bruce Eckel
7b43ebc94d Merge pull request #22 from bmuschko/code-analysis-sourceset
Only analyze the main source set with FindBugs/Checkstyle
2016-11-09 12:34:16 -08:00
Benjamin Muschko
6fd694af7e Only analyze the main source set 2016-11-09 15:00:05 -05:00
Bruce Eckel
bfd04a0686 Use new version 1.16 2016-11-09 08:50:05 -08:00
Bruce Eckel
eeffb0d2dc Merge pull request #21 from bmuschko/static-code-analysis
Static code analysis
2016-11-06 09:17:18 -08:00
Bruce Eckel
3b71a73018 Link 2016-11-06 08:23:21 -08:00
Benjamin Muschko
5960d4d97d Add group and description for tasks 2016-11-06 09:32:37 -05:00
Benjamin Muschko
65504adcb2 Build does more than just compilation classes 2016-11-06 08:11:12 -05:00
Benjamin Muschko
83c1841cd6 Integrated Checkstyle and FindBugs 2016-11-06 08:10:12 -05:00
Bruce Eckel
7bb367b454 Added Travis URL 2016-11-03 17:00:33 -07:00
Bruce Eckel
070ba92f1d Merge pull request #20 from bmuschko/refactoring
Reorganization of build code into plugins and general cleanup
2016-11-03 16:51:55 -07:00
Benjamin Muschko
b87585436d Dependency is only needed for compilation but not runtime 2016-11-03 17:15:16 -04:00
Bruce Eckel
275f8d3a4b Don't track report.txt and buildSrc/ 2016-11-03 10:21:17 -07:00
Benjamin Muschko
078cede6dc Debugging can be controlled from the command line 2016-11-03 07:50:03 -04:00
Benjamin Muschko
d70ab5d3cc Avoid use of dynamic versions for reproducibility 2016-11-03 07:49:40 -04:00
Benjamin Muschko
0d3b0ea724 Organization of build logic into plugins and general cleanup 2016-11-03 07:38:32 -04:00
Bruce Eckel
5cbe466884 Travis CI status 2016-11-02 16:26:29 -07:00
Bruce Eckel
1cd385b8fb Travis CI status 2016-11-02 16:21:47 -07:00
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