Hello Rodrigo, This is fixed in build 611. Please note that two properties with the same name will appear, one with type "Object" (with field, getValue & setValue(Object) and the other with type "String" (with just setValue(String), to form a property getter/setter/field must have the same type.
Best regards, Yura Cangea ---------------------------------- JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure" ---------------------------------- ----- Original Message ----- From: Rodrigo Gevaerd [ mailto:[EMAIL PROTECTED] ] Sent: Thursday, March 07, 2002 6:00:56 PM Subject: [Eap-list] Structure view: property hiding other methods > I got a class that has the following members: > private Object value; > private Object getValue() > private void setValue(Object) > private void setValue(String) > In the Structure view, when I expand the value node, the setValue(String) > is not shown. > #609. > []'s, > Rodrigo. > _______________________________________________ > 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
