At 09:26 AM 6/27/00 -0400, Matthew G Knepley wrote:
> I am a new user of JDE and first I have to say what an amazing environment
>it is. I wanted to suggest a small change to the default Get/Set Pair
template.
>Accorindg to my Java in a NutShell reference, the JavaBeans convention for a
>boolean Get is isVariable() rather than getVariable().
>
> 1) Is this correct?
>
> 2) Could the template detect a boolean return type and use "is" instead?
>
Yes, this is a good idea that has been suggested before. It is relatively
easy to do so I'll try to have it done in the next releases (probably this
weekend).
- Paul