Importing in JDE - minor bug

2003-01-09 Thread Petter Måhlén
Hi, I have a file with (at least) the following import statement: import java.util.*; If I then ask JDE to import java.util.List, a new statement will be added: import java.util.*; import java.util.List; The second statement is of course redundant. I think I have traced the problem to:

Importing in JDE - minor bug

2003-01-09 Thread Paul Kinnucan
Petter Måhlén writes: Hi, I have a file with (at least) the following import statement: import java.util.*; If I then ask JDE to import java.util.List, a new statement will be added: import java.util.*; import java.util.List; The second statement is of course