Ticket #130 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

Navigation support for inferred callouts

Reported by: mosconi Owned by: stephan
Priority: minor Milestone: OTDT_1.2.2
Component: jdt.ui.adaptor Version: 1.2.0
Keywords: Cc:

Description

Currently, no (or wrong) context navigation (hover, F3, call hierarchy, etc.) is available from a reference (field access/method call) which is an inferred callout.

Change History

Changed 4 years ago by stephan

  • status changed from new to assigned

Changed 3 years ago by stephan

  • status changed from assigned to closed
  • resolution set to fixed
  • milestone set to OTDT_1.2.2

Tests and implementation in r18900. new data flow gows through MethodModel._inferredCallout:

  • set by CalloutImplementor.createCallout
  • read by SelectionOn{MessageSend,FieldReference,SingleNameReference}
    (fields are additionally retrieved via the CollectedReplacementsTransformer)

Note, that the (javadoc) hover only shows if all errors/warnings are fixed/suppressed -- but then it does :)

Note: See TracTickets for help on using tickets.