[Laszlo-dev] For Review: Change 20071218-dda-v Summary: SWF9: All user defined classes should extend Instance
Donald Anderson
dda at ddanderson.com
Tue Dec 18 08:34:58 PST 2007
Change 20071218-dda-v by dda at freddie.local on 2007-12-18 11:30:41 EST
in /Users/dda/laszlo/src/svn/openlaszlo/branches/devildog
for http://svn.openlaszlo.org/openlaszlo/branches/devildog
Summary: SWF9: All user defined classes should extend Instance
New Features: none
Bugs Fixed: LPP-5234
Technical Reviewer: ptw (pending)
QA Reviewer: hminsky (pending)
Doc Reviewer: (pending)
Documentation: none
Release Notes: none
Details:
User defined classes should extend 'Instance' by default,
if a superclass is not indicated, we insert 'extends Instance',
unless the class is Instance itself. Users not wanting to
extend Instance must use 'extends Object' explicitly.
Tests:
Tried some simple classes, if not marked by 'extends', they
now extend Instance. 'Instance' class itself is excepted.
Files:
M WEB-INF/lps/server/src/org/openlaszlo/sc/SWF9Generator.java
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071218-dda-
v.tar
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
Voice: 617-547-7881
Email: dda at ddanderson.com
WWW: http://www.ddanderson.com
More information about the Laszlo-dev
mailing list