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
Activity
Julian Wood
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MOJO-205-changelog-maven-plugin.patch [ 18394 ] |
Julian Wood
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Brett Porter
made changes -
| Workflow | Maven [ 45379 ] | Maven New [ 49941 ] |
Brett Porter
made changes -
| Project | Mojo [ 11062 ] | Maven 2.x Changelog Plugin [ 11211 ] |
| Component/s | changelog [ 11731 ] | |
| Key | MOJO-205 |
|
Use ids to get commit sets.