Change 20080313-dda-M by <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] on 2008-03-13 11:46:26 EDTin /Users/dda/laszlo/src/svn/openlaszlo/branches/devildogfor <http://svn.openlaszlo.org/openlaszlo/branches/devildog>http://svn.openlaszlo.org/openlaszlo/branches/devildogSummary: Fix interstitial constructor super calls for typed args New Features: Bugs Fixed: LPP-5561 Technical Reviewer: ptw (pending) QA Reviewer: promanik (pending) Doc Reviewer: (pending) Documentation: Release Notes: Details: The super() call within a manufactured constructor was wrong. It now leaves off any typing information as it is copying the arguments from the formal param list. Tests: Fix: commented constructors in LzDataNodeMixin and LzDataElementMixin, it now compiles, eyeballed the generated code. Regression: SWF9 hello, {smokecheck,lzpix,weather} x {SWF8/DHTML} Files: M WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9Generator.javaChangeset: <http://svn.openlaszlo.org/openlaszlo/patches/20080313-dda-M.tar>http://svn.openlaszlo.org/openlaszlo/patches/20080313-dda-M.tar-- Don Anderson Java/C/C++, Berkeley DB, systems consultant voice: 617-547-7881 email: <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] www: <http://www.ddanderson.com>http://www.ddanderson.com
I removed my temporary mixin constructors and this works fine. I'm
going to remove the temporary constructors.
