rt/emul/mini/src/main/java/java/lang/Class.java
Wed, 23 Apr 2014 17:48:43 +0200 Merge in less methods in Object
Wed, 23 Apr 2014 17:43:36 +0200 java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class
Mon, 06 Jan 2014 13:45:57 +0100 Re-adding getDeclaringClass method, but throwing a security exception when it is called
Sun, 20 Oct 2013 20:36:03 +0200 Can load multiple resources of the same name even in testing and development mode
Sat, 12 Oct 2013 09:03:36 +0200 Return null, not unknown
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Thu, 03 Oct 2013 14:45:25 +0200 Can get access to ClassLoader and use it to load resources and classes
Sat, 28 Sep 2013 12:03:59 +0200 Can use Constructor.newInstance with parameters
Sat, 28 Sep 2013 01:32:59 +0200 Adding more reflection methods, but mostly throwing exceptions
Thu, 29 Aug 2013 08:00:42 +0000 Don't propagate non-ClassNotFoundException error from Class.forName
Fri, 05 Apr 2013 10:41:07 +0200 Any JavaScript array is treated as Java array of Objects
Mon, 25 Mar 2013 16:16:30 +0100 Class.isAssignableFrom and primitive types works better now
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository