Community
Participate
Working Groups
As of http://trac.objectteams.org/ot/changeset/22847 base class tags are no longer used for dispatch in liftTo and predicate methods. We should remove remaining traces of base class tags: Compiler: - BaseClassTagsAttribute - TeamModel#baseToTag & #nextBaseTag including all dependents OTRE: - BaseTagInsertion and all dependents
Created attachment 173349 [details] proposed patch This patch removes lots of code that was only needed for versions <= 1.3.2.
Created attachment 173352 [details] More cleanup More cleanup: the structure extraReferencedBases is not used in the OTRE, only passing this information to OT/Equinox (using adaptedBases) is relevant.
Patches have been committed as r565 & r566.
Verified for 0.7.1 by code inspection.