Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Project References

> I've created http://eclip.se/425833 which describes an IllegalArgumentException that I'm getting from
> PDOMCPPClassType.getVisibility when the containing project references other ones.
>
> There are detailed steps in the bug, does this look familiar to anyone?

Looks like an indexer bug. The difference between a project that refers to
other projects and one that doesn't is that in the first case we use Composite
bindings and in the second case, PDOM bindings.

Regards,
Nate

Back to the top