drewbourne / mockolate

fake chocolate, mock objects and test spies for AS3
http://mockolate.org/
MIT License
145 stars 27 forks source link

Classes in default package are not proxied correctly. #20

Closed drewbourne closed 13 years ago

drewbourne commented 14 years ago

Appears to be a bug in FLoxy.

will not work:

package {
    class Anything {
        public function invoke(args:Array):void {
        }
    }
}
drewbourne commented 13 years ago

Fixed in master. It was a bug in floxy where it was incorrectly converting qnames when checking which superclass a method or field was declared by in order to add to the type info.