/[Apache-SVN]
ViewVC logotype

Revision 1862665


Jump to revision: Previous Next
Author: mthl
Date: Sat Jul 6 14:39:25 2019 UTC (4 years, 9 months ago)
Changed paths: 2
Log Message:
Improved: Avoid confusing indirections in ‘StartupControlPanel#start’
(OFBIZ-11137)

The ‘StartupControlPanel#start’ method is delegating its job to
smaller private methods to improve readability.  However the
conditionnals were previously hidden inside those methods with the
unfortunate consequence of making case analysis hard.

To avoid this undesirable effect, the conditionals has been moved
inside the ‘StartupControlPanel#start’ method and some delegate
methods has been inlined when their implementation was trivial.  The
parameters of the remaining delegate methods has be refined to avoid
passing around unneeded things.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/AdminServer.java modified , text changed
Directoryofbiz/ofbiz-framework/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/StartupControlPanel.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26