Community
Participate
Working Groups
Build Identifier: Details are as mentioned in forum link: http://www.eclipse.org/forums/index.php?t=msg&th=198593&start=0&S=0fcc1ab2eeaa0129b02fc46219f3a4d2 Reproducible: Always Steps to Reproduce: .
Support for parameters is now added. User can specify parameters as following query: SelectPar2AsParameter: from EClass as a select a.name where a.name = ? or ( a.abstract = ? and a.interface = ? ) To use it use the method: QueryTransfomer.transform(query, new Object[] { .... }); method. ---------------------------------------------------------------- Implementation submitted New test added TestTransformation in syntax.test plugin ----------------------------------------------------------------
Fix done