RTC truncates EGL code
Hi guys,
When migrating from Visual Age to EGL the code imported to Rational Team Concert seems to be truncated. Names containing this symbol ( - ) gets truncated.
In example a function called EXAMPLE-CODE gets truncated to EXAMPLE only and when I download it, the code comes with errors.
Do we have any incompatibility or known issue regarding this symbol or EGL code?
Thanks,
Ricardo
When migrating from Visual Age to EGL the code imported to Rational Team Concert seems to be truncated. Names containing this symbol ( - ) gets truncated.
In example a function called EXAMPLE-CODE gets truncated to EXAMPLE only and when I download it, the code comes with errors.
Do we have any incompatibility or known issue regarding this symbol or EGL code?
Thanks,
Ricardo
2 answers
I know that for java codes, it is not valid to use the sign '-' since we cannot have a class named valid-class().
For languages that use '-' as a valid character how would Rational team Concert behave? Would it recognize it or would it just ignore and truncate the name?
Hi Guys, any updates on this?