Commit Graph

11 Commits

Author SHA1 Message Date
Kai Yuan
9b0ae991f7 [instanceOf-stream] Checking instanceof in Java Stream (#13419) 2023-02-04 10:12:16 -06:00
Aaron Juarez
2d44847335 Bael-3966: code fixes after editor review (#9203) 2020-05-01 21:35:29 +02:00
kwoyke
dd9da8c07e BAEL-3693: Rename test methods (#8482) 2020-01-06 21:36:38 +01:00
sumit-bhawsar
655c545805 Bael 3512-difference between logical and bitwise & (#8203)
* BAEL-3512 unit tests for Bitwise and Logical AND operators

* BAEL-3512 readme.md is updated and added new tests for bitwise & with booleans

* BAEL-3512 updated variables names to more meaningful names

* BAEL-3512 added example for short circuit
2019-12-24 17:03:31 +00:00
Sjmillington
0fe123a691 [BAEL-15993] - Move articles out of core-java pt 3 2019-11-02 11:40:05 +00:00
catalin-burcea
6b80543360 Move articles out of core-java-lang part 2 2019-10-06 15:57:30 +03:00
dupirefr
1b0dea74f6 [BAEL-3117] Added integer xor 2019-08-27 07:55:16 +02:00
dupirefr
d781011762 [BAEL-3117] Moved code into operators module 2019-08-27 07:38:56 +02:00
vatsalgosar
47512231c8 BAEL-3118 (#7552)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118

* BAEL-3118
- Added new module core-java-lang-operators/pom
- Added increment and decrement unary operators unit tests

* BAEL-3118

* modified artifact id

* refactoring - poackage renamed
2019-08-10 22:18:57 +02:00
vatsalgosar
f767e462f5 BAEL-3184 (#7505)
- Moved operator related modules from core-java-lang-syntax to core-java-lang-operators
2019-08-05 07:54:57 +02:00
vatsalgosar
94522094c1 BAEL-3118 (#7488)
* BAEL-3118
- Increment Decrement Unary Operators

* BAEL-3118
- Added UnitTests for Increment Decrement Unary Operators

* BAEL-3118

* BAEL-3118
- Added new module core-java-lang-operators/pom
- Added increment and decrement unary operators unit tests

* BAEL-3118

* modified artifact id
2019-08-04 13:11:01 +02:00