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

Reply via email to