Community
Participate
Working Groups
Build Identifier: 20110301-1815 I am connected to a Hudson server with changes stored in a StarTeam repository. I receive an NPE when opening a build to see specific details. From the stack trace, it appears that the error happens when attempting to retrieve the changes for that particular build. After closing the error dialog, all build details are available except for the changes which appear as an empty tree view. Reproducible: Always Steps to Reproduce: 1.Double-click build from either Builds view or History view 2. 3.
Created attachment 197266 [details] Error log stacktrace
Strac trace from attachment: java.lang.NullPointerException at org.eclipse.mylyn.internal.builds.ui.editor.ChangesLabelProvider.trim(ChangesLabelProvider.java:84) at org.eclipse.mylyn.internal.builds.ui.editor.ChangesLabelProvider.getText(ChangesLabelProvider.java:75) at org.eclipse.mylyn.internal.builds.ui.editor.ChangesLabelProvider.getStyledText(ChangesLabelProvider.java:51) at org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider.getStyledText(DelegatingStyledCellLabelProvider.java:195)
Thanks for the report. I have pushed a fix that will appear in the next build.
Created attachment 197313 [details] mylyn/context/zip