'Problem of Xtend result on RCP eclipse 2022-03

I'm coding a plugin to generate a code using xtend (model to text langage). The code is working on my dev env but it is not the case on my RCP. here is an example of the generated code on my dev env : paths: /TempService/getTemp: post: operationId: getTempUsingpost parameters: - name: newParam in: query required: false schema: and this is the genrated code on my rcp : paths: ?FOR attribute : clazz.attributes? ?IF attribute instanceof Port? ?IF attribute.isConjugated? ?val classifier = attribute.type? ?OpenAPIPaths.generatePath(classifier)? ?ENDIF? ?ENDIF?

The problem appeared when I migrated to eclipse 2022-03 (from 2021-09).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source