Menu

#8 MockMaker and derived Interfaces

open
nobody
None
5
2002-10-25
2002-10-25
No

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

Discussion

  • Matthew Cooke

    Matthew Cooke - 2002-10-25

    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.

     
  • Daniele Dellafiore

    Logged In: YES
    user_id=257219

    Hi,

    just to remind this bug, it is a really annoying one!

     
  • Nobody/Anonymous

    Logged In: NO

    I have also encountered this problem. --Nat Pryce.

     
  • Nobody/Anonymous

    Logged In: NO

    I have also encountered this problem. --Nat Pryce.

     

Log in to post a comment.