Sorry for the late reply.
Could you please try the following query for instance?
from Field f
where f.fromSource()
select f
Well, I tried this on a trivial example class (like this:
class C{int b;}
), it works fine there. However the result entries are still not clickable with a reasonably big working set.
Does Semmle have any expectations on the working set? I guess it should be a Java working set, but it shouldn't matter if contains one (or more) whole projects or just a single class, should it?
Does it matter if it's a PDE project? (I guess not)
If not, what is your precise configuration (OS, Java version)?
Eclipse: SDK Version: 3.4.0 Build id: I20080617-2000
Java: Eclipse runs on Sun 1.6.0_06, but JDT compiles against Sun JRE 1.5.0.14
OS: Debian Lenny, kernel: 2.6.24-1-686 .
Thanks,
Gergo