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 165084

Summary: AssertionError: status MODIFIED yet zero changes found
Product: connecteddeveloper Reporter: Petr Dvorak <joshis>
Component: BugzillaAssignee: Tomas Stupka <tstupka>
Status: VERIFIED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151099
Issue Type: DEFECT Exception Reporter: 151099
Attachments: stacktrace

Description Petr Dvorak 2009-05-13 16:04:36 UTC
Build: NetBeans IDE Dev (Build 200905130201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
joshis: I have tried to make an issue visible by clicking the last column in the My Issues list.



Stacktrace: 
java.lang.AssertionError: status MODIFIED yet zero changes found
        at org.netbeans.modules.bugzilla.issue.BugzillaIssue.getRecentChanges(BugzillaIssue.java:309)
        at org.netbeans.modules.bugtracking.spi.IssueNode$RecentChangesProperty.getValue(IssueNode.java:228)
        at org.netbeans.modules.bugtracking.spi.IssueNode$RecentChangesProperty.getValue(IssueNode.java:220)
        at org.netbeans.modules.bugtracking.ui.issuetable.IssueTable$CellRenderer.getTableCellRendererComponent(IssueTable.java:388)
        at javax.swing.JTable.prepareRenderer(JTable.java:5729)
        at javax.swing.plaf.basic.BasicTableUI.paintCell(BasicTableUI.java:2075)
Comment 1 Petr Dvorak 2009-05-13 16:04:44 UTC
Created attachment 82066 [details]
stacktrace
Comment 2 Tomas Stupka 2009-05-13 18:13:51 UTC
should be gone since 535a1aa1e6e3
Comment 3 Petr Dvorak 2009-06-18 11:02:02 UTC
Verified.