Ticket #169 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Method binding completion hides role methods

Reported by: mosconi Owned by: stephan
Priority: major Milestone: OTDT_1.4.0_M3
Component: content assist Version: 1.2.4
Keywords: Cc:

Description

Proposals for method bindings are not shown for methods that have the same name as existing role methods. For example, if you have an abstract role method, no proposal for a callout to a same-named base method is made. Same for callin methods.

Change History

Changed 4 years ago by stephan

  • milestone set to OTDT_1.4.0

Changed 3 years ago by stephan

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from OTDT_1.4.0 to OTDT_1.4.0_M3

Tests and implementation in r23196:

  • if an abstract method exists all method binding kinds are proposed
  • if a concrete method exists only a callin binding is proposed
Note: See TracTickets for help on using tickets.