jdee
jdee copied to clipboard
Bug in managing "static" keyword / computing the FQN of a class
Hi,
In my code I have the line:
static TextAnalyzer analyzer = new TextAnalyzer(true);
If I put the cursor on the leftmost "TextAnalyzer" and call "jdee-open-class-at-point", I get:
Can not find the source for "static.TextAnalyzer".
If I remove/comment out the static keyword, everything works fine...