You are right. It doesn't work. And yes it is not 0 but 9999 like you said. Sometimes it is too late when you write. Oh well. JetBrains please, hear us out!
Too bad I do not have the time. It could be a nice plugin. Jacques "Paul Ruane" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > > Sorry, my statement was ambiguous. I mean that it does not show imports of classes and interfaces from the same package that the importing class is defined in. It does not import com.abc.Tree when I use it in com.abc.Sheep so I cannot get a full list of used classes and I don't want to assume everything in the package is referenced. > > Though I have the value set to 99999 as I had a problem using 0 in a previous build and have never experimented with 0 again since. Do current package classes get imported if I use 0? > > Paul. > > > > > "Jacques Morel" > <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] > Sent by: cc: > [EMAIL PROTECTED] Subject: [Eap-features] Re: Re: Class usages > tbrains.com > > > 08/08/2002 16:44 > Please respond to > eap-features > > > > > > > > Still wouldn't deal with the same package imports unless there is an > option I've missed. > What do you mean. If you set it to 0 all classes imported from the same > package will be listed. > The only thing this does work on is if you use FQN like in the case you use > classes with the same name but from different packages (java.sql.Date and > java.util.Date) > > I still believe it is a very important impact analysis tool. Forward AND > Backward dependency visualization is a critical tool to understanding, work > preparation and overall design quality (especially, if you have to work on > legacy code... But few of us are in this situation, right?... ;-) ). > JetBrains team, maybe you need to work on integrating with people like > SmallWorlds. Their product is really nice. I talked to them at XP Universe > and they are looking for direction right now. They are talking about > introducing package level refactoring. I told them they should talk to you > and try to integrate with IDEs not become another one again. > > Jacques > > > > > > Would it be nice? > > > > Right now we set 0 in the number of class before using * and optimize. > Copy > > the imports and undo. > > Not really elegant but it works. > > > > Jacques > > "Paul Ruane" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED]... > > > > > > If there is not already a way of viewing the classes used by the current > > class could we have this functionality? > > > > > > Basically, I want to see every class or interface used by the current > > class. This is not the same as viewing the imports as these may not me > > optimized (and I may not want to optimize them) and it has to show > explicit > > class names where the imports does not. I would also like it to include > > classes in the same package. > > > > > > It would also be good if this could be constricted to interfaces and > > abstract classes. > > > > > > Why? > > > > > > I want to be able to send details of some classes to someone and know > > about all related classes so I can send those too. > > > > > > Paul. > > > > > > > > > -- > > > > > > This e-mail may contain confidential and/or privileged information. If > you > > are not the intended recipient (or have received this e-mail in error) > > please notify the sender immediately and destroy this e-mail. Any > > unauthorized copying, disclosure or distribution of the material in this > > e-mail is strictly forbidden. > > > > > > > > > > > > _______________________________________________ > > Eap-features mailing list > > [EMAIL PROTECTED] > > http://lists.jetbrains.com/mailman/listinfo/eap-features > > > > > > > > > > -- > > > > This e-mail may contain confidential and/or privileged information. If y ou > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > > > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://lists.jetbrains.com/mailman/listinfo/eap-features > > > > > -- > > This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
