Hi,
http://jakarta.apache.org/bcel/apidocs/org/apache/bcel/generic/CodeExceptionGen.html#getEndPC()
says:
getEndPC
public InstructionHandle getEndPC()
Returns:
end of handled region (inclusive)
But
http://jakarta.apache.org/bcel/apidocs/org/apache/bcel/classfile/CodeException.html#getEndPC()
says:
getEndPC
public final int getEndPC()
Returns:
Exclusive end index of the region where the handler is active.
Is this really right? The one method gives you the exclusive and
the other gives you the inclusive end address?
--
Erik Corry I'd be a Libertarian, if they weren't all a
[EMAIL PROTECTED] bunch of tax-dodging professional whiners. - B. Breathed.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]