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 258366

Summary: 无法快速查看 jar 中接口方法的实现
Product: ide Reporter: lb52406
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:

Description lb52406 2016-03-15 02:18:29 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_80
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.80-b11

再现性: 每次都发生

步骤:
	进入 java.util.List 接口,找到 size() 
	转至实现 (Ctrl + Alt + B) 没有任何提示,无法查看其具体的实现

实际情况:
  未执行任何操作

预期情况:
  查看其具体的实现
  或有其他的快速便捷的查看方法?

谢
Comment 1 Jiri Prox 2016-03-22 13:51:13 UTC
You can use find usages on method. This will perform full search. In the dialog you can specify if you're looking for overriding methods and set the scope.

PS. Please use English only.
Comment 2 markiewb 2016-07-27 22:16:38 UTC
Incomplete. No feedback from reporter