Ticket #234 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Override method completion could insert tsuper-call if appropriate

Reported by: stephan Owned by: stephan
Priority: major Milestone: OTDT_1.3.0_M2
Component: content assist Version: 1.2.7
Keywords: Cc:

Description

When creating an override for an implicitly inherited method via completion, the inserted method could/should contain a tsuper-call just like normal overrides per default contain a super-call.

This is relevant as it will guide new developers to the use of tsuper in case they are not aware of this syntax.

Change History

Changed 4 years ago by stephan

  • milestone changed from OTDT_1.3.0 to OTDT_1.3.0_M2

Initial test and implementation are in r21530.

Changed 4 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.