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 71591 - NoSuchPathException when performing action on node
Summary: NoSuchPathException when performing action on node
Status: RESOLVED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2006-01-19 13:05 UTC by Jaroslav Tulach
Modified: 2006-10-23 16:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The failures (171.84 KB, application/x-compressed)
2006-01-19 13:06 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2006-01-19 13:05:02 UTC
Today I've got xtest failure on clean sources on my Mandriva 2006 Linux.
Comment 1 Jaroslav Tulach 2006-01-19 13:06:10 UTC
Created attachment 28468 [details]
The failures
Comment 2 Jiri Skrivanek 2006-01-19 18:01:28 UTC
It is another kind of issue 69511. Again it seems found TreePath was invalidated.
Comment 3 Jiri Skrivanek 2006-01-24 14:38:29 UTC
It is fixed. When NoSuchPathException is thrown it tries to find valid TreePath.

/cvs/jellytools/src/org/netbeans/jellytools/actions/Action.java,v  <--  Action.java
new revision: 1.18; previous revision: 1.17
/cvs/jellytools/src/org/netbeans/jellytools/actions/ActionNoBlock.java,v  <-- 
ActionNoBlock.java
new revision: 1.9; previous revision: 1.8
/cvs/jellytools/test/unit/src/org/netbeans/jellytools/nodes/NodeTest.java,v  <--
 NodeTest.java
new revision: 1.16; previous revision: 1.15