|
From: <fra...@us...> - 2009-06-19 19:56:55
|
Revision: 1666
http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1666&view=rev
Author: frankrimlinger
Date: 2009-06-19 19:56:51 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Conversion of mangoUserHome/system in progress. java.lang.Obect_MangoFormal has now replaced java.lang.Object, but arrays put up a fight. The problem is that an Object[] is an Object, but an Object_MangoFormal[] is *NOT* an Object_MangoFormal. This is because Object is the root class. Period. So had to devise workarounds with static routines, which will propagate ugliness for all time. But oh well...
Modified Paths:
--------------
branches/mango/MangoJPF/mangoUserHome/system/System/java/io/ObjectStreamClass.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Boolean.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Byte.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Character.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Double.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Float.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Integer.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Long.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Object_MangoFormal.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Short.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/System.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Void.java
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/reflect/Array.java
branches/mango/MangoJPF/mangoUserHome/system/System/mango/lang/Mango_Class.java
branches/mango/MangoJPF/mangoUserHome/system/System/mango/lang/Mango_Object.java
Added Paths:
-----------
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Class_MangoFormal.java
Removed Paths:
-------------
branches/mango/MangoJPF/mangoUserHome/system/System/java/lang/Class.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|