'Expression is not gettable' error [message #472157] |
Tue, 04 July 2006 08:24  |
Eclipse User |
|
|
|
Originally posted by: blacksnow666.gmail.com
WTP 1.5, Eclipse 3.2, Calisto bundle,
for some reason or another,
my boolean field values are not gettable
i'm not very sure about this, but i take it
that the "getXXX" for non-boolean and "isXXX" for boolean
but it appears that
the validator is not able to recognize 'isXXX' getters..
the only workaround i can see is to use 'getXXX'
even for boolean values,
anybody has a different method (a.k.a, easier), please let me know
|
|
|
Re: 'Expression is not gettable' error [message #472159 is a reply to message #472157] |
Wed, 05 July 2006 23:33  |
Eclipse User |
|
|
|
Hi Titi,
This problem has been logged as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149221. You will need to
make your boolean accessors use the "get" form instead of the "is" form to
avoid validation problems until it is fixed.
You can CC yourself on the bug in order to be informed when it is fixed.
If a fix is particularly important to you, please attach a note so that we
can better prioritize the fix.
--Cam
Titi Wangsa wrote:
> WTP 1.5, Eclipse 3.2, Calisto bundle,
> for some reason or another,
> my boolean field values are not gettable
> i'm not very sure about this, but i take it
> that the "getXXX" for non-boolean and "isXXX" for boolean
> but it appears that
> the validator is not able to recognize 'isXXX' getters..
> the only workaround i can see is to use 'getXXX'
> even for boolean values,
> anybody has a different method (a.k.a, easier), please let me know
|
|
|
Re: 'Expression is not gettable' error [message #600844 is a reply to message #472157] |
Wed, 05 July 2006 23:33  |
Eclipse User |
|
|
|
Hi Titi,
This problem has been logged as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149221 You will need to
make your boolean accessors use the "get" form instead of the "is" form to
avoid validation problems until it is fixed.
You can CC yourself on the bug in order to be informed when it is fixed.
If a fix is particularly important to you, please attach a note so that we
can better prioritize the fix.
--Cam
Titi Wangsa wrote:
> WTP 1.5, Eclipse 3.2, Calisto bundle,
> for some reason or another,
> my boolean field values are not gettable
> i'm not very sure about this, but i take it
> that the "getXXX" for non-boolean and "isXXX" for boolean
> but it appears that
> the validator is not able to recognize 'isXXX' getters..
> the only workaround i can see is to use 'getXXX'
> even for boolean values,
> anybody has a different method (a.k.a, easier), please let me know
|
|
|
Powered by
FUDForum. Page generated in 0.02834 seconds