Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:JDT Core Programmer Guide/MetaIndex"

 
Line 4: Line 4:
  
 
"There are discussions at {{Bug|570078}} if we should extend this MetaIndex for other kind of search patterns as well." - I was very naively assuming that the same mechanism would transparently apply for all index searches involving type names. Why / how / where would different search patterns require different approaches? --[[User:Stephan.herrmann.berlin.de|Stephan.herrmann.berlin.de]] ([[User talk:Stephan.herrmann.berlin.de|talk]]) 16:24, 29 March 2021 (EDT)
 
"There are discussions at {{Bug|570078}} if we should extend this MetaIndex for other kind of search patterns as well." - I was very naively assuming that the same mechanism would transparently apply for all index searches involving type names. Why / how / where would different search patterns require different approaches? --[[User:Stephan.herrmann.berlin.de|Stephan.herrmann.berlin.de]] ([[User talk:Stephan.herrmann.berlin.de|talk]]) 16:24, 29 March 2021 (EDT)
 +
 +
Is this page still "currently under construction"?
 +
[[User:Stephan.herrmann.berlin.de|Stephan.herrmann.berlin.de]] ([[User talk:Stephan.herrmann.berlin.de|talk]]) 12:08, 5 January 2023 (EST)

Latest revision as of 13:08, 5 January 2023

Where you discuss "capturing of package names are done in BinaryIndexes" you list a few locations, where type references are found, but the implementation doesn't actually care. It simply reads all entries of the constant pool. Otherwise we would be missing a lot of type references! I believe the implementation more than the description :) or am I missing anything? --Stephan.herrmann.berlin.de (talk) 16:15, 29 March 2021 (EDT)

"Extract package names from all none * imports" - why treat wildcard imports differently? They, too, contain the full package part of each qualified name. --Stephan.herrmann.berlin.de (talk) 16:18, 29 March 2021 (EDT)

"There are discussions at bug 570078 if we should extend this MetaIndex for other kind of search patterns as well." - I was very naively assuming that the same mechanism would transparently apply for all index searches involving type names. Why / how / where would different search patterns require different approaches? --Stephan.herrmann.berlin.de (talk) 16:24, 29 March 2021 (EDT)

Is this page still "currently under construction"? Stephan.herrmann.berlin.de (talk) 12:08, 5 January 2023 (EST)

Back to the top