ExpressionConverter null - assertionException [message #860896] |
Sat, 28 April 2012 09:02  |
Eclipse User |
|
|
|
Hi, we have this customizer and some of it's properties are in array form like boolean and int.
now when we try to modify and then click the OK button of the customizer, it throws an assertionException because the expressionConverter was null. I looked into the ExpressionConverter and it seems there is none for arrays, except for StringArrays.
Is there anyway to get around this? WB checks if the converter is null after checking if the property has been changed.
Hope this is clear somehow. Thanks
|
|
|
Re: ExpressionConverter null - assertionException [message #861492 is a reply to message #860896] |
Sat, 28 April 2012 15:46   |
Eclipse User |
|
|
|
I've added now expression converters for boolean[] and int[].
If you are in hurry, you could create your own plugin which will contribute them.
<converter type="boolean[]"
class="org.eclipse.wb.internal.core.model.property.converter.BooleanArrayConverter"/>
<converter type="int[]"
class="org.eclipse.wb.internal.core.model.property.converter.IntegerArrayConverter"/>
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04304 seconds