Github user britter commented on the issue:
https://github.com/apache/commons-lang/pull/353
It looks like an approach that can potentially some some work. I personally
would do it by hand. There is a lot of stuff that can't be detected
automatically. For example we have some tests that run for loops. Those could
be converted to be parameterized.---
