Commit Graph

23 Commits

Author SHA1 Message Date
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