Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:OSX 10.4.3, java 1.4.2_09
-
Number of attachments :
Description
The dev activity report normally gives a summary of commits, and then the number of commits per developer. This latter function is not working any more - the table of developers making commits is empty.
The problem is that when looking for commits, DeveloperActivityReport looks for the full name of the developer in the set of commits. The commits, however are keyed by id.
J