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 243578 - [hotspot] filter out class names in qualified names
Summary: [hotspot] filter out class names in qualified names
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 15:15 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02:17 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 Vladimir Voskresensky 2014-04-04 15:15:05 UTC
Can be checked on Quote sample as well:
- for functions we show 0 usages if function is not called
But for classes
- we show class name in all qualified names (like out-of-class method definition)
as a result it's difficult to find in results view if there are any variables with searched class name.

Expected:
- add extra filter to filter out ClassName::member occurrences
Comment 1 Alexander Simon 2014-04-11 14:31:23 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b6a3895c1b41
Comment 2 Quality Engineering 2014-04-18 02:41:45 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b6a3895c1b41
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #243578 [hotspot] filter out class names in qualified names
Comment 3 Alexander Pepin 2014-04-21 15:00:52 UTC
verified in trunk build 20140421
Comment 4 Quality Engineering 2014-04-24 02:17:20 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/f41d2855bb90
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #243578 [hotspot] filter out class names in qualified names [ Merge of 282665:b6a3895c1b41 from cnd-main ]