Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370276 - [assist] binding completion proposal has no icon if only callin bindings can be created
Summary: [assist] binding completion proposal has no icon if only callin bindings can ...
Status: VERIFIED WORKSFORME
Alias: None
Product: Objectteams
Classification: Tools
Component: OTDT (show other bugs)
Version: 2.0.1   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: Project Teams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 15:56 EST by Stephan Herrmann CLA
Modified: 2012-09-20 15:33 EDT (History)
0 users

See Also:


Attachments

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