38 Commits

Author SHA1 Message Date
Niket Agrawal
e1dc061cd0 Merge remote-tracking branch 'upstream/master' into feature/BAEL-7062-GetIndex 2023-12-14 19:56:27 +05:30
Niket Agrawal
6948bc37e2 Review Comment 2023-12-14 19:53:46 +05:30
Azhwani
8ff0949464 BAEL-6021: Handling NullPointerException in findFirst() When the First Element It Finds Is Null (#15341) 2023-12-08 21:22:40 +01:00
Niket Agrawal
e8c97fd6e5 BAEL-7062 - Fetching Index from List using Streams (#14914)
* Primary Commit

* More Cases covered

* Indentation Corrections on POM

* Merge Conflict Fixed

* Updating as per Jira comments

* Correction

* Review Comment Implementation

* Indentation fixes

* Review Comment Implementation

* Method removal for Iterators

* Test Case Update

* Review Comment changes

* formatting change

* Updating map method

* Review comment update

* Review Comments

* Review Comments
2023-12-04 22:05:54 +05:30
Niket Agrawal
7b83abb7ae Review Comments 2023-11-26 23:51:38 +05:30
Niket Agrawal
39f5de4e30 Review Comments 2023-11-23 20:54:11 +05:30
Niket Agrawal
aa357f8b64 Review comment update 2023-11-16 14:43:14 +05:30
Azhwani
2133e9b5db BAEL-7176: How to avoid NoSuchElementException with Stream (#15098) 2023-11-14 22:48:17 +01:00
Niket Agrawal
ab70c92934 Updating map method 2023-11-08 22:44:29 +05:30
Niket Agrawal
c7bd43e881 formatting change 2023-11-07 23:14:34 +05:30
Niket Agrawal
2628fe1eb0 Review Comment changes 2023-11-07 23:13:46 +05:30
Mo Helmy
946f849767 Update StreamToMapAndMultiMapUnitTest.java (#15146) 2023-11-06 09:34:00 -08:00
davidmartinezbarua
d847f0d335 Merge pull request #15122 from parthiv39731/PR-7177
BAEL-7177
2023-11-06 14:10:53 -03:00
parthiv39731
fb2f90d88f BAEL-7177
review comments implemented.
2023-11-06 19:08:47 +05:30
Mo Helmy
89744aff6c This commit is related to BAEL-7161 (#15132)
This commit aims to add a test class "StreamToMapAndMultiMapUnitTest" that provides several approaches to convert Java stream to Map or MultiMap.
2023-11-04 20:06:13 -07:00
parthiv39731
aa27014425 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 23:12:45 +05:30
parthiv39731
a5d58617e2 BAEL-7177
Modifying Objects within Stream while iterating
2023-11-02 20:21:59 +05:30
Niket Agrawal
2f34022ded Test Case Update 2023-10-31 18:11:34 +05:30
Niket Agrawal
63b435c097 Method removal for Iterators 2023-10-20 18:43:27 +05:30
Eugene Kovko
e3e95fbc82 BAEL - 6715 (#15024)
* BAEL-6715: Fixed Indentation

* BAEL-6715: Changed Lists to Streams

* BAEL-6715: Inlined skip methods in the tests
2023-10-19 10:30:55 -07:00
Eugene Kovko
268698089d BAEL-6715: Taking Every Nth Element from a Java Stream (#14974)
* BAEL-6715: Taking Every Nth Element from a Java Stream

* BAEL-6715: Renaming the tests
2023-10-13 10:47:19 -07:00
Niket Agrawal
3caca638de Review Comment Implementation 2023-10-12 02:58:49 +05:30
Niket Agrawal
a78b189d69 Indentation fixes 2023-10-09 23:27:14 +05:30
Niket Agrawal
1002f9b196 Correction 2023-10-08 21:59:20 +05:30
Niket Agrawal
ca432bbe6b Updating as per Jira comments 2023-10-08 21:57:29 +05:30
Niket Agrawal
64e46d7e95 Merge remote-tracking branch 'upstream/master' into feature/BAEL-7062-GetIndex 2023-10-07 23:25:36 +05:30
etrandafir93
5aea5d5c29 BAEL-6782: partitioning streams (#14833)
* BAEL-6782: partitioning streams

* BAEL-6782: code reivew

* BAEL-6782: line continuations
2023-10-06 23:11:47 -05:00
Niket Agrawal
31b23630ec More Cases covered 2023-10-06 18:53:27 +05:30
Niket Agrawal
fe6bb0e286 Primary Commit 2023-10-05 11:44:52 +05:30
Alexandru Borza
53f3cf70a1 BAEL-6727 Streams vs. Loops in Java (#14741) 2023-09-10 08:49:43 -07:00
parthiv39731
9e0223b28f BAEL-6865, implemented review comments 2023-08-29 20:16:37 -07:00
parthiv39731
bd869f214e BAEL-6865, implemented review comments 2023-08-29 09:00:39 -07:00
parthiv39731
2f309cff86 BAEL-6865, implemented review comments 2023-08-29 08:34:38 -07:00
parthiv39731
2b88d3e646 BAEL-6865, implemented review comments 2023-08-28 10:40:06 -07:00
parthiv39731
5bf002e0fd BAEL-6865, taking care of review comments as part of PR-14653 2023-08-25 10:35:47 -07:00
parthiv39731
9b1d47ff4e BAEL-6865, Aggregate Runtime Exceptions in Java Streams
Changed method names
2023-08-24 12:04:54 -07:00
vaibhav007jain
9fe90d4663 Bael-6331: Adding changes for creating and checking empty streams (#14047)
* BAEL-6331: Create EmptyStreams.java

* BAEL-6331: Create EmptyStreamsUnitTest.java
2023-05-21 08:15:43 +05:30
Bhaskar
685a9495d1 [JAVA-6173] stream.parallelStream and Collections parallel stream differences 2023-04-10 23:49:37 +05:30