Community
Participate
Working Groups
A program has these 'use' statements: use throws; use a_b; The names of the library classes should be aliased, but they are not: public throws eze_Lib_FVT_throws; // should be "throws_" public a_b eze_Lib_FVT_a_b; // should be "a_005fb" The same problem occurs in the getter methods for the libraries.
I fixed this for every kind of variable, not just libraries. Changes are in PartTemplate, NamedElementTemplate, and EnumerationEntryTemplate.
Verified.