Commit Graph

6 Commits

Author SHA1 Message Date
chaos2418
35ee789731 JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
sampadawagde
ab84ce70b6 JAVA-5223: Fix formatting of POMs (Part 10) 2021-05-09 20:09:43 +05:30
Krzysztof Woyke
e56e12e8c7 JAVA-3295: Remove redundant java.version property 2021-03-26 12:55:14 +01:00
amit.pandey
f51fc198af used standard parent in the project 2020-07-18 23:49:58 +05:30
SauDev
07522864be 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 c781923093.

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

This reverts commit 2bffdf401d.

* 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