Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370276

Summary: [assist] binding completion proposal has no icon if only callin bindings can be created
Product: [Tools] Objectteams Reporter: Stephan Herrmann <stephan.herrmann>
Component: OTDTAssignee: Project Teams <objectteams.otdt-inbox>
Status: VERIFIED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0.1   
Target Milestone: 2.0.2   
Hardware: Other   
OS: Linux   
Whiteboard:

Description Stephan Herrmann CLA 2012-01-31 15:56:50 EST
Given a base class 

class B { void foo(){} }

and a team

team class T {
    protected class R playedBy B {
        |
        void foo() { }
    }
}

invoking completion at the cursor offers to create a method binding for foo, but only callin bindings are offered (good), however, in this situation the completion proposal has no icon.
Comment 1 Stephan Herrmann CLA 2012-02-05 18:31:34 EST
Hm, I cannot reproduce any more, closing.
Comment 2 Stephan Herrmann CLA 2012-09-20 15:33:47 EDT
Verified using build 2.2.1.201209182002