Weaver changes impl interface to impl

Issue #207 resolved
Calem Bendell created an issue

How might I implement an interface or extend an implementation class? I would like to use Runnable, but cannot figure out how to do so.

Comments (6)

  1. Calem Bendell reporter

    (Also I keep registering these as bugs under the suspicion they may not yet be implemented)

  2. Jörg Kienzle

    I think what you want to do can be done as follows: select the class, then tap and hold the interface (or the implementation class).

  3. Calem Bendell reporter

    Perfect! Thanks

    Generated source not quite correct, methods are not marked for overriding and interface is extended instead of implemented.

  4. Log in to comment