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 29669 - StatusInfoPanel.lblWorkRev has set itself as labelFor
Summary: StatusInfoPanel.lblWorkRev has set itself as labelFor
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2002-12-20 09:42 UTC by David Kaspar
Modified: 2007-01-04 17:14 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 David Kaspar 2002-12-20 09:42:49 UTC
See line:
javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java:207

This cause stack overflow when component toString
or paramString methods are called.
Comment 1 David Kaspar 2002-12-20 09:44:33 UTC
Adding T9Y and raising priority to P2 because lblWorkRev component is
not testable.
Comment 2 Martin Entlicher 2003-01-02 13:40:43 UTC
Fixed in both .java & .form manually in the main trunk.

/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.java,v 
<--  StatusInfoPanel.java
new revision: 1.32; previous revision: 1.31
/cvs/javacvs/src/org/netbeans/modules/cvsclient/commands/status/StatusInfoPanel.form,v 
<--  StatusInfoPanel.form
new revision: 1.12; previous revision: 1.11
Comment 3 Jiri Kovalsky 2003-01-14 10:55:25 UTC
Verified directly in the sources.