Bug 541834 - [code mining] implementations not shown on methods
Summary: [code mining] implementations not shown on methods
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.10   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.12 M3   Edit
Assignee: Jeff Johnston CLA
QA Contact: Roland Grunberg CLA
URL:
Whiteboard:
Keywords:
Depends on: 529127
Blocks:
  Show dependency tree
 
Reported: 2018-12-03 05:57 EST by Noopur Gupta CLA
Modified: 2019-05-22 13:15 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noopur Gupta CLA 2018-12-03 05:57:53 EST
interface I1 {
	void foo();
}

class X implements I1 {
	@Override
	public void foo() {
	}
}

=> I1#foo should show "1 implementation" as its annotation but it is not shown. Also, the annotation should be clickable.
Comment 1 Noopur Gupta CLA 2018-12-03 06:02:35 EST
See also bug 541395 comment #10.
Comment 2 Eclipse Genie CLA 2018-12-05 17:19:50 EST
New Gerrit change created: https://git.eclipse.org/r/133570
Comment 3 Noopur Gupta CLA 2019-02-07 03:15:45 EST
The behavior for this bug still needs to be finalized. Removing the target for now. We can take it up when we get more requests for this.
Comment 5 Jeff Johnston CLA 2019-05-02 16:44:40 EDT
Released for 4.12M3.
Comment 6 Eclipse Genie CLA 2019-05-02 16:46:49 EDT
New Gerrit change created: https://git.eclipse.org/r/141543
Comment 8 Roland Grunberg CLA 2019-05-22 13:15:37 EDT
Verified for 4.12 M3 using I20190522-0600 build