Title: Message
We cannot reproduce this. Could you send us any example where it's reproducable?
 
Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------
----- Original Message -----
Sent: Saturday, March 02, 2002 8:44 AM
Subject: [Eap-list] Find usages bug (#609)

If I am looking for SomeConstructor and the code is like below, only the second istance is shown by the Find Usage function
 
 
    if(someBoolean)
     someVar = new SomeConstructor ( );
    else
     someVar = new SomeConstructor ( );
 
-Mike

Reply via email to