Hello,

The behavior of "jde-open-class-at-point" (bound do C-c C-v C-y) is strange when the point is on the following statement:

import java.util.Collection;
......................^ Point here

It just issues a message saying "Can not parse the thing at point!"

I tried a little bit of debugging, and discovered that it tries to interpret the leading prefix (here "java.util") as the name of a class, just as if we had a statement like :

ClassName instanceName;

I'm using JDE 2.3.2.
Is this a known bug with a related fix? If not, I'll fill a bug report.

Bye
/Hervé

--
                     Email  : [EMAIL PROTECTED]
 Hervé BITTEUR       Office : +33 1.34.03.01.12
 EMEA IT Architect   Mobile : +33 6.86.49.04.14
   ____ ____ __      Fax    : +33 1.34.03.03.06
  / __// / //  \
 _\_ \/ / // / /     SUN Microsystems FRANCE
 \___/\__//_/_/      13, avenue Morane Saulnier
  Microsystems       78142 Vélizy cedex France



Reply via email to