Commit Graph

765 Commits

Author SHA1 Message Date
dupirefr
7493cd2fc2 [JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest 2020-03-05 07:51:28 +01:00
dupirefr
4d3ef0a8da [JAVA-131] Kept difference between hamcrest and hamcrest-all 2020-03-05 07:51:22 +01:00
Jonathan Cook
e4408fb1af BAEL-3854 - Pattern Matching for instanceof in Java 14 (#8799)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
2020-03-02 22:15:28 -08:00
Greg
359035c055 Merge pull request #8742 from amdegregorio/BAEL-3840
BAEL-3840 Suppressed Exceptions in Java
2020-03-02 10:05:23 -05:00
amdegregorio
48b156bcd3 BAEL-3840 Adjust examples based on editor feedback 2020-02-28 06:54:27 -05:00
Eric Martin
fdffe53ec5 Merge pull request #8751 from johnA1331/master
Bi-Monthly Test Fix - BAEL-22265 and BAEL-22266
2020-02-24 20:47:31 -06:00
Jonathan Cook
14a7932b95 Merge pull request #8688 from psoares/master
[BAEL-3601] How to Lock Files in Java
2020-02-24 23:10:40 +01:00
François Dupire
9a838423fb [BAEL-3488] Timer Class (#8769)
* [BAEL-3488] Moving code to core-java where the original article code was located

* [BAEL-3488] Moved original code under timer package
2020-02-23 08:53:12 -08:00
johnA1331
fc37657333 Update README.md 2020-02-19 11:33:53 +08:00
amdegregorio
d3bd2c4cd8 BAEL-3840 Fix example for section 2.1. 2020-02-18 16:07:26 -05:00
Loredana Crusoveanu
288324bb8b Merge pull request #8737 from eugenp/lor6-patch-1
Update README.md
2020-02-17 21:21:47 +02:00
amdegregorio
cc68549a91 BAEL-3840 Suppressed Exceptions in Java 2020-02-17 06:36:35 -05:00
Jonathan Cook
74e5e5207b Merge pull request #8592 from AlexFlorinHriscu/master
BAEL-3502 Arrays.deepEquals method examples.
2020-02-17 11:27:53 +01:00
Loredana Crusoveanu
d86752bc7f Update README.md 2020-02-16 21:35:44 +02:00
Loredana Crusoveanu
50fda8e1e0 Merge pull request #8717 from Maiklins/JAVA-112-merge-duplicate-read-file-articles
JAVA-112 merge duplicate read file articles
2020-02-16 21:32:41 +02:00
mikr
c30ba0c68b Java-112 Update unit tests for article merge 2020-02-16 18:32:53 +01:00
Florin Hriscu
6581c9ca57 BAEL-3502 - Format core-java-modules pom.xml file. 2020-02-16 17:45:08 +02:00
Florin Hriscu
4c2b5c88a7 BAEL-3502 - Format pom.xml file. 2020-02-16 17:43:28 +02:00
Florin Hriscu
9ba4bc4a5c BAEL-3502 Apply correct formatter. 2020-02-16 17:34:31 +02:00
Florin Hriscu
ae672bcc5e BAEL-3502 Bind core-java-arrays-3 module to parent module. 2020-02-16 00:33:48 +02:00
Florin Hriscu
249361b184 BAEL-3502 Add ArraysDeepEqualsUnitTest.java inside new core-java-arrays-3 module. 2020-02-16 00:33:19 +02:00
Florin Hriscu
f0841886b1 BAEL-3502 Remove ArraysDeepEqualsUnitTest file from core-java-arrays-2 module. 2020-02-16 00:29:50 +02:00
Philippe Soares
859bf3fc67 Reverted change on README.md 2020-02-14 23:20:05 -05:00
psoares
1e16f0ed7f Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:12:37 -05:00
psoares
5806a622b2 Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:12:30 -05:00
psoares
ad39bcfd96 Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:11:52 -05:00
psoares
6db4f6ebfa Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:11:41 -05:00
psoares
4ecc47280e Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:11:34 -05:00
psoares
9bee6c4320 Update core-java-modules/core-java-nio-2/src/test/java/com/baeldung/lock/FileLocksUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-02-14 23:11:28 -05:00
mikr
36fd739bcd Java-64 Remove stray code 2020-02-14 12:30:43 +01:00
mikr
177dab4711 Java-112 Merge duplicate Java read from file articles 2020-02-13 09:16:08 +01:00
mikr
3eecf5499c Java-112 Merge duplicate Java read from file articles 2020-02-13 08:50:05 +01:00
rpvilao
54c489179e Merge pull request #8672 from sampada07/BAEL-3394
BAEL-3394 : Using headless mode in Java
2020-02-12 18:21:44 +01:00
Pazis
c45d69388f java.net.SocketException: Connection reset (#8707)
* initial commit

* fix
2020-02-11 12:10:59 -08:00
Loredana Crusoveanu
b0ba0e1ff0 Merge pull request #8703 from eugenp/lor6-patch-7
Delete README.md
2020-02-10 23:14:37 +02:00
Loredana Crusoveanu
720c481a29 Merge pull request #8702 from eugenp/lor6-patch-6
Update README.md
2020-02-10 23:14:05 +02:00
Loredana Crusoveanu
ecabb3f9ba Merge pull request #8675 from eugenp/lor6-patch-3
Update SortComparisonUnitTest.java
2020-02-10 23:13:19 +02:00
Loredana Crusoveanu
dd6849f8a4 Delete README.md 2020-02-10 23:11:03 +02:00
Loredana Crusoveanu
d52f0636b6 Update README.md 2020-02-10 23:10:44 +02:00
johnA1331
418a2722a4 Update README.md 2020-02-10 15:24:02 +08:00
johnA1331
fa17b3db61 Update README.md 2020-02-10 15:20:46 +08:00
johnA1331
858ad6ef3d Update README.md 2020-02-10 15:19:13 +08:00
johnA1331
7699123fc9 Update README.md 2020-02-10 15:10:22 +08:00
johnA1331
fff3a8f230 Update README.md 2020-02-10 15:08:56 +08:00
johnA1331
30957ac796 Update README.md 2020-02-10 15:07:32 +08:00
johnA1331
1aac8df8b3 Update README.md 2020-02-10 14:56:01 +08:00
johnA1331
14b41bd5ef Update README.md 2020-02-10 14:43:34 +08:00
johnA1331
1d4428693c Update README.md 2020-02-10 14:35:29 +08:00
johnA1331
e8dafad8dc Update README.MD 2020-02-10 14:33:53 +08:00
johnA1331
843977d79f Update README.md 2020-02-10 14:21:28 +08:00