Commit Graph

19 Commits

Author SHA1 Message Date
Amy DeGregorio
62cf3c00a0 BAEL 4157 Move examples to new core-java-lang-3 module (#9678) 2020-07-10 08:15:07 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
vatsalgosar
d3f060f790 BAEL-3987 (#9139)
* BAEL-3987 - Cast an int to an enum value

* refactoring

* code refactored

* BAEL-3987 - Updated code snippets

* bAEL-3987 - Fixed indentation
2020-05-28 17:37:23 +01:00
dupirefr
bb1ccffcaf [BAEL-3981] Fixes from Josh's review
* Upgraded Apache Commons to 3.10

* Replaced Nathalie by Natalie
2020-05-20 23:41:13 +02:00
dupirefr
0ce80e48fd [BAEL-3981] Moved inner classes to upper level 2020-05-20 23:31:13 +02:00
dupirefr
d1e64fb5db [BAEL-3981] Code for article
* Equality operators

* Object#equals method

* Objects#equals static method

* Comparable interface

* Comparator interface

* Apache Commons features

* Guava features
2020-05-20 23:31:12 +02:00
Marcos Lopez Gonzalez
e257fc3a63 AgeCalculator changes 2020-04-28 22:56:25 +02:00
Marcos Lopez Gonzalez
89dddaebe8 changed example for finder of root cause exception 2020-04-28 22:55:30 +02:00
Marcos Lopez Gonzalez
0d9608507b root cause finder 2020-04-28 22:15:39 +02:00
kwoyke
f9a6ef176f BAEL-3978: Add code samples for Objects.equals() (#9033) 2020-04-05 07:52:47 +02:00
Antonio Moreno
33628b1b45 BAEL-3928 Comparing Long values in Java 2020-03-28 11:53:42 +00:00
sampada
7f13a9d0d6 BAEL-3394 : Using headless mode in Java 2020-02-06 19:30:52 +05:30
Kai Yuan
eb5cd047e1 improvement of the article "How to Return Multiple Values From a Java Method" 2020-01-28 21:47:36 +01:00
M-Abdelbaset
d507160b85 Bael 3510-method multiple return values (#8348)
* init

* first draft

* first review round changes

* second review round

* changing arg name
2020-01-01 13:19:04 +02:00
rahulgul8
11aa367292 Changes for "Guide to finally in Java" (BAEL-3526) (#8237)
* Adding files for finally keyword

* Adding returnFromCatch example.

* Adding empty braces instead of dangling ;

* Return from try, removing the catch block.

* moving to to core-java module

* moving to core-java-lang-2
2020-01-01 13:11:12 +02:00
Sampada
957cfeb72b BAEL-3511 : Default parameters in Java (#8317)
* Added Assertj dependency

* Default parameter example POJO and test class
2019-12-05 23:13:38 -08:00
Jonathan Turnock
299e98fa98 BAEL-3212 - Examples of POJO, Bean and BeanUtils reflection (#7782)
* BAEL-3212 - Examples of POJO, Bean and BeanUtils reflection

* Update pom.xml
2019-11-13 21:57:54 +00:00
Amit Pandey
f2cac1ab7c [BAEL-13506] - Split or move core-java-8 module (#7790) 2019-09-20 07:30:34 -06:00
fanatixan
06cbdfce02 bael-3208 command line arguments examples (#7704)
* bael-3208 command line arguments examples

* moved command line argument examples from core-java-lang to core-java-lang-2
2019-09-03 09:26:21 -07:00