Re: j2s-development] @j2sPrefix Bug
Brought to you by:
zhourenjian
|
From: Zhou R. <jo...@sj...> - 2006-08-06 13:36:11
|
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 > > > |