Author: bargull
Date: 2008-02-02 06:19:29 -0800 (Sat, 02 Feb 2008)
New Revision: 7949

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/compiler/Class.lzs
Log:
Change 20080202-bargull-8 by [EMAIL PROTECTED] on 2008-02-02 14:30:54
    in /home/Admin/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Better check all implementations

New Features:

Bugs Fixed: LPP-5403 "Coding error in Trait#$lzsc$isa"

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
Moved the return statement after the for-in loop.


Tests:
attached at testcase



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/compiler/Class.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/compiler/Class.lzs 2008-02-02 13:36:57 UTC 
(rev 7948)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/compiler/Class.lzs 2008-02-02 14:19:29 UTC 
(rev 7949)
@@ -479,8 +479,8 @@
       if (obj instanceof impls[mash].constructor) {
         return true;
       }
-      return false;
     }
+    return false;
   },
   // How to make a Trait
   make: function make (classname, superTrait, instanceProperties, 
staticProperties) {


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to