Mikhail Polivakha
bb0116b5d5
Migrated BAEL-7190 to a new module ( #16518 )
...
* BAEL-7190 implementation
* Migrated BAEL-7190 to a new module
* Revert "BAEL-7190 implementation"
This reverts commit dd947aefda7b12a0eb06030b5d89f2ada77834a5.
2024-04-28 12:05:04 -07:00
Eugene Kovko
ba73008ee9
BAEL-7885: Simple tests for addAll ( #16504 )
...
* BAEL-7885: Simple tests for addAll
* BAEL-7885: Stream test example
2024-04-28 11:20:08 -07:00
Eugene Kovko
edf65df452
BAEL-7862: Float conversion tests ( #16506 )
...
* BAEL-7862: Float conversion tests
* BAEL-7862: Float Collector
2024-04-27 14:17:49 -07:00
Eugene Kovko
c4b34c1793
Bael 7853 ( #16503 )
...
* BAEL-7853: Removed unnecessary dependencies
* BAEL-7853: Simple PriorityQueue tests
* BAEL-7853: Additional example with Meetings
2024-04-27 14:08:02 -07:00
Mo Helmy
eca1d4920a
This commit is related to BAEL-7858 ( #16507 )
...
This commit aims to add a test class "RemoveAllCharsBeforeSpecificOneUnitTest".
2024-04-27 14:02:06 -07:00
Dominique Plante
14c41ff72a
Merge pull request #16488 from yadavan88/twos-complement
...
Added code to calculate twos complement of a number
2024-04-27 11:55:25 -07:00
Loredana Crusoveanu
2731096e4d
Merge branch 'master' into master
2024-04-27 14:05:55 +03:00
vunamtien
b17f9029a1
[JAVA-31850] Split-or-move-core-java-lang-6 ( #16484 )
...
* [JAVA-31850] Split-or-move-core-java-lang-6
* [JAVA-31850] Split-or-move-core-java-lang-6: Fix missing dependency version of core-java-lang-7
2024-04-26 23:51:19 +02:00
Eugene Kovko
197353bb52
BAEL-7880: Tests for flattening array ( #16496 )
...
* BAEL-7880: Tests for flattening array
* BAEL-7880: Additonal tests for flattening array
* BAEL-7880: Fix formatting
2024-04-26 10:23:02 -07:00
Eugene Kovko
55e3ff793e
Bael 7882 ( #16500 )
...
* BAEL-7882: Test for finding the index of the smallest number
* BAEL-7882: Added new test cases
* BAEL-7882: Added an example with Apache Commons
2024-04-26 09:42:44 -07:00
Eugene Kovko
0522022a08
Bael 7892 ( #16491 )
...
* BAEL-7892: Test for comparing numbers
* BAEL-7892: Added a test for floating point numbers
* BAEL-7892: Fix typos
2024-04-26 09:29:33 -07:00
vunamtien
0bc686a11e
[JAVA-31848] Split-or-move-core-java-collections-5 ( #16482 )
2024-04-25 23:40:46 +02:00
vunamtien
3088ff9e3b
[JAVA-31836] Split-or-move-core-java-string-operations-7 ( #16481 )
2024-04-25 23:13:36 +02:00
Mo Helmy
7a5cbf3971
This commit is related to BAEL-7854 ( #16489 )
...
This commit aims to add a test class named "HashMapCharacterCountUnitTest".
2024-04-25 09:20:58 -07:00
vunamtien
211df8196f
[BAEL-7767] Convert-between-ZonedDateTime-and-Date ( #16490 )
2024-04-25 18:01:54 +02:00
Eugene Kovko
df6b36303a
BAEL-7231: Moved the code to a separate module ( #16272 )
2024-04-25 08:51:31 -07:00
Yadukrishnan
fb121ee632
Used the correct method in test
2024-04-25 15:12:24 +05:30
Yadukrishnan
6d61ab3761
Added another approach for the calculation
2024-04-25 09:44:27 +05:30
Yadukrishnan
03aaa9ceeb
Added code to calculate twos complement of a number
2024-04-25 09:28:10 +05:30
Maiklins
f73582b17d
Merge pull request #16428 from voidabhi/BAEL-7441
...
[BAEL-7441] Fixing EOFException in Java
2024-04-24 22:17:26 +02:00
Eugene Kovko
5a12777c4f
BAEL-7894: Basic tests ( #16483 )
2024-04-24 11:49:05 -07:00
DiegoMarti2
3a0dd5d698
baeldung-articles : BAEL-7649 ( #16452 )
...
Unit Test for hashCode() in Java.
2024-04-24 11:48:34 -07:00
Mo Helmy
f94b8d96ca
This commit is related to BAEL-7856 ( #16480 )
...
This commit aims to add a test class named "LastOccurrenceFinderUnitTest".
2024-04-24 09:52:21 -07:00
collaboratewithakash
049859824c
backlink added
2024-04-24 13:29:26 +05:30
collaboratewithakash
044df1e5dc
backlink updated
2024-04-24 13:22:21 +05:30
collaboratewithakash
74b4f24f4f
backlink added
2024-04-24 13:09:23 +05:30
collaboratewithakash
24a02b4f03
backlink removed
2024-04-24 13:07:57 +05:30
Andrea Cerasoni
0c1e41f3e8
Merge pull request #16283 from thibaultfaure/improvements/BAEL-7745-fix-unit-test-in-core-java-jvm3
...
BAEL-7745 Fix unit test in core-java-jvm3
2024-04-23 18:50:39 +01:00
Harry9656
6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library ( #16357 )
...
* JAVA-26760: Updated and standardized the junit-jupiter-engine library
* JAVA-26760: Updated and standardized the mockito-junit-jupiter library
* fix mockito-junit-jupiter properties
* fix maven-custom-plugin/usage-example properties
* Fix quarkus-funqy
* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
Loredana Crusoveanu
823f8c7891
delete duplicate code; it has been moved to core-java-streams-6
2024-04-23 18:02:48 +03:00
Loredana Crusoveanu
b9b9084286
remove duplicate code; article already moved to core-java-collections-6
2024-04-23 17:29:57 +03:00
rcalago
51709f6817
Update README.md
2024-04-23 16:13:53 +08:00
rcalago
1db60e8eeb
Update README.md
2024-04-23 16:11:47 +08:00
rcalago
18b039e054
Update README.md
2024-04-23 16:09:45 +08:00
Bipin kumar
bf4f3eb524
JAVA-33582: Adding modules which are missed ( #16450 )
2024-04-22 11:41:44 +03:00
panos-kakos
30d09bdc45
[JAVA-33592] Created new module core-java-string-operations-9 and moved code from core-java-string-operations-7 ( #16364 )
2024-04-21 23:29:58 +02:00
MohamedHelmyKassab
9e74ea8ea1
Update StringToOffsetDateTimeUnitTest.java ( #16433 )
2024-04-21 12:41:01 -07:00
Liam Williams
ab4a50ba81
Merge pull request #16431 from sk1418/cast-2-str-vs-str-valueOf
...
[cast-2-str-vs-str-valueOf] casting vs string.valueOf()
2024-04-21 19:43:09 +01:00
Kai.Yuan
bca0e467c9
[cast-2-str-vs-str-valueOf] fix typo
2024-04-21 17:33:56 +02:00
8122171911
9e0ad0a0c7
[BAEL-7659] Compress and Create a Byte Array Using GZip ( #16451 )
...
* [BAEL-7659] Compress and create a byte array using GZip
* [BAEL-7659] Compress and Create a Byte Array Using GZip
* [BAEL-7659] Compress and Create a Byte Array Using GZip
* [BAEL-7659] Compress and Create a Byte Array Using GZip
* [BAEL-7659] Compress and create a byte array using GZip
---------
Co-authored-by: p.kostopoulos <p.kostopoulos@astynomia.gr>
2024-04-20 19:33:22 +05:30
timis1
0f8559fc75
JAVA-30186 Upgrade assertj library in the main pom.xml ( #16404 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-19 13:56:37 +02:00
Bipin kumar
d177b348fa
JAVA-33584: Added reasons on modules that are commented out ( #16378 )
2024-04-19 11:21:12 +03:00
rcalago
4b9159519f
Update README.md
2024-04-17 15:56:34 +08:00
rcalago
6fe8398523
Update README.md
2024-04-17 15:55:17 +08:00
rcalago
61ce803afd
Update README.md
2024-04-17 15:54:13 +08:00
rcalago
7fd48bc884
Update README.md
2024-04-17 15:47:42 +08:00
rcalago
195067257c
Update README.md
2024-04-17 15:46:20 +08:00
rcalago
bc0169b7f1
Update README.md
2024-04-17 15:45:23 +08:00
rcalago
2570128a58
Update README.md
2024-04-17 15:22:42 +08:00
rcalago
12bbc2a20a
Update README.md
2024-04-17 15:17:29 +08:00