Bug 97399 - [render] hover for primitive type fields display signatures instead of human readable strings
Summary: [render] hover for primitive type fields display signatures instead of human ...
Status: RESOLVED DUPLICATE of bug 97187
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.1 RC2   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 04:42 EDT by Tom Hofmann CLA
Modified: 2005-05-31 05:49 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 Tom Hofmann CLA 2005-05-31 04:42:13 EDT
3.1-RC1 test pass

class X {
  boolean field;
  boolean field2= field;
}

- hover over the field reference in the initializer of field2

Expected: "boolean X.field"
Actual: "Z X.field"

--

JavaElementLabels.getFieldLabel uses BindingKey.internalToSignature which does
not work for this case.
Comment 1 Dirk Baeumer CLA 2005-05-31 05:37:27 EDT
Martin, don't know if this is us or JDT/Core.
Comment 2 Martin Aeschlimann CLA 2005-05-31 05:49:31 EDT

*** This bug has been marked as a duplicate of 97187 ***