Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337047 - NPE when trying to open revision from Build editor
Summary: NPE when trying to open revision from Build editor
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: 0.7   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-12 17:11 EST by Steffen Pingel CLA
Modified: 2011-02-12 18:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-02-12 17:11:30 EST
What steps will reproduce the problem?
1. Open https://hudson.eclipse.org/hudson/job/mylyn-integration-e3.7/29/
2. Double click CVS revision in Changes viewer


-- Error Details --

Exception Stack Trace:
org.eclipse.core.runtime.AssertionFailedException: null argument:
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
at org.eclipse.team.internal.ui.history.FileRevisionTypedElement.<init>(FileRevisionTypedElement.java:49)
at org.eclipse.mylyn.versions.ui.ScmUi.openCompareEditor(ScmUi.java:55)
at org.eclipse.mylyn.internal.builds.ui.editor.ChangesPart.open(ChangesPart.java:189)
at org.eclipse.mylyn.internal.builds.ui.editor.ChangesPart.access$1(ChangesPart.java:173)
at org.eclipse.mylyn.internal.builds.ui.editor.ChangesPart$2.open(ChangesPart.java:148)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:845)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:843)
[...]
Comment 1 Steffen Pingel CLA 2011-02-12 18:35:25 EST
Added null check.