Ticket #80 (new defect)

Opened 12 months ago

Rename type does not respect implicit inheritance

Reported by: stephan Owned by:
Priority: major Milestone: OTDT_2.0.0
Component: refactoring Version: 1.1.6
Keywords: junitfailure Cc:

Description

When renaming a role type, its tsuper and tsub roles should be renamed, too, but aren't.

See tests

  • #_testUpdateImplicitSuperRoles
  • #_testUpdateImplicitSubRoles
  • #_testRenameImplicitSuperRoles1
  • #_testRenameImplicitSuperRoles2
  • #_testRenameImplicitSubRoles1
  • #_testRenameImplicitSubRoles2

in org.objectteams.otdt.ui.tests.refactoring.rename.RenameTypeTests.

Disabling these tests for now.

Note: See TracTickets for help on using tickets.