Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Buildpath operation and indexers(Ignoring access rulesets)
Buildpath operation and indexers [message #724207] Sun, 11 September 2011 12:36
Krzysztof Maziarz is currently offline Krzysztof MaziarzFriend
Messages: 2
Registered: February 2011
Junior Member
Hi all,

I am just curious why AccessRuleSet of IBuildpathEntry objects are ignored by indexers.

See line 526 of SetBuildpathOperation (org.eclipse.dltk.internal.core)

IBuildpathEntry[] oldResolvedPath, newResolvedPath;
..
final IPath newPath = this.newResolvedPath[i].getPath();


And later this is passed to the indexers (ProjectIndexerManager.indexLibrary(project,newPath);

I guess indexer should itself fetch restrictions on indexed library but H2 indexer seems to not bother about such details.

Do I miss something?
Previous Topic:Search for case insensitive languages
Next Topic:changelogs and updated docs?
Goto Forum:
  


Current Time: Sat May 04 16:53:16 GMT 2024

Powered by FUDForum. Page generated in 0.04056 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top