Community
Participate
Working Groups
Build Identifier: If you have two module like this : [module A...] [query public myQuery(s: String):String/] [module B...] [query public myQuery(s: String):String/] During the refactoring or during the reference search, the two queries are considered as equals. And if you look for all references to the first one, you will end with references for both and if you rename the first one with the refactoring process both will be renamed. The same problem affects templates. Reproducible: Always
Created attachment 177067 [details] Patch v1.0 Improve the detection of similar templates and queries.
Contributed and available in Acceleo 3.0.1 RC4 and Acceleo 3.1.0 M2