| Summary: | [traceability] Enumeration literals call do not produce traceability informations | ||
|---|---|---|---|
| Product: | [Modeling] Acceleo | Reporter: | Stephane Begaudeau <stephane.begaudeau> |
| Component: | Core | Assignee: | Project Inbox <acceleo-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 365555 | ||
Fixed in Acceleo 3.2.1 and 3.3.0 Closing resolved bugs |
This does not produce any traceability information: [module generateJava('http://www.eclipse.org/uml2/3.0.0/UML')/] [template public test(c : Class)] [comment @main /] [file ('test.txt', false, 'Cp1252')][c.visibility/][/file] [/template] With the latest fix for enumeration literals, adding "toString()" after the call to "visibility" fix the problem.