Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:This fix is applicable to branch Juergen.Is there a specific reason why you removed the p.length() > 1 condition from the DOS style?
I didn't remove it, I just return early for the negative condition: + if (p.length() <= 1) + return false; Abdel.