Hi,

I've been using jdee 2.4.0.1, and I've found out that semantic-current-tag 
doesn't work properly with generic methods. For example in the following code:

public static <T> void myMethod() {
}

semantic-current-tag-interactive only reports being in the method when the 
cursor is after the void keyword, whereas if I leave the generic parameter it 
is recognized as soon as the method starts. This is relevant for example when 
using the jde-javadoc-autodoc-at-line function. If I try it in the previous 
method, the comment gets inserted between <T> and void.
Is this a known problem (with some workaround)?

Cheers,
Mario
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to