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

Summary: StatusInfoPanel.lblWorkRev has set itself as labelFor
Product: versioncontrol Reporter: David Kaspar <dkaspar>
Component: CVSAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker Keywords: T9Y
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.