Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-16 01:48:18 +0000
committerSteffen Pingel2011-07-16 01:48:18 +0000
commitc49efe5c2b61ed4942b0de5000135d2e61012362 (patch)
tree08f12f33a48cae1e1e6744b711cae13af78f9110 /org.eclipse.mylyn.bugzilla.core
parent18dc0dbb3f95d58ca744a0f1c8f541bae168e62d (diff)
downloadorg.eclipse.mylyn.tasks-c49efe5c2b61ed4942b0de5000135d2e61012362.tar.gz
org.eclipse.mylyn.tasks-c49efe5c2b61ed4942b0de5000135d2e61012362.tar.xz
org.eclipse.mylyn.tasks-c49efe5c2b61ed4942b0de5000135d2e61012362.zip
NEW - bug 352261: name of attachment authors not displayed correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352261
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java
index b8ca27809..da8bab8a6 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/SaxMultiBugReportContentHandler.java
@@ -506,7 +506,6 @@ public class SaxMultiBugReportContentHandler extends DefaultHandler {
IRepositoryPerson author = repositoryTaskData.getAttributeMapper()
.getTaskRepository()
.createPerson(parsedText);
- author.setName(parsedText);
attachment.setAuthor(author);
}
break;

Back to the top