<div dir="auto">After analysing the method declaration carefully I realized some bugs in the code:<div dir="auto"><br></div><div dir="auto"> 1.the if condition on seeing min length as less than 0 returns out of memory error with a message that "required length is too large" which is contradictory to what we are checking in the condition. </div><div dir="auto"><br></div><div dir="auto">2. We should actually return the out of memory error when it exceeds the SOFT_ARRAY_MAX_LENGTH.</div><div dir="auto"><br></div><div dir="auto">3. Moreover we are returning minLength in the third condition when we actually shouldn't because it exceeds the limit </div><div dir="auto"><br></div><div dir="auto">Kindly verify this.</div><div dir="auto"><br></div><div dir="auto"><br></div></div>