bizarre problem with completion

2004-03-01 Thread Jens Lautenbacher
Hi, I have the following code (^ is point): Iterator iter = set.iterator() while (iter.hasNext()) { iter. ^ } completing at the specified place works as expected. BUT: if the iterator is simply named i, trying to complete makes JDE ask me which class I want to import

bizarre problem with completion

2004-03-01 Thread Paul Kinnucan
Jens Lautenbacher writes: Hi, I have the following code (^ is point): Iterator iter = set.iterator() while (iter.hasNext()) { iter. ^ } completing at the specified place works as expected. BUT: if the iterator is simply named i, trying to complete

bizarre problem with completion

2004-03-01 Thread Paul Kinnucan
Paul Kinnucan writes: Jens Lautenbacher writes: Hi, I have the following code (^ is point): Iterator iter = set.iterator() while (iter.hasNext()) { iter. ^ } completing at the specified place works as expected. BUT: if the