Hello Chris, Fixed in build 611. Thanks for the report.
Best regards, Yura Cangea ---------------------------------- JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure" ---------------------------------- ----- Original Message ----- From: Bartley, Chris [ mailto:[EMAIL PROTECTED] ] Sent: Monday, March 04, 2002 11:22:46 PM Subject: [Eap-list] [609 BUG] Structure View: missing method when properties are grou ped > Win2k sp1, jdk 1.3.1_02, build #609: > For the following class, when properties are grouped in the Structure view, > the setFoo(String):void method is not shown. > public class UselessBean > { > private int foo = 1; > public int getFoo() > { > return foo; > } > public void setFoo(int foo) > { > this.foo = foo; > } > public void setFoo(String foo) > { > this.foo = Integer.parseInt(foo); > } > } > thanks, > chris > _______________________________________________ > 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
