Hello blunt,

Well, first of all a getter must not have parameters, second is that
getter's return type must match setters arg type, otherwise a property
is not formed.

Best regards,
Yura Cangea
----------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure"
----------------------------------

----- Original Message -----
From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] ]
Sent: Thursday, March 21, 2002 6:02:16 PM
Subject: [Eap-list] Show properties toggle in structure view problem

> Hi,

> win2kpro, jdk1.3.1, build 612

> Ok I have a class with two methods named:

> void setPropertyChanged(int propOffset)
> boolean getPropertyChanged(int propOffset)

> Now there is no field in this class called propertyChanged as
> the data is actually being stored in Vectors and arrays.

> If I have show properties turned on in structure view I see that there
> is an entry for propertyChanged and within it I get
> setPropertyChanged(int):void

> So far so good,

> There is no entry for the getPropertyChanged method. It is displayed
> above the property entries as a normal (non get/set) method.

> Other get/set methods within the same class and also with no actual
> discreet field variable seem to be displayed in their property node
> just fine.

> Any ideas ?

> BTW There is no output in the console and restarting idea makes no
> diff.


> H


> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to