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 33205

Summary: Doubleclick in explorer causes java.lang.StackOverflowError
Product: platform Reporter: Jaromir Uhrik <juhrik>
Component: Data SystemsAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick, mmirilovic, ttran
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of error attached...
Added stacktrace
patch to openide.jar
Removing the wrong part

Description Jaromir Uhrik 2003-04-24 08:15:17 UTC
[#2003042350]
1. Run IDE and expand e.g. Examples|Texteditor in explorer
2. Perform doubleclick on any dataobject (e.g. README)
3. Dialog with java.lang.StackOverflowError will appear - 
see attached screenshot(no record is in my ide.log about 
this error)
Comment 1 Jaromir Uhrik 2003-04-24 08:17:47 UTC
Created attachment 10132 [details]
Screenshot of error attached...
Comment 2 pfelenda 2003-04-24 08:26:03 UTC
Created attachment 10133 [details]
Added stacktrace
Comment 3 Jaroslav Tulach 2003-04-24 09:26:08 UTC
This is issue is caused by my invalid commit when trying to address
additional comments of issue 33038. The integrated diff was different
than the tested one. The solution is to remove the wrong part, but
then there is a problem that Jesse disagrees with the commit. Anyway,
I am going to rollback the wrong part and address any possible Jesse
objections later.
Comment 4 Jaroslav Tulach 2003-04-24 09:26:56 UTC
Created attachment 10134 [details]
patch to openide.jar
Comment 5 Jaroslav Tulach 2003-04-24 09:27:54 UTC
Created attachment 10135 [details]
Removing the wrong part
Comment 6 Jaroslav Tulach 2003-04-24 09:30:22 UTC
The diff returns to the state before integration of issue 33038 with
the only difference - the method setPrefferedAction remains removed.


*** This issue has been marked as a duplicate of 33038 ***
Comment 7 Jaroslav Tulach 2003-04-24 09:37:30 UTC
Ok, let's fix this as separate issue.
Comment 8 pzajac 2003-04-24 09:43:54 UTC
binary patch [verified]. No StackOverlow exception thrown after
doubleclick. 
Comment 9 _ ttran 2003-04-24 09:57:45 UTC
okay let the fix in release35
Comment 10 Jaroslav Tulach 2003-04-24 10:07:21 UTC
Fixed in release35. I am working on a better fix in main trunk. The
work in main trunk will be covered by issue 32744

/cvs/openide/src/org/openide/nodes/AbstractNode.java,v  <-- 
AbstractNode.java
new revision: 1.60.6.2; previous revision: 1.60.6.1
Comment 11 Jaroslav Tulach 2003-04-24 10:10:59 UTC
Open to resolve fixed.
Comment 12 Jaroslav Tulach 2003-04-24 10:11:25 UTC
Resolving as fixed.
Comment 13 Milan Kubec 2003-04-24 13:34:34 UTC
*** Issue 33215 has been marked as a duplicate of this issue. ***
Comment 14 Lukas Hasik 2003-04-25 09:16:29 UTC
*** Issue 33245 has been marked as a duplicate of this issue. ***
Comment 15 Marian Mirilovic 2003-04-25 14:57:41 UTC
verified in [nb3.5](200304242350)