jde-open-class-at-point on import statements

2003-03-19 Thread Herv Bitteur
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 Vlizy cedex France


Re: jde-open-class-at-point on import statements

2003-03-19 Thread Phillip Lord
 Herve == =?windows-1252?Q?Herv=E9 Bitteur?= windows-1252 writes:

  Herve Hello,

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


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

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

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

As a related point this also happens in full qualified names within
the class rather than in the imports