Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OT Bytecode Attributes/CalloutMappings

Attribute CalloutMappings

Intent

Preserve source information about callout mappings for improved error reporting if a role read from a compiled .class file is involved.

Location

A bound role class with a callout binding.

Content

A list of method bindings consisting of:

  • role method name
  • role method signature

Purpose

Only used in the compiler:

  • create CallinCalloutBindings from this information,
    • used specifically for improved error reporting, see IProblem.RegularCalloutOverridesCallout introduced in r5639 (objectteams.org)

Back to the top