Issue Type: Bug Bug
Affects Versions: current
Assignee: Nicolas De Loof
Components: git
Created: 23/Jan/13 12:07 PM
Description:

When checking for an existing email address for a user the proper getAdress() method is not being used:

GitChangeSet.java, Line 274
if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class)==null)

should look like:

{code:java
if (fixEmpty(csAuthorEmail) != null && user.getProperty(Mailer.UserProperty.class).getAddress())


Environment: Jenkins ver. 1.499
git plugin: 1.1.26
Project: Jenkins
Labels: plugin git
Priority: Minor Minor
Reporter: Matthias Richter
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to