JavaClass.st
Sun, 08 Sep 2019 16:41:57 +0200 Claus Gittinger #TUNING by exept cvs_MAIN
Fri, 06 Sep 2019 16:10:50 +0200 sr #DOCUMENTATION by Stefan Reise cvs_MAIN
Tue, 28 Aug 2018 11:27:41 +0200 Claus Gittinger #REFACTORING by cg cvs_MAIN
Tue, 28 Aug 2018 11:00:26 +0200 Claus Gittinger #FEATURE by cg cvs_MAIN
Wed, 12 Oct 2016 00:14:35 +0100 Jan Vrany Issue #94 [1/x]: Introduce a `lock` instance variable to JavaBehavior and synchronize on it.
Wed, 17 May 2017 16:42:17 +0200 mawalch #OTHER by mawalch cvs_MAIN
Thu, 16 Mar 2017 13:34:39 +0100 Stefan Vogel #DOCUMENTATION by stefan cvs_MAIN
Tue, 14 Feb 2017 10:44:32 +0100 Stefan Vogel #REFACTORING by stefan cvs_MAIN
Mon, 13 Feb 2017 20:26:01 +0100 Claus Gittinger #BUGFIX by cg cvs_MAIN
Wed, 30 Nov 2016 18:27:17 +0100 Stefan Vogel #BUGFIX by stefan cvs_MAIN
Wed, 30 Nov 2016 11:38:02 +0100 Stefan Vogel #DOCUMENTATION by stefan cvs_MAIN
Wed, 21 Sep 2016 09:18:20 +0100 Jan Vrany Issue #93 [2/3]: Avoid (expensive) test for compilation error at (re)compilation time
Mon, 19 Sep 2016 17:01:59 +0100 Jan Vrany Fixed #isObsolete for Java classes being replaceb by newer version(s).
Tue, 26 Jul 2016 18:01:16 +0100 Jan Vrany Issue #39: Fix interop access to public fields.
Tue, 26 Jul 2016 09:33:35 +0100 Jan Vrany Oops, fixed broken interop for static fields
Mon, 11 Jul 2016 14:58:13 +0200 mawalch #OTHER by mawalch cvs_MAIN
Tue, 10 May 2016 23:36:15 +0200 Claus Gittinger #UI_ENHANCEMENT by cg cvs_MAIN
Sun, 27 Mar 2016 22:29:04 +0100 Jan Vrany JavaLookup: Make JavaResolver not to use JavaClass>>lookupMethodFor:
Wed, 23 Mar 2016 19:45:10 +0000 Jan Vrany JavaLookup: Make Smalltalk-to-Java lookup to handle 'perform:' of static methods
Mon, 21 Mar 2016 09:34:33 +0000 Jan Vrany Fixed JavaClass>>isTestSelector: for dynamic ProxyMethod
Mon, 21 Mar 2016 09:21:48 +0000 Jan Vrany Fixed baaad bug in INVOKE? handling when method does not exist
Fri, 20 Nov 2015 09:49:57 +0000 Jan Vrany Merge
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Tue, 17 Feb 2015 16:16:50 +0100 Jan Vrany JavaClass: added JavaClass>>sourceDecompiled with better description text. cvs_MAIN
Tue, 10 Feb 2015 14:50:55 +0100 Jan Vrany Fix in JavaClass: fixed bad bug in lookupMethodFor: - lookup method up to Object class, not just to JavaObject cvs_MAIN
Sun, 12 Apr 2015 11:29:47 +0100 Jan Vrany Catch up in JavaClass class>>binaryName:numStatic: after changes in ClassDescription.
Fri, 27 Mar 2015 16:37:34 +0000 Jan Vrany Fix in JavaClass>>javaPackage
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Tue, 17 Feb 2015 13:45:39 +0000 Jan Vrany JavaClass: added JavaClass>>sourceDecompiled with better description text.
Tue, 17 Feb 2015 16:16:50 +0100 Jan Vrany JavaClass: added JavaClass>>sourceDecompiled with better description text. cvs_MAIN
Tue, 10 Feb 2015 14:50:55 +0100 Jan Vrany Fix in JavaClass: fixed bad bug in lookupMethodFor: - lookup method up to Object class, not just to JavaObject cvs_MAIN
Wed, 04 Feb 2015 17:12:02 +0000 Jan Vrany Fix in JavaClass: fixed bad bug in lookupMethodFor: - lookup method up to Object class, not just to JavaObject
Wed, 28 Jan 2015 03:12:08 +0100 Jan Vrany Merged with mercurial revision cb6c15e66be (594 changesets total) cvs_MAIN
Tue, 20 Jan 2015 09:42:35 +0100 Jan Vrany Oops, fixed endless recursion in JavaClass>>innerClasses...
Sun, 11 Jan 2015 08:03:59 +0000 Jan Vrany Fix in JavaClass>>annotations
Mon, 05 Jan 2015 17:10:02 +0100 Jan Vrany Updated copyright notices.
Tue, 16 Dec 2014 01:08:13 +0000 Jan Vrany Fixes for class unloading.
Fri, 12 Dec 2014 00:33:24 +0000 Jan Vrany Fixed JavaClass#innerClasses, added #anonynousClasses
Sun, 07 Dec 2014 02:16:08 +0000 Jan Vrany JavaClass memory optimization (part 4)
Sun, 07 Dec 2014 01:25:54 +0000 Jan Vrany JavaClass memory optimization (part 3)
Wed, 03 Dec 2014 15:29:16 +0000 Jan Vrany JavaClass memory optimization (part 2)
Mon, 08 Dec 2014 23:03:45 +0000 Jan Vrany JavaClass memory optimization (part 1)
Fri, 14 Nov 2014 10:32:18 +0100 Jan Vrany Updates after JavaPackage has been moved to stx:libbasic
Sun, 17 Aug 2014 08:46:59 +0100 Jan Vrany Fix in reloading of a method with method-level breakpoint.
Tue, 12 Aug 2014 22:40:30 +0100 Jan Vrany Fix in JavaClass>>innerClassesIgnoreUnloaded: - also return anonymous classes.
Tue, 12 Aug 2014 09:42:45 +0100 Jan Vrany Oops, added missing methods.
Mon, 11 Aug 2014 01:19:19 +0100 Jan Vrany Fixed JavaClass>>fileOutAs:
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
Wed, 22 May 2013 21:15:02 +0100 Jan Vrany Initial attempt to generalized builtin class support. builtin-class-support
Tue, 21 May 2013 00:17:00 +0100 Jan Vrany Optimization of JavaClass>>includesBehavior: performance-optimizations
Tue, 07 May 2013 13:31:03 +0100 Jan Vrany Merged a98037ca2d11 and b09eaedf206a (branch java-exception-optimization) development
Tue, 07 May 2013 13:05:09 +0100 Jan Vrany Removed duplicated method JavaClass>>isControlInterrupt (bad merge) development
Tue, 07 May 2013 12:39:09 +0100 Jan Vrany Changed JavaVM>>classForName: to faster JavaVM>>classForName:definedBy: development
Tue, 07 May 2013 01:27:44 +0100 Jan Vrany Support for HANDLE-marked Java contexts. java-exception-optimization
Fri, 03 May 2013 10:56:06 +0100 Jan Vrany Fix in classInitInternal. development
Thu, 02 May 2013 10:32:02 +0100 Jan Vrany Performance optimization: rewrote 'JavaVM classNamed:' to 'JavaVM classNamed:...definedBy:...'. development
Mon, 29 Apr 2013 21:08:38 +0100 Jan Vrany Merged branch default (CVS HEAD) development
Sat, 27 Apr 2013 14:31:15 +0200 Claus Gittinger exception access
Thu, 25 Apr 2013 15:11:13 +0200 Stefan Vogel Changed usage of deprecated #copyWithoutLast: to #copyButLast:
Fri, 19 Apr 2013 09:48:55 +0200 Jan Vrany Update compiler problems when old class is updated. development
Wed, 17 Apr 2013 22:07:44 +0200 Jan Vrany Added skipInDebuggerWklkback pragma to show the relevant context when development
less more (0) -120 tip