Say I've got a class as follows:

    package mypackage;
    import java.util.*;
    public class MyClass
    {
        private List list;
        // ... remainder of class
    }

So MyClass uses List from java.util.
Suppose I then add a List class to mypackage.  This makes the List reference
ambiguous (or it picks up the one in the local package - can't remember).
Anyway, MyClass is now invalid.  However, if I do a Make Project, it doesn't
recompile MyClass.

Calum
CONFIDENTIALITY NOTICE: This message is confidential and for the use only of
the intended recipient. If you receive the message in error you are not
entitled to disseminate, copy or use the contents in any way. In such
circumstances please forward the message back to the sender or contact IT
Services at the group's parent company - Aspects Software Ltd, by telephone
on +44 (0) 131 225  9500.     WARNING: While Aspects Software Ltd and all
its subsidiaries take steps to prevent computer viruses from being
transmitted via electronic mail attachments we cannot guarantee that
attachments do not contain computer virus code. You are therefore strongly
advised to undertake anti virus checks prior to accessing the attachment to
this electronic mail. Neither Aspects Software Ltd nor any of its
subsidiaries grants any warranties regarding performance use or quality of
any attachment and undertakes no liability for loss or damage howsoever
caused. 

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

Reply via email to