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 67494 - StackOverflowException in checkout dialog
Summary: StackOverflowException in checkout dialog
Status: VERIFIED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 69456 72457 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-25 14:52 UTC by Peter Pis
Modified: 2006-02-09 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
StackOverflowException (109.97 KB, text/plain)
2005-10-25 14:53 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-10-25 14:52:19 UTC
NB200510241800, jdk1.5.0_05

1. Install VCS generic support
2. Invoke "Versioning | CVS | Check out".
3. Press TAB key.

Exception is thrown.
Comment 1 Peter Pis 2005-10-25 14:53:35 UTC
Created attachment 26318 [details]
StackOverflowException
Comment 2 Martin Entlicher 2005-10-25 15:07:09 UTC
Huh! Maybe a swing issue??
Is it reproducible? On which platform?
Comment 3 Peter Pis 2005-10-25 15:47:20 UTC
:( I can't reproduce it now. It happened twice today for me on linux. P1 -> P2
Comment 4 Martin Entlicher 2005-11-04 19:27:58 UTC
This really looks like a bug in JDK. My code only delegates to
java.awt.ContainerOrderFocusTraversalPolicy() and it's being called periodically
with the same data.
Comment 5 Peter Pis 2005-11-24 16:52:38 UTC
V.
Comment 6 Martin Entlicher 2005-12-09 19:40:01 UTC
*** Issue 69456 has been marked as a duplicate of this issue. ***
Comment 7 Martin Entlicher 2006-02-09 14:33:05 UTC
*** Issue 72457 has been marked as a duplicate of this issue. ***
Comment 8 Ivan Sidorkin 2006-02-09 15:06:21 UTC
May be it will be better to remove or change code that follow to this exception?
I think that user shouldn't see any exception especially if we know about it.