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 38660 - It's impossible to open found files
Summary: It's impossible to open found files
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 16:44 UTC by Marian Mirilovic
Modified: 2004-01-15 10:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IllegalStateException: (1.94 KB, text/plain)
2004-01-12 16:45 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2004-01-12 16:44:52 UTC
[nb_dev](200401111900), [jdk1.4.2_02]

Steps to reproduce:
- run IDE
- invoke File in Files
-> output is opeend in Output Window
- select file node in the tree 
-> Open action is disabled
- select location node {line, position} in the list
-> Exception rises (see attachment)
Comment 1 Marian Mirilovic 2004-01-12 16:45:30 UTC
Created attachment 12839 [details]
IllegalStateException:
Comment 2 Marian Petras 2004-01-13 07:36:51 UTC
This bug was fixed together with bug #37371 ("Deadlock after double
clicking line in search results dialog"). The two bugs had the same cause.
Comment 3 Marian Petras 2004-01-13 07:38:43 UTC
Oops. The bug is fixed only partly.

What is fixed:
   double clicking on a location node {line, position}
   - it now opens the editor at a proper location

What is not fixed:
   Open action is still disabled
Comment 4 Marian Petras 2004-01-13 07:47:04 UTC
See also bug #10508 - "Search result (full text) doesn't show the
search occurence when pointing from result window.".
Comment 5 Marian Petras 2004-01-13 08:22:55 UTC
This bug has the same cause as bug #38555 ("running CVS Remove on node
in Search Results removes parent folder") - the Search Results window
does not set activated nodes.
Comment 6 Marian Petras 2004-01-14 08:21:28 UTC
Fixed in the trunk. The patch fixes also bug #38555 ("running CVS
Remove on node in Search Results removes parent folder").
Comment 7 Marian Mirilovic 2004-01-15 10:02:00 UTC
verified in [nb_dev](200401141900)