Xtend comes with really convenient ways to deal with quickfixes, but when I do
acceptor.accept(issue, "Change to " + correction, 'Replace the parameter.', 'error.png') [ element, context |
...
]
the element is not the EObject targeted by the issue, but its container. How can I have access to this specific element?
Thank you by advance.