private ErrorHandler _errorHandler;
private Log _log;
public void initializeService()
{try { __CLOVER_328_0.M[1604]++;
__CLOVER_328_0.S[7462]++;Orderer orderer = new Orderer(_log, _errorHandler, "property source");
__CLOVER_328_0.S[7463]++;Iterator i = _contributions.iterator();
__CLOVER_328_0.S[7464]++;while ((((i.hasNext()) && (++__CLOVER_328_0.CT[1292] != 0)) || (++__CLOVER_328_0.CF[1292] == 0))){
{
__CLOVER_328_0.S[7465]++;PropertySourceContribution c = (PropertySourceContribution) i.next();
__CLOVER_328_0.S[7466]++;orderer.add(c, c.getName(), c.getAfter(), c.getBefore());
}}
__CLOVER_328_0.S[7467]++;List ordered = orderer.getOrderedObjects();
__CLOVER_328_0.S[7468]++;DelegatingPropertySource delegate = new DelegatingPropertySource();
__CLOVER_328_0.S[7469]++;i = ordered.iterator();
__CLOVER_328_0.S[7470]++;while ((((i.hasNext()) && (++__CLOVER_328_0.CT[1293] != 0)) || (++__CLOVER_328_0.CF[1293] == 0))){