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 59460 - IOException: Cyclic reference
Summary: IOException: Cyclic reference
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: RANDOM
: 58496 58778 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-06-01 09:23 UTC by Marek Grummich
Modified: 2005-12-20 14:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (4.11 KB, text/plain)
2005-06-01 09:23 UTC, Marek Grummich
Details
messages.log (52.72 KB, text/plain)
2005-06-01 09:24 UTC, Marek Grummich
Details
Exception_II (4.11 KB, text/plain)
2005-06-29 08:41 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-06-01 09:23:20 UTC
Build 200505311800, jdk1.5.0
I cannot reproduce it again!
My last steps:
- start IDE (clear userdir)
- create a new javaapplication; package name is changed (abc)
- invoke popup menu on the folder node (abc) => IOException is thrown
Comment 1 Marek Grummich 2005-06-01 09:23:44 UTC
Created attachment 22411 [details]
Exception
Comment 2 Marek Grummich 2005-06-01 09:24:45 UTC
Created attachment 22412 [details]
messages.log
Comment 3 Marian Mirilovic 2005-06-06 09:33:53 UTC
reassigne to DS for evaluation
Comment 4 Jaroslav Tulach 2005-06-16 17:13:54 UTC
I think that vcscore action has not right to ask for all actions on currently 
selected node.  
Comment 5 Jaroslav Tulach 2005-06-16 17:14:56 UTC
*** Issue 58496 has been marked as a duplicate of this issue. ***
Comment 6 Jaroslav Tulach 2005-06-16 17:16:12 UTC
*** Issue 58778 has been marked as a duplicate of this issue. ***
Comment 7 Jaroslav Tulach 2005-06-16 17:17:16 UTC
And the number of duplicates is growing. Shall not this be P2? I do not want 
to get new and new reports to datasystems due to strange actions of vcscore... 
Comment 8 Marek Grummich 2005-06-29 08:39:44 UTC
Attached exception was thrown for same scenario in custom buuild 050629,
jdk1.6.0-b42
Comment 9 Marek Grummich 2005-06-29 08:41:36 UTC
Created attachment 22927 [details]
Exception_II
Comment 10 Martin Entlicher 2005-09-20 18:19:32 UTC
The exception is catched. It's only reported through ErrorManager, but nothing
gets broken.

I've made a check if the isEnabled() is called in the same thread which has
created the action. This should hopefully solve this - hard to verify, since
it's not easily reproducible.

/cvs/vcscore/nbproject/project.properties,v  <--  project.properties
new revision: 1.8; previous revision: 1.7

/cvs/vcscore/src/org/netbeans/modules/vcscore/actions/GeneralCommandAction.java,v
 <--  GeneralCommandAction.java
new revision: 1.27; previous revision: 1.26