Yura, The test case below exhibits the bug. Display the Structure View for this class. 
Set Group Overriding Methods to OFF and set Group Implementation Methods to ON. The 
toString() method does not appear in the Structure view.

To make the method appear, do any one of the following three things: (1) set Group 
Overriding Methods to ON, (2) set Group Implementation Methods to OFF, or (3) edit the 
method's name, e.g., to toString1(), so that the method no longer overrides one that 
class Object defines.

#612. /Jim

public class Test
{
        public String toString()
        {
                return null;
        }
} 

-----Original Message-----
From: Yura Cangea [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 11:42 AM
To: Jim White
Subject: Re: [Eap-list] Bug. Group Implementation Methods Can Make
Members Disappear


Hello Jim,

I have not been able to reproduce this behaviour, can you please send
me a sample where this is reproducible ?

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

----- Original Message -----
From: Jim White [ mailto:[EMAIL PROTECTED] ]
Sent: Tuesday, March 19, 2002 6:57:30 PM
Subject: [Eap-list] Bug. Group Implementation Methods Can Make Members Disappear

> It seems that the Group Implementation Methods tool in the Structure view can make 
>members disappear. I haven't had time to develop a test case. I have a subclass of 
>EventObject that implements the
> toString method. If I display the subclass with the tool turned off, the toString 
>method is listed in the Structure view. If I turn the tool on, however, the method 
>disappears. First, I don't know
> why the tool has any effect in this case, because EventObject also implements this 
>method. More significantly, I thought that the tool grouped members, but never 
>suppressed them. #612 /Jim

> _______________________________________________
> 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

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

Reply via email to