Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.0
-
None
-
OS : Windows and LInux Suse
Hardware : x86
-
Patch
Description
developer ID are not limited in clearcase.
So, we are used to use the standard pattern <firstname>_<lastname>
But when using changelog report, we got an empty developer activity report.
Looking at the source code, I see that the the arguments of the cleartool command generated force the maximum length of 8 characters.
In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
"USER:%-8.8u
n"
I think it should be more like :
"USER:%u
n"