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 200304

Summary: Find Usages finds no occurences even if they exist
Product: java Reporter: Tomas Mysik <tmysik>
Component: RefactoringAssignee: Jan Becicka <jbecicka>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2011-07-22 06:10:40 UTC
Steps to reproduce:
- open php.project module
- open php.dbgp module
- open org.netbeans.modules.php.project.api.PhpOptions (please notice the "api" package)
- find usages of getDebuggerPort() method

-> no occurences even if this method is called in the DebuggerOptions.java from php.dbgp module

These steps work in NB 7.0.1 RC1.

Please, reassign to the proper component if this one is not the right one. Thanks.

Product Version: NetBeans IDE Dev (Build 20110720-b38145cec97a)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Linux version 2.6.38-10-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Ralph Ruijs 2011-07-22 06:17:09 UTC

*** This bug has been marked as a duplicate of bug 200230 ***