You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Cyrill Zadra <cy...@gmail.com> on 2013/04/14 19:04:07 UTC

[FalconJx] JSGoogEmitter ClasstCastException

Hi

Just pushed a fix to develop branch which fixes a ClassCastException
for following scenario.

package vo {
  public interface ITestInterface { }
}

package vo {
  public class TestObject implements ITestInterface {
   public function TestObject() { }
  }
}

Erik you may have a review look at it ;-)

Cyrill

Re: [FalconJx] JSGoogEmitter ClasstCastException

Posted by Cyrill Zadra <cy...@gmail.com>.
Yep .. try to help you out.

Cyrill

On Mon, Apr 15, 2013 at 4:14 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:
> Cyrill,
>
> Excellent contribution, thank you. While you're on a roll, would you
> mind having a look at some of the ToDo's scattered throughout the
> code?
>
> Only one technical detail: if you're using Eclipse, can you please use
> this 'formatter' before committing code:
>
> https://issues.apache.org/jira/browse/FLEX-33485
>
> There are some whitespace issues with your commit that will confuse
> the diffs between committers.
>
> EdB
>
>
>
> On Sun, Apr 14, 2013 at 7:04 PM, Cyrill Zadra <cy...@gmail.com> wrote:
>> Hi
>>
>> Just pushed a fix to develop branch which fixes a ClassCastException
>> for following scenario.
>>
>> package vo {
>>   public interface ITestInterface { }
>> }
>>
>> package vo {
>>   public class TestObject implements ITestInterface {
>>    public function TestObject() { }
>>   }
>> }
>>
>> Erik you may have a review look at it ;-)
>>
>> Cyrill
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl

Re: [FalconJx] JSGoogEmitter ClasstCastException

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Cyrill,

Excellent contribution, thank you. While you're on a roll, would you
mind having a look at some of the ToDo's scattered throughout the
code?

Only one technical detail: if you're using Eclipse, can you please use
this 'formatter' before committing code:

https://issues.apache.org/jira/browse/FLEX-33485

There are some whitespace issues with your commit that will confuse
the diffs between committers.

EdB



On Sun, Apr 14, 2013 at 7:04 PM, Cyrill Zadra <cy...@gmail.com> wrote:
> Hi
>
> Just pushed a fix to develop branch which fixes a ClassCastException
> for following scenario.
>
> package vo {
>   public interface ITestInterface { }
> }
>
> package vo {
>   public class TestObject implements ITestInterface {
>    public function TestObject() { }
>   }
> }
>
> Erik you may have a review look at it ;-)
>
> Cyrill



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl