Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
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)