Hard to follow, exception removal and unused block (only from the now
removed exceptions from what I can tell)
This commit is contained in:
@@ -55,6 +55,17 @@ public class Method
|
||||
{
|
||||
assert callsFrom.isEmpty();
|
||||
}
|
||||
|
||||
protected void removeParameter(int i)
|
||||
{
|
||||
// If this is a non static method parameter 0 is this
|
||||
if (!this.isStatic())
|
||||
--i;
|
||||
|
||||
arguments.remove(i);
|
||||
|
||||
// XXX now remove from code.
|
||||
}
|
||||
|
||||
public Methods getMethods()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user