The background is that I'm writing an autocomplete mechanism for our
documentation system and it would be most efficient to take the lists
it uses from existing in-memory lists, rather than resorting to
scraping the file resources for the data.
As an aside, does Together Eclipse create Java classes internally for
each element? Is this why you have to increase MaxPermGen on large
models to prevent crashing?