Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] TypeDeclaration.resolveBinding question



hi,
I have a cu on disk - the cu looks like this:
class A{}
it has a corresponding shared working copy

then i create 2 working copies:
the first exists only in memory and has no corresponding cu on disk
interface I{}

and seconds one (this is _not_ the shared working copy)
class A implements I{}

The problem is, that when I call resolveBinding() on A in the second
working copy i get a binding with no superinterfaces.
Sounds like a bug but maybe i'm just doing something bogus.

thanks
a.



Back to the top