From: Soheil H. Y. <soh...@gm...> - 2006-08-06 13:06:41
Hi All,
I think @j2sPrefix should create the codes before the import function
call (ClazzLoader load function).
For example in Abstract Collection the java.reflect.Array should be
copied before the import of java.reflect.Array!
Am I right ?
Regards,
Soheil
It may be considered as a bug.
@j2sPrefix is not designed to generating codes before
Clazz.declarePackage or ClazzLoader#load .
java.lang.reflect.Array may need more works to implement or replace
those native methods. Actually java.lang.reflect.Array should not be
declared inside AbstractCollection.java.
By the way, is @j2sPrefix and @j2sSuffix necessary?
Regards
Soheil Hassas Yeganeh wrote:
> Hi All,
>
> I think @j2sPrefix should create the codes before the import function
> call (ClazzLoader load function).
>
> For example in Abstract Collection the java.reflect.Array should be
> copied before the import of java.reflect.Array!
> Am I right ?
>
> Regards,
> Soheil
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> j2s-development mailing list
> j2s...@li...
> https://lists.sourceforge.net/lists/listinfo/j2s-development
>
>
>
From: Soheil H. Y. <soh...@gm...> - 2006-08-06 13:41:58
They are not necessary but they will ease the implementation.
REGARDS,
Soheil
On 8/6/06, Zhou Renjian <jo...@sj...> wrote:
> It may be considered as a bug.
>
> @j2sPrefix is not designed to generating codes before
> Clazz.declarePackage or ClazzLoader#load .
>
> java.lang.reflect.Array may need more works to implement or replace
> those native methods. Actually java.lang.reflect.Array should not be
> declared inside AbstractCollection.java.
>
> By the way, is @j2sPrefix and @j2sSuffix necessary?
>
> Regards
>
> Soheil Hassas Yeganeh wrote:
> > Hi All,
> >
> > I think @j2sPrefix should create the codes before the import function
> > call (ClazzLoader load function).
> >
> > For example in Abstract Collection the java.reflect.Array should be
> > copied before the import of java.reflect.Array!
> > Am I right ?
> >
> > Regards,
> > Soheil
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys -- and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > j2s-development mailing list
> > j2s...@li...
> > https://lists.sourceforge.net/lists/listinfo/j2s-development
> >
> >
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> j2s-development mailing list
> j2s...@li...
> https://lists.sourceforge.net/lists/listinfo/j2s-development
>