MockMaker and derived Interfaces
Brought to you by:
ivan_r_moore,
mpcooke3
Hello,
ther is some little Bug:
Assume this interface:
public interface ByteSequence extends CharSequence {
public byte byteAt(int i);
}
it is an Interface, which extends another Interface.
Now, what MockMaker does:
it implements ONLY the ByteSequence Interface,
but NOT the Father-Interface CharSequence !!!!!!!!
Greetings
Franz
Logged In: YES
user_id=136463
Yup. We have also discovered this. I'm not sure if this
applies to generic mockmaker I don't remember it occuring
before.
We will have to fix it.
Logged In: YES
user_id=257219
Hi,
just to remind this bug, it is a really annoying one!
Logged In: NO
I have also encountered this problem. --Nat Pryce.
Logged In: NO
I have also encountered this problem. --Nat Pryce.