This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165242 - Unable to open Bugzilla issue
Summary: Unable to open Bugzilla issue
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-15 09:14 UTC by Jan Stola
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2009-05-15 09:14:00 UTC
I am not able to open Bugzilla issue because of the following exception:

java.lang.AssertionError
        at org.netbeans.modules.bugzilla.issue.CommentsPanel.<init>(CommentsPanel.java:122)
        at org.netbeans.modules.bugzilla.issue.IssuePanel.<init>(IssuePanel.java:132)
        at org.netbeans.modules.bugzilla.issue.IssueController.<init>(IssueController.java:58)
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getController(BugzillaIssue.java:250)
        at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.setIssue(IssueTopComponent.java:
        at org.netbeans.modules.bugtracking.ui.issue.IssueTopComponent.find(IssueTopComponent.java:400)
        at org.netbeans.modules.bugtracking.spi.Issue$2.run(Issue.java:229)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
Comment 1 Marian Petras 2009-05-15 09:59:26 UTC
Workaround:

    Disable assertions in org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder:

         netbeans -J-da:org.netbeans.modules.bugzilla.issue.BugzillaIssueFinder
Comment 2 Marian Petras 2009-05-15 10:14:54 UTC
Fixed.

Changeset id:
a5579357307a
Comment 3 Marian Petras 2009-05-15 10:16:38 UTC
Sorry for the misleading message about the workaround. There is no workaround.
Comment 4 Jan Stola 2009-05-15 10:40:44 UTC
Updated, rebuilt and verified. Thanks.
Comment 5 Quality Engineering 2009-05-16 08:58:47 UTC
Integrated into 'main-golden', will be available in build *200905160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a5579357307a
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #165242 - "Unable to open Bugzilla issue"