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 251050 - Find usage is not working
Summary: Find usage is not working
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P1 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 07:08 UTC by szpraai
Modified: 2015-03-13 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messages.log (47.44 KB, text/x-log)
2015-03-10 09:45 UTC, szpraai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szpraai 2015-03-10 07:08:04 UTC
I'm using Ubuntu 14.04 with NetBeans IDE 8.0.2 (Build 201411181905). The right click -> find usage on any function is not giving ANY results, please investigate.
Comment 1 Ralph Ruijs 2015-03-10 09:04:46 UTC
Thank you for the report. Please add more information about the issue; which language are you working on? what are the steps to reproduce? is there a sample project which shows the issue? and anything you find useful for solving this issue.

Please also attach your messages.log from when the issue occurs.


Thanks!
Comment 2 szpraai 2015-03-10 09:10:14 UTC
I'm working in Java language, and I can reproduce it anywhere in the code, any project, the find usage is not working at all. The usages tab appears, saying [no occurences]. If I clear the logs, calling that function doesn't produce any output.
Comment 3 Ralph Ruijs 2015-03-10 09:29:01 UTC
Is the background scanning still in progress? Could be a duplicate of #251048.
Comment 4 szpraai 2015-03-10 09:30:33 UTC
(In reply to Ralph Ruijs from comment #3)
> Is the background scanning still in progress? Could be a duplicate of
> #251048.

Nope, and it doesn't look like it's doing anything because the "result" is nearly instant.
Comment 5 Ralph Ruijs 2015-03-10 09:34:19 UTC
Please attach the messages.log from the session when this problem occurs.
Comment 6 szpraai 2015-03-10 09:45:53 UTC
Created attachment 152521 [details]
Messages.log

I could not find anything related to the problem in it.
Comment 7 Ralph Ruijs 2015-03-11 16:23:44 UTC
Not enough info to go on. From the logs, it looks like you are using a maven project? Does the problem occur with ant projects? Can you share the project where the issue shows? Did you clear the cache[1] to try and resolve the problem?


[1] - http://wiki.netbeans.org/FaqWhatIsUserdir
Comment 8 szpraai 2015-03-13 08:40:26 UTC
(In reply to Ralph Ruijs from comment #7)
> Not enough info to go on. From the logs, it looks like you are using a maven
> project? Does the problem occur with ant projects? Can you share the project
> where the issue shows? Did you clear the cache[1] to try and resolve the
> problem?
> 
> 
> [1] - http://wiki.netbeans.org/FaqWhatIsUserdir

Yes, I'm using a Maven project, and the problem is also present in Ant projects. I'm sorry but I cannot share the project, because it's business confidential. I've tried clearing cache, even reinstalled the whole linux system and the Netbeans, without luck. I apologize that I can't help more.