Commit Graph

38 Commits

Author SHA1 Message Date
johnA1331 92b4049195 Update README.md 2021-02-11 01:07:33 +08:00
Jonathan Cook 9ea990660e Merge pull request #10443 from dstr89/feature/BAEL-4535-overriding-compareTo
Feature/bael 4535 overriding compare to
2021-01-31 16:42:48 +01:00
Daniel Strmecki 51e2fe20b1 BASE-4535: Update examples for overriding compareTo 2021-01-24 16:37:24 +01:00
Daniel Strmecki 268fe2dfe6 BASE-4535: Example for overriding compareTo 2021-01-24 12:33:05 +01:00
johnA1331 dbf7a4cdc8 Update README.md 2020-12-09 18:21:31 +08:00
davidmartinezbarua de36111f42 Merge pull request #10265 from maciejglowka/BAEL-4725
BAEL-4725: examples of double comparison in Java
2020-12-06 12:46:53 -03:00
johnA1331 941b7bd3c8 Update README.md 2020-12-02 19:11:06 +08:00
ashleyfrieze c61ed5f8b0 BAEL-4560 Add various patterns for adding iteration counter to loops/streams (#10266)
* Add various patterns for adding iteration counter to loops/streams

* Add various patterns for adding iteration counter to loops/streams
2020-11-23 18:13:16 +00:00
Maciej Glowka 6743c4de49 BAEL-4725: examples of double comparison in Java 2020-11-20 00:43:49 +01:00
johnA1331 b6ef67eec7 Update README.md 2020-11-11 20:11:57 +08:00
Tarun Jain 1fba6f0127 BAEL-4645|Transient keyword in Java 2020-11-04 14:09:33 +05:30
johnA1331 2bf7f715b0 Update README.md 2020-10-21 11:41:32 +08:00
Eric Martin d6d7661771 Merge pull request #10127 from amdegregorio/BAEL-4503
BAEL-4503
2020-10-18 21:40:33 -05:00
amdegregorio 7d297f344f BAEL-4503 PR/article review feedback 2020-10-17 08:28:31 -04:00
amdegregorio 9735c8c093 BAEL-4503 2020-10-03 17:07:52 -04:00
johnA1331 f77d8a6b4e Update README.md 2020-10-02 13:19:45 +08:00
Eric Martin dd2c527a69 Merge pull request #10043 from sk1418/classObj
[BAEL-4532]a.getClass() vs A.class
2020-09-27 08:49:17 -05:00
Kai Yuan 428e8dac62 [BAEL-4532]a.getClass() vs A.class 2020-09-26 19:25:36 +02:00
johnA1331 a61f3c9b54 Update README.md 2020-09-16 23:56:46 +08:00
Jordan Simpson cf15c1b002 Update core-java-modules/core-java-lang-3/src/test/java/com/baeldung/checkclassexistence/CheckClassExistenceUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-09-09 08:18:57 -05:00
Jordan Simpson 10efba315d Update core-java-modules/core-java-lang-3/src/test/java/com/baeldung/checkclassexistence/CheckClassExistenceUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-09-09 08:18:51 -05:00
Jordan Simpson 576d3c5f42 Update core-java-modules/core-java-lang-3/src/test/java/com/baeldung/checkclassexistence/CheckClassExistenceUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-09-09 08:18:46 -05:00
Jordan Simpson 1624cd3387 Update core-java-modules/core-java-lang-3/src/test/java/com/baeldung/checkclassexistence/CheckClassExistenceUnitTest.java
Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-09-09 08:18:38 -05:00
Jordan Simpson b27e6a0470 Added braces to the if block 2020-09-02 09:00:42 -05:00
Jordan Simpson 661027c771 Added code examples for BAEL-4534 2020-08-31 13:42:50 -05:00
johnA1331 baed0ba3a2 Update README.md 2020-08-20 17:21:55 +08:00
johnA1331 38af7ca655 Update README.md 2020-07-23 21:21:28 +08:00
johnA1331 77a82e3ccc Update README.md 2020-07-21 22:19:17 +08:00
SauDev dc06936a5d BAEL-4135 - When are static variables initialized? (#9607)
* Hexagonal Architecture in Java

A quick and practical example of Hexagonal Architecture in Java

* Fixed code formatting issues

* When are static variables initialized

Sample class and test class.

* Revert "When are static variables initialized"

This reverts commit c781923093ccc88bc269bea276653169065cb17b.

* Revert "Revert "When are static variables initialized""

This reverts commit 2bffdf401d4e7dc2cefd7eb16357b2d51271edad.

* New java module for static variable

Created a new core-java-lang-3 module for static variables.

* PR review changes: Added more scenarios to the static variable test

Covered the following cases:
1. Variable initialization in a static block
2. Variable initialization in a static nested class
2020-07-16 23:13:25 -07:00
rpvilao 6e3b90bca7 Update pom.xml 2020-07-10 20:32:25 +02:00
Jordan Simpson 9bc1cf4864 Update StringToBooleanUnitTest.java 2020-07-10 08:52:48 -05:00
rpvilao fe2bab2224 Merge branch 'master' into BAEL-4300 2020-07-10 09:51:15 +01:00
Amy DeGregorio a934b4099b BAEL 4157 Move examples to new core-java-lang-3 module (#9678) 2020-07-10 08:15:07 +02:00
Jordan Simpson 3d2f49d5d1 Merge remote-tracking branch 'origin/BAEL-4300' into BAEL-4300 2020-07-05 12:09:24 -05:00
Jordan Simpson 33152d2d68 Changed "More" to "Next" and added forward reference to core-java-lang-3 2020-07-05 12:09:12 -05:00
Jordan Simpson 980c18dd29 Delete .gitignore 2020-07-05 11:43:41 -05:00
Jordan Simpson 762797c29d Moved opening bracket up with class definition 2020-06-29 12:05:00 -05:00
Jordan Simpson 85acab7915 Added code examples for BAEL-4300 article. 2020-06-25 15:16:48 -05:00