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 224158 - enhancement : search results shows project name next to file name search item found in
Summary: enhancement : search results shows project name next to file name search item...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 23:05 UTC by hanasaki
Modified: 2013-01-03 11:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hanasaki 2012-12-21 23:05:39 UTC
This enhancement requested to address the GUI ambiguity of the following situation.  Search for an artifactId known to be in a pom.xml as a dependency or parent id.  The results shown in the GUI only show "pom.xml" on many lines.  One line per pom.xml Expanding the details for any single found item shows the line and column number only.  Thus there is no way to differentiate the results visually.  If the pom.xml lines in the results were to show the <name>...</name> information the same as the project file list, it would be beneficial and consistent.  This is just one specific scenario of the more general case; "cannot visually differentiate search results showing multiple file matches"   For non-maven projects (ex: ant and others) the project name could be deduced in a project type specific manner.