Community
Participate
Working Groups
Build Identifier: I20110613-1736 When upgrading to Mylyn 3.6 on Eclipse Indigo, I could no longer view my bug details from eclipse. The Task list view is populated, however when clicking a bug item, the screen is displayed as blank. There are some workspace exception thrown which is attached below. Reproducible: Always Steps to Reproduce: 1. Install STS 3.7 (based on Indigo) 2. Connect to Bugzilla server and create a query 3. Wait until the bug list is populated 4. Open any bug and it will display blank screen
Created attachment 199156 [details] Screenshot of the error
Created attachment 199157 [details] First exception log
Created attachment 199158 [details] Second exception log
I realized that this bug only occurs for bug that is not assigned to myself. I still can open bugs is assigned to me, however I cannot view others
Do you have any errors in the error log (Window > Show View > Others > Error Log)?
Yes, please check the two attached files (exception1.txt) and (exception2.txt) for the error. I copied the error from the Error Log view.
Sorry, I missed that. Thanks for the logs. We'll take a look.
Stack Trace: java.lang.NullPointerException at org.eclipse.mylyn.internal.bugzilla.core.SaxMultiBugReportContentHandler.addComment(SaxMultiBugReportContentHandler.java:676) at org.eclipse.mylyn.internal.bugzilla.core.SaxMultiBugReportContentHandler.addDescriptionAndComments(SaxMultiBugReportContentHandler.java:637) at org.eclipse.mylyn.internal.bugzilla.core.SaxMultiBugReportContentHandler.endElement(SaxMultiBugReportContentHandler.java:417) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601) Fixed in aea786ee295d3dd24b06a88f1ddf8e19c813f7cc.
Created attachment 199867 [details] mylyn/context/zip
Fix for e_3_7_m_3_6_x branch: 83e6b9d4680a376d244e1e71e3d39cef48afa889.
I have tested and it works. Should I change the status of this bug?
Thanks for verifying. This is fixed in the latest 3.7 weekly build and a 3.6.1 snapshot will soon be available as well.