Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] how to create IJavaSearchScope that would include all necessary projectes/libraries?

----- Original Message ----- 
> 
> Instead of adding all referencing projects, you could add the package
> fragment roots of each referencing project (see
> IJavaProject,getPackageFragmentRoots()).

and what about the transitive closure problem?
do i have to do it recursively?

a.




Back to the top