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 - 无法快速查看 jar 中接口方法的实现
Summary: 无法快速查看 jar 中接口方法的实现
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 02:18 UTC by lb52406
Modified: 2016-07-27 22:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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