Re: [FalconJx] JSGoogEmitter ClasstCastException

2013-04-15 Thread Cyrill Zadra
Yep .. try to help you out. Cyrill On Mon, Apr 15, 2013 at 4:14 PM, Erik de Bruin 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 E

Re: [FalconJx] JSGoogEmitter ClasstCastException

2013-04-15 Thread Erik de Bruin
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/brow

[FalconJx] JSGoogEmitter ClasstCastException

2013-04-14 Thread Cyrill Zadra
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