Description
Category:
Bug
Some code in the function can not be reached. This part of the code is useless.
Example
function
foo
()
{
...
return;
doSomethingImportant
();
// cannot be reached!
}