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 27506 - Runtime nodes are refreshed two times when expanding parent node
Summary: Runtime nodes are refreshed two times when expanding parent node
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: corba (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: PERFORMANCE, T9Y
Depends on:
Blocks:
 
Reported: 2002-09-23 14:17 UTC by David Kaspar
Modified: 2008-10-24 09:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test (1.98 KB, text/plain)
2002-09-23 14:18 UTC, David Kaspar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2002-09-23 14:17:20 UTC
I happens to me, when testing runtime nodes of
CORBA module.
I think that "Please Wait..." node is shown two
times immediatelly I expand parent node, althrough
it should be only once.

How to reproduce:
1) Install CORBA module
2) Install some Interface Repository and get its
IOR (if you want, I could send you one). This
Interface Repository must contain at least one
interface named "A".
3) Mount nbextra/jemmy/jemmy.jar and
nbextra/jellytools/jelly2-nb.jar into repository.
4) In the attachment there is commented test for
this issue. Mount it too.
5) Click "Add Interface Repository..." popup menu
item of "Explorer|Runtime|CORBA Interface
Repository" node
6) NOTE - "Add IR" dialog is shown
7) Type "IR" into "Name" textfield
8) Click on "Use IOR"
9) Type IOR into "IOR" textfield
10) Press OK
11) NOTE - Do not expand shown node!
12) Run test with Internal Execution
13) Test fails if it prints "ERROR: Invalid nodes"
message into "Output Window".
Comment 1 David Kaspar 2002-09-23 14:18:12 UTC
Created attachment 7477 [details]
Test
Comment 2 David Kaspar 2002-09-23 14:25:52 UTC
There is high failure risk of GUI tests that working with runtime nodes.

Refreshed children have different treepath inside JTree.

Changing treepath of nodes during test make it fail because treepath
is invalid after refresh.
Comment 3 David Kaspar 2002-09-23 14:48:02 UTC
Adding PERFORMACE keyword, because nodes are refresh two times,
although it needs only once.
Comment 4 Marian Mirilovic 2002-10-11 15:24:28 UTC
OS/Platform independent issue.
Comment 5 David Simonek 2002-12-06 17:48:25 UTC
David, from your report I expect that this problem appears only with
runtime nodes of CORBA module. Bug is *probably* in CORBA module
itself, so I'm reassigning. Guys, please make initial evaluation and
isolate the problem for core, if it's the case. Thx.
Comment 6 Antonin Nebuzelsky 2003-04-07 13:56:38 UTC
Not an urgent issue to be to be a showstopper for Nevada/NB3.5. For
the user this is just a cosmetic issue.
Comment 7 Jaroslav Tulach 2008-10-24 09:01:37 UTC
Who cares about corba anyway?