java-tutorials/patterns
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
..
cqrs-es Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
design-patterns-architectural BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
design-patterns-behavioral BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
design-patterns-behavioral-2 BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
design-patterns-cloud BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
design-patterns-creational BAEL-3921: Remove adding a redundant log handler (#8881) 2020-03-18 07:44:23 +01:00
design-patterns-functional BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
design-patterns-structural BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
dip BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
dipmodular Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
front-controller BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
hexagonal-architecture BAEL-4135 - When are static variables initialized? (#9607) 2020-07-16 23:13:25 -07:00
intercepting-filter BAEL-20759 CLONE - Week 2 | POM Properties Cleanup 2020-01-25 21:53:36 +05:30
solid Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
README.md Update README.md 2019-10-30 22:12:05 +08:00
pom.xml Incorporated review comments from the editor. 2020-05-19 16:56:21 +05:30

README.md

Patterns

This module contains articles about design patterns.