Menu

#79 [3.1.0 RC1] Anonymous class does not implement its interface

open
nobody
6
2008-10-10
2008-10-10
No

I just noticed that if an anonymous class is defined, as in:

this.execute(new IAlgo() {...}, arg);

then although the new class shows up in the diagram, there is no implementation relationship between that new class and the IAlgo interface. This is probably a problem with the semantics of the Realization relationship.

Discussion


Log in to post a comment.