Ticket #269 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

New Team Wizard generates illegal overrides for nested teams

Reported by: mosconi Owned by: stephan
Priority: major Milestone: OTDT_1.3.0_M4
Component: ui Version: 1.3.0M3
Keywords: Cc:

Description

Use the New Team Wizard to create a nested team (inlined or not). It adds (wrongly) overriding methods for: doRegistration(), doUnRegistration() and internalIsActiveSpecificallyFor(Thread t) from implicit superclass Team.

Change History

Changed 15 months ago by stephan

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to OTDT_1.3.0_M4

Fixed in r21751:

  • don't implement methods of the role's own interface part (which might be copies of real methods from a non-role superclass, here: o.o.Team).

Changed 15 months ago by stephan

The fix is fixed in r21754 (also includes a test for this issue).

Note: See TracTickets for help on using tickets.