Sebb created BCEL-176:
-------------------------
Summary: util.ClassPath.getClassFile(String name, String suffix) -
unused loop variable
Key: BCEL-176
URL: https://issues.apache.org/jira/browse/BCEL-176
Project: Commons BCEL
Issue Type: Bug
Reporter: Sebb
The method util.ClassPath.getClassFile(String name, String suffix) uses a for
loop, but does not use the variable in the loop.
{code}
for (PathEntry path : paths) {
...
}
{code}
It looks like the loop is redundant and should be removed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)