You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to parse properties, put them in a Map<String, String> and pass it to builder that will create a fully-initialized object. It separates logic and also allows us to remove setField() and isFullyInitialized from SiteParser interface.
This also could solve ModifiedCyclomaticComplexity warning from PMD.
php-coder
changed the title
EventsConfig.createSiteParsers(): split the logic for properties parsing and the object...
EventsConfig.createSiteParsers(): split the logic
Jan 3, 2018
The puzzle
801-71f4f89c
from #801 has to be resolved:mystamps/src/main/java/ru/mystamps/web/config/EventsConfig.java
Lines 148 to 149 in 0dac42b
The puzzle was created by Slava Semushin on 02-Jan-18.
The text was updated successfully, but these errors were encountered: