managing imports

2003-02-24 Thread Le Wang
Hi all, I have some questions about managing imports in JDEE. 1. I see that there is a very nice `jde-import-organize' and `jde-import-collapse-imports' functions. But what if I want to expand an import of java.util.* to only classes that I'm using? 2. In WSAD, when I organize imports

managing imports

2003-02-24 Thread Paul Kinnucan
Le Wang writes: Hi all, I have some questions about managing imports in JDEE. 1. I see that there is a very nice `jde-import-organize' and `jde-import-collapse-imports' functions. But what if I want to expand an import of java.util.* to only classes that I'm using? 2. In WSAD

RE: managing imports

2003-02-24 Thread Chitale, Sandip V
-Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 12:15 PM To: Le Wang Cc: [EMAIL PROTECTED] Subject: managing imports --8-snip8- People have suggested adding a command to import all

RE: managing imports

2003-02-24 Thread Le Wang
--- Chitale, Sandip V [EMAIL PROTECTED] wrote: No. I had written a BCEL based tool to parse a class file and dump the imports. Nick Sieger had wrapped it in some lisp code also. That's pretty ingenious. But does anyone think this should be possible without parsing a compiled class file?