Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 332987 - Show in source doesn't work for mapExistanceToValue XML binding
Summary: Show in source doesn't work for mapExistanceToValue XML binding
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Sapphire (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Konstantin Komissarchik CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 19:02 EST by Konstantin Komissarchik CLA
Modified: 2021-11-19 09:22 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Komissarchik CLA 2010-12-20 19:02:11 EST
Consider the following property definition...

@Type( base = Boolean.class )
@XmlValueBinding( path = "foo", mapExistanceToValue = "true" )
@DefaultValue( text = "false" )

ValueProperty PROP_FOO = new ValueProperty( TYPE, "Foo" );
    
Value<Boolean> getFoo();
void setFoo( String value );
void setFoo( Boolean value );

The show in source feature does not locate the element that the property is bound to.
Comment 1 Konstantin Komissarchik CLA 2011-01-04 15:12:17 EST
Fixed.
Comment 2 Ling Hao CLA 2011-01-05 18:37:08 EST
Verified.