jdee icon indicating copy to clipboard operation
jdee copied to clipboard

Bug in managing "static" keyword / computing the FQN of a class

Open liar666 opened this issue 7 years ago • 0 comments

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...

liar666 avatar Apr 03 '17 14:04 liar666