Hi,
I'm using JDE2.2.5.2,Emacs 20.7,Win2000SP1.
Everything is working as expected, but Code Completion is not working
for my classes
and now i have found the reason.
In the following example comes the message:
'Could not find type of t, check if Test is in import statements'
if i try to complete t. with the command jde-complete-at-point.
package TE_ST;
public class Test {
public void setVal1(){}
public static void main (String[] args) {
Test t = new Test();
t.
}
}
The problem is that the package name contains the symbol '_'.
If i try it with package TEST everything is working, but all of my
classes have _
in their package names.
Can somebody confirm this behaviour ?
If the example is working i will send a complete error report with my
configuration.
Thanks
Carsten