In the following code:
[code]
public interface FileLocator
{
/**
* fileLocation f
*/
String findFile(String fileLocation);
}
[code]
word completion doesn't work in the javadoc comment after the "f" which is on its own.
I'd note that it seems to work for the very first word in the javadoc, but not for subsequent words.