JavaClassRegistry.st
Mon, 22 May 2017 14:18:31 +0200 mawalch #OTHER by mawalch cvs_MAIN
Tue, 20 Sep 2016 22:56:52 +0100 Jan Vrany Issue #93 [3/3]: Avoid (expensive) registry scan to find all erroneous classes
Mon, 19 Sep 2016 17:01:59 +0100 Jan Vrany Fixed #isObsolete for Java classes being replaceb by newer version(s).
Fri, 20 Nov 2015 09:49:57 +0000 Jan Vrany Merge
Fri, 11 Sep 2015 16:08:20 +0100 Jan Vrany FIx for new OpenJDK 7 (7u85-2.6.1-3)
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
Mon, 02 Mar 2015 17:50:49 +0100 Jan Vrany Merged with mercurial revision 58d72cc6d5f (3 changesets total) cvs_MAIN
Mon, 02 Mar 2015 14:21:07 +0000 Jan Vrany Use new Logger API (use Logger severityXXX instead of symbols) cvs_MAIN_tracking
Wed, 28 Jan 2015 03:12:08 +0100 Jan Vrany Merged with mercurial revision cb6c15e66be (594 changesets total) cvs_MAIN
Mon, 05 Jan 2015 17:10:02 +0100 Jan Vrany Updated copyright notices.
Sat, 11 Oct 2014 23:21:45 +0100 Jan Vrany Fixed class reloader in cases a top-level class has both, nested and anonymous classes.
Sat, 16 Aug 2014 08:13:09 +0100 Jan Vrany Fixes for reloading
Mon, 11 Aug 2014 09:46:49 +0100 Jan Vrany Fixes for class unloadfing: unload inner classes first.
Mon, 11 Aug 2014 01:55:40 +0100 Jan Vrany es to ClassLoader#classes list.
Fri, 11 Apr 2014 18:20:50 +0200 Jan Vrany Introduced a JavaClassEnvironment - an abstract namespace-like class to keep Java classes.
Wed, 09 Apr 2014 18:54:14 +0200 Jan Vrany Renamed JavaClassRegistry>>classesDo: to allClassesDo:
Wed, 09 Apr 2014 18:41:09 +0200 Jan Vrany Fixes for groovy.
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
Tue, 10 Dec 2013 22:33:43 +0000 Jan Vrany Class loading refactoring (part 1) development
Tue, 03 Dec 2013 00:17:49 +0000 Jan Vrany Flush JavaClassRegistry's notifier when flushing classes. development
Tue, 26 Nov 2013 21:19:39 +0000 Jan Vrany Temporary class loading race-condition workaround. development
Wed, 20 Nov 2013 16:40:09 +0000 Jan Vrany Fixes for Java reflection on Smalltalk classes. development
Thu, 17 Oct 2013 11:11:56 +0100 Jan Vrany Recompilation fixed (avoid endless recursion) development
Thu, 10 Oct 2013 00:08:11 +0100 Jan Vrany JavaClass>>#name vs. #binaryName refactoring development
Mon, 16 Sep 2013 14:09:52 +0100 Jan Vrany Initial support for live code checker / lint. 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
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:
Thu, 29 Aug 2013 01:09:28 +0100 Jan Vrany Do not install Groovy's do-it classes into class registry... development
Tue, 06 Aug 2013 11:19:07 +0100 Jan Vrany Java compiler problem highlighting improved. development
Mon, 05 Aug 2013 10:45:36 +0100 Jan Vrany Fix in JavaClassRegistry when notifying about class change. development
Thu, 23 May 2013 09:56:27 +0100 Jan Vrany Initial support for generalized built-in class support. builtin-class-support
Wed, 22 May 2013 21:15:02 +0100 Jan Vrany Initial attempt to generalized builtin class support. builtin-class-support
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
Thu, 25 Apr 2013 15:10:25 +0200 Stefan Vogel Changed usage of deprecated #copyWithoutLast: to #copyButLast: expecco_2_5_0
Thu, 18 Apr 2013 23:32:13 +0200 Jan Vrany Added JavaUnresolvedCompilationError. development
Mon, 04 Mar 2013 22:16:45 +0100 Claus Gittinger class: JavaClassRegistry
Tue, 26 Feb 2013 11:32:43 +0000 Jan Vrany Merged 009a0df3afce and 3c9b3181ded (branch development - CVS HEAD) development
Mon, 25 Feb 2013 12:15:35 +0100 Jan Vrany Updated to rev 009a0df3afce
Wed, 20 Feb 2013 23:05:49 +0000 Jan Vrany Merged 08505399cea8 and 0adf7bbcf2c9 (branch default - CVS HEAD) development
Sat, 16 Feb 2013 19:08:45 +0100 Jan Vrany Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Thu, 14 Feb 2013 16:15:31 +0000 Jan Vrany Added version_CVS development
Fri, 08 Feb 2013 01:06:23 +0100 Jan Vrany Reverted old #as_String and #as_ST_String, stc cannot handle shared pools correctly. openjdk7-support
Thu, 07 Feb 2013 19:17:28 +0100 Jan Vrany Added VM classes to JavaVMData. openjdk7-support
Thu, 24 Jan 2013 11:42:58 +0000 Jan Vrany Fixes for boot class path index. refactoring-classpath
Wed, 02 Jan 2013 18:48:11 +0100 Jan Vrany JavaCompiler refactored to compile completely in memory. development
Sun, 16 Dec 2012 17:45:12 +0100 Marcel Hlopko added reloading tests and naive implementation development
Mon, 10 Dec 2012 19:00:37 +0000 vranyj1 Updated from HG development
Thu, 15 Nov 2012 22:10:02 +0000 vranyj1 Directory structure refactoring (part 2) directory_structure_refactoring
less more (0) tip