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 64403 - Select in Files/Projects command opens wrong item
Summary: Select in Files/Projects command opens wrong item
Status: RESOLVED DUPLICATE of bug 63136
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 09:14 UTC by Maksim Khramov
Modified: 2005-09-26 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2005-09-15 09:14:54 UTC
Launch IDE.
Create new project (For example Generic Java App with default settings).
In package with Main.java class add some files with same name but with other
extension. (Main.properties, Main.html, Main.jsp etc).

Now open it in editor and invoke Select In Projects / Select In Files command
IDE always select first object in tree instead of really opened in editor
document (Objects in tree ordered by alphabet of extension because the name is
the same)
Comment 1 Marek Grummich 2005-09-21 09:46:53 UTC
Reproducible in the build 200509201800, thanks!
Comment 2 Petr Nejedly 2005-09-26 13:00:32 UTC
The node selection is performed completly by the projectsui code, explorer just
gets the exact node instance to highlight.
Comment 3 Jan Lahoda 2005-09-26 13:08:19 UTC
Seems like a duplicate of issue #63136 to me.

*** This issue has been marked as a duplicate of 63136 ***