Details
Description
ProcedureTestingUtility LoadCounter.setMaxProcId() implementation is wrong, and it ends up not setting the max value
public void setMaxProcId(long maxProcId) { - maxProcId = maxProcId; + this.maxProcId = maxProcId; }
ProcedureTestingUtility LoadCounter.setMaxProcId() implementation is wrong, and it ends up not setting the max value
public void setMaxProcId(long maxProcId) { - maxProcId = maxProcId; + this.maxProcId = maxProcId; }