Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[imp-dev] Instantiations of TypeStore in AliasType.lub(), ValueFactory.constructor(), etc.

Hi Folks,

I just noticed a few calls to the TypeStore constructor buried within various method
implementations in org.eclipse.imp.pdb.values, e.g., AliasType.lub() and
ValueFactory.constructor().

Are these correct as they are, or were they put in place as stop-gap measures to get things compiling before we figure out what TypeStore to use in these situations? If the latter, we should put some "TODO" comment tags in there as a reminder...

--
Cheers,
  - Bob
-------------------------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IMP Project Lead (http://www.eclipse.org/imp)
X10: Productivity for High-Performance Parallel Programming (http://x10.sf.net )



Back to the top