Community
Participate
Working Groups
Build Identifier: I20100513-1500 if you type this addFieldsToGraph(List [Field] l) : l. ; and ask for code completion after the 'l.', there is no code completion available. The problem seems to be the function definition, something like addFieldsToGraph(Field l) : l. ; offers code completion for l Reproducible: Always Steps to Reproduce: see details.
Note: the code is correct, and the following compiles: addFieldsToGraph(List [Field] l) : calcGraphAddField(l.first().getName()) -> addFieldsToGraph(l.withoutFirst()) ;
This is a batch close of open M2T Xpand bugs. It is not planned work on this component in the foreseeable future. If you think this issue needs to be solved and you plan to contribute a fix then feel free to reopen it.