JavaClass.st
Fri, 08 Aug 2014 11:02:10 +0100 Jan Vrany Fixes bad bug in Java thread handling that caused memory/resource leak.
Thu, 07 Aug 2014 12:41:43 +0100 Jan Vrany Removed slot JavaClass#sourceFile.
Tue, 05 Aug 2014 22:41:36 +0100 Jan Vrany Return enclusing class's package for inner classes. Make #owningClass to return enclosing class.
Tue, 05 Aug 2014 21:57:28 +0100 Jan Vrany Merged a3cb415bc22b and 4284af836b5d
Tue, 05 Aug 2014 20:42:52 +0100 Jan Vrany Merged ea55682eefe7 and a4ddeef7c5e9
Tue, 05 Aug 2014 12:03:28 +0100 Jan Vrany Align JavaClass>>enclosingClass with java.lang.Class.getEnclosingClass()
Tue, 05 Aug 2014 00:11:46 +0100 Jan Vrany Merged 9aade8151557 and 189c572dbe71
Mon, 04 Aug 2014 23:08:33 +0100 Jan Vrany Fixed getDeclaringClass() native.
Mon, 04 Aug 2014 17:12:34 +0100 Jan Vrany Class reading optimization [4/4]: defer cache flushing at class initialization time.
Mon, 04 Aug 2014 16:13:14 +0100 Jan Vrany (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Thu, 31 Jul 2014 09:30:15 +0100 Jan Vrany Made JavaClass>>package returning Smalltalk/X package name from annotation, if annotated.
Fri, 25 Jul 2014 10:11:34 +0100 Jan Vrany Make JavaClass>>nameWithoutNameSpacePrefix returning the lastName.
Thu, 24 Jul 2014 21:18:20 +0100 Jan Vrany Removed classFileBytes from JavaClass.
Mon, 05 May 2014 10:10:14 +0100 Jan Vrany Better coding style of JavaClass/JavaBehaviour>>setInterfaces:
Sun, 27 Apr 2014 21:00:45 +0100 Jan Vrany Fix in containsMethodsAnnotatedWith: - do not compare binary names, compare superclasses
Mon, 10 Feb 2014 00:12:30 +0100 Marcel Hlopko throw ExceptionInInitializerError when anything bad happens during class init development
Sun, 09 Feb 2014 16:52:47 +0100 Marcel Hlopko teach JUnitTestCaseProxy to fail when expected exception is not raised development
Sat, 08 Feb 2014 22:13:44 +0100 Marcel Hlopko teach JUnitTestCaseProxy of expected exceptions development
Tue, 21 Jan 2014 11:28:09 +0000 Jan Vrany Fix in JavaClass>>basicNew initialize class if not already. development
Tue, 07 Jan 2014 13:44:55 +0100 Jan Vrany Fix in JavaClass>>#perform:onReceiver:from:ifNotFound: pass selector/sender when evaluatinh method using Method>>valueWith:... development
Mon, 23 Dec 2013 22:59:16 +0100 Jan Vrany Added JavaClass>>synchronized: that uses thinlocks. development
Wed, 18 Dec 2013 14:52:11 +0100 Jan Vrany Post-merge fixes. development
Wed, 18 Dec 2013 12:03:32 +0100 Jan Vrany Merged 7c3b2a89f173 and 80a1a085a982 (branch performance-optimizations) development
Sun, 08 Dec 2013 22:36:37 +0000 Jan Vrany Added JavaObject>>synchronized: and JavaClass>>synchronized: development
Sun, 08 Dec 2013 00:41:29 +0000 Jan Vrany Added lockWord to JavaBehavior to enable thinlocking for static methods and resolver. development
Tue, 19 Nov 2013 10:20:58 +0000 Jan Vrany Fix in interop - make sure the class is initialized when invoking static method. development
Tue, 12 Nov 2013 11:17:13 +0000 Jan Vrany Oops, fix for JavaClass>>isCloneable - handle subclasses of a class that implements Cloneable. development
Mon, 11 Nov 2013 09:48:58 +0000 Jan Vrany Another pass over Mauve tests. development
Thu, 07 Nov 2013 18:48:52 +0000 Jan Vrany Fix in JavaClass>>#javaUnwrap: care for nil/null. development
Tue, 22 Oct 2013 18:50:11 +0100 Jan Vrany Addes synchronization in JavaClass>>classInit. development
Mon, 14 Oct 2013 19:11:32 +0100 Jan Vrany More fixes for new naming scheme development
Mon, 14 Oct 2013 15:18:19 +0100 Jan Vrany Added #creator for mixed exception handling. development
Fri, 11 Oct 2013 18:34:22 +0100 Jan Vrany Merged 5ea0697eef5f and e4f0dcc42f4a (monitor trace fixes) development
Thu, 10 Oct 2013 11:25:37 +0100 Jan Vrany Hack for old VM JavaClass>>binaryName:numStatic: development
Thu, 10 Oct 2013 11:00:23 +0100 Jan Vrany Merged 16c497edc69d and 881eb22c2724 (fix in JavaClass>>nameSpaceName development
Thu, 10 Oct 2013 01:03:33 +0100 Jan Vrany Bugfix in JavaClass>>nameSpaceName: all classes loaded by primordial, ext or system class loader should go to JAVA namespace. development
Thu, 10 Oct 2013 00:08:11 +0100 Jan Vrany JavaClass>>#name vs. #binaryName refactoring development
Tue, 08 Oct 2013 19:02:01 +0200 Marcel Hlopko remove JavaConstantPool#ConstantPools weak array, use JavaVM registry instead development
Sun, 06 Oct 2013 00:03:39 +0100 Jan Vrany Merged 2fdee4f9e146 (tools support and fixes) and 7d5ffec2f654 (multivers fixes) development
Fri, 04 Oct 2013 17:02:03 +0100 Jan Vrany Improvement in interop/java extensions. development
Sat, 28 Sep 2013 01:49:52 +0100 Jan Vrany Fix in JavaClass>>source. development
Wed, 02 Oct 2013 22:07:51 +0200 Marcel Hlopko cleanup multiple Java class versions handling development
Sun, 22 Sep 2013 21:12:02 +0200 Marcel Hlopko merge heads development
Thu, 19 Sep 2013 23:24:00 +0200 Marcel Hlopko add cleanCacheFlag to JavaFieldRef2 development
Thu, 12 Sep 2013 23:47:35 +0200 Marcel Hlopko merge heads development
Thu, 12 Sep 2013 23:43:25 +0200 Marcel Hlopko add JavaClass>>hasMultipleVersions development
Tue, 10 Sep 2013 00:14:14 +0200 Marcel Hlopko add JavaClass>>canCacheReferences development
Sun, 22 Sep 2013 19:35:48 +0100 Jan Vrany Fixes. development
Fri, 20 Sep 2013 10:56:09 +0100 Jan Vrany Bugfix: JavaClass>>source: check for missing source. development
Fri, 20 Sep 2013 02:03:08 +0100 Jan Vrany Cleanup. Change source API in `Java` to return stream rather than string. development
Mon, 16 Sep 2013 01:04:57 +0100 Jan Vrany Fixes for syntax highlighting. development
Sun, 15 Sep 2013 02:16:13 +0100 Jan Vrany Merged 272689c14005 and 13f5be2bf83b. development
Sun, 15 Sep 2013 01:44:55 +0100 Jan Vrany Merged d87e89dd5276 and fe83a843a7bf (branch default - CVS HEAD) development
Sun, 15 Sep 2013 01:02:01 +0100 Jan Vrany Fixed removing of Java classes (issue #40) development
Sat, 14 Sep 2013 15:48:03 +0100 Jan Vrany More support for method's source display. Not yet working. development
Sat, 07 Sep 2013 01:15:11 +0100 Jan Vrany Fix in interop - delegate to receiver's class, not to `self class`... development
Fri, 06 Sep 2013 00:16:38 +0100 Jan Vrany Added version_CVS to all classes and build files regenerated & cleaned. development
Tue, 03 Sep 2013 01:18:46 +0100 Jan Vrany Changed registration of Java classes into system dictionary. development
Fri, 06 Sep 2013 02:45:44 +0200 Jan Vrany Updated to match Mercurial revision a00302fe5083 with two tweaks:
Fri, 09 Aug 2013 01:22:51 +0100 Jan Vrany Fixes in syntax highlighting and support for accepting code in the debugger. development
less more (0) -100 -60 tip