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