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 - AssertionError: status MODIFIED yet zero changes found
Summary: AssertionError: status MODIFIED yet zero changes found
Status: VERIFIED INVALID
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 16:04 UTC by Petr Dvorak
Modified: 2009-07-27 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151099


Attachments
stacktrace (2.45 KB, text/plain)
2009-05-13 16:04 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
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.