[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.technology.cme] Empty search results for Serializable

Hi,

I'm trying to query my project code base to determine all the classes that implement Serializable (there are many), but I get no results for the following:

 relationship implements(class *, interface Serializable)

However the same query syntax against a different interface yields the expected result:

 relationship implements(class *, interface Manager)

Is this apparent discrepancy anything to do with the fact that I'm querying against a 'marker' interface in the first instance?

Thanks in advance,

Akbar