Mon, 21 Oct 2013 08:52:06 +0100 Jan Vrany Closing branch javascannerstream. javascannerstream
Wed, 07 Aug 2013 02:11:08 +0100 Jan Vrany Initial attempt to speedup parsinb by using token stream... javascannerstream
Mon, 21 Oct 2013 08:32:14 +0100 Jan Vrany Call CompilationUnitDeclaration#analyseCde() to perform flow analysis... development
Mon, 21 Oct 2013 08:31:02 +0100 Jan Vrany Fix stx.libjava.tools.Source#getFileName(): always return a name to avoid NPE. development
Sun, 20 Oct 2013 00:07:46 +0100 Jan Vrany Fix in JavaSourceHighlighter: do full highlighting for applications spawn from the debugger. development
Sat, 19 Oct 2013 17:38:22 +0100 Jan Vrany Make JavaVM>>#loadClassesIn: to work with .jar files as well. development
Fri, 18 Oct 2013 16:55:19 +0100 Jan Vrany Fix in JavaSourceDocument - care for types with no method declarations development
Fri, 18 Oct 2013 16:54:44 +0100 Jan Vrany Introduced GroovyScanner with support for Groovy-only tokens... development
Thu, 17 Oct 2013 11:11:56 +0100 Jan Vrany Recompilation fixed (avoid endless recursion) development
Thu, 17 Oct 2013 02:24:37 +0100 Jan Vrany Fix in JavaCompiler>>#recompile: when recompiling, use class's original class loader. development
Thu, 17 Oct 2013 02:05:03 +0100 Jan Vrany Added JavaMethod>>#interpretWithReceiver:arguments: development
Thu, 17 Oct 2013 02:02:51 +0100 Jan Vrany Removed obsolete tests... development
Wed, 16 Oct 2013 14:15:23 +0100 Jan Vrany Fix to recompile erroneous classes upon reload. development
Wed, 16 Oct 2013 10:48:16 +0100 Jan Vrany Removed JavaSingleClassReloaderTests, tests merged in JavaClassReloaderTests. development
Wed, 16 Oct 2013 10:05:31 +0100 Jan Vrany Improved JavaClassReader to read InnerClasses and MissingTypes attributes. development
Wed, 16 Oct 2013 09:09:38 +0100 Jan Vrany Fix in JavaClassReloader - when updating class, also update attributes and annotations. development
Wed, 16 Oct 2013 01:20:07 +0100 Jan Vrany Fixes for Java method tracing/counting. development
Tue, 15 Oct 2013 23:40:22 +0100 Jan Vrany Fix in JavaClassReloader (recompilation) development
Tue, 15 Oct 2013 17:58:25 +0100 Jan Vrany Fix in JavaCompiler>>#compile:register:notifying: (send #binaryName instead of #name) development
Tue, 15 Oct 2013 15:31:55 +0100 Jan Vrany Removed eclipse-runtime from stx:libjava/libs dependencies... development
Tue, 15 Oct 2013 15:30:56 +0100 Jan Vrany Implemented stx.libjava.tools.environment.Environment.cleanup() development
Tue, 15 Oct 2013 02:34:06 +0100 Jan Vrany Implemented JavaClassReloader>>#requestReload & #requestRecompile (part 3) development
Tue, 15 Oct 2013 02:33:12 +0100 Jan Vrany Implemented JavaClassReloader>>#requestReload & #requestRecompile (part 1) development
Mon, 14 Oct 2013 23:29:30 +0100 Jan Vrany Fix JavaClassReloader for new naming (#name -> #binaryName) development
Mon, 14 Oct 2013 23:18:09 +0100 Jan Vrany Fix in JavaClassReloaderTests>>register: (send #binaryName instead of #name) development
Mon, 14 Oct 2013 23:17:28 +0100 Jan Vrany Reverted back Marcel's change in JavaCompiler: pass plain Smalltalk string. 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
Mon, 14 Oct 2013 08:45:39 +0100 Jan Vrany Merged 3680bdc3ef00 and 36690c744edb (Marcel's reloading fixes) development
Fri, 11 Oct 2013 18:34:22 +0100 Jan Vrany Merged 5ea0697eef5f and e4f0dcc42f4a (monitor trace fixes) development
Fri, 11 Oct 2013 11:33:19 +0100 Jan Vrany Fixed logging of monitor-related events - honour JavaVM.MonitorTrace flag. development
Fri, 11 Oct 2013 10:16:04 +0100 Jan Vrany Merged 06e68d6098db and 9e7d690fdc68 (Marcel's fixes) development
Thu, 10 Oct 2013 16:48:43 +0100 Jan Vrany Added JavaObject>#instanceOf: 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 10:50:07 +0100 Jan Vrany Merged 5157d3aea2c5 and 36f000314bcd (mixed exception handling fix) development
Thu, 10 Oct 2013 10:49:04 +0100 Jan Vrany Merged 6fa1bcf9c997 (classname refactoring) and 7fb4ad65d417 (main) development
Thu, 10 Oct 2013 10:42:05 +0100 Jan Vrany Fix in mixed exception handling. 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
Wed, 09 Oct 2013 23:38:30 +0100 Jan Vrany build.xml files fixed. development
Wed, 09 Oct 2013 23:37:31 +0100 Jan Vrany Fix in stx.libjava.tools.text.Highligter - do not override parseClassBodyDeclarations()... development
Wed, 09 Oct 2013 11:30:57 +0100 Jan Vrany Oops, cleanup commit swept way to much. Restored Java extension containers for AST nodes. development
Tue, 08 Oct 2013 19:16:39 +0100 Jan Vrany Cleanup - remove old tools (parsers/parse nodes...) development
Tue, 08 Oct 2013 18:04:44 +0100 Jan Vrany Fixes in JavaSourceHighlighter: development
Tue, 15 Oct 2013 15:16:00 +0200 Stefan Vogel class: JavaMethod
Tue, 15 Oct 2013 10:10:52 +0200 Stefan Vogel *** empty log message *** expecco_2_7_0 expecco_2_7_0_49
Tue, 15 Oct 2013 10:10:05 +0200 Stefan Vogel *** empty log message ***
Sun, 13 Oct 2013 21:11:17 +0200 Marcel Hlopko fix field visibility reloading text so surprising behavior is even more visible - and CALLING FOR HELP :) development
Sun, 13 Oct 2013 20:56:38 +0200 Marcel Hlopko fix another field reloading tests development
Sun, 13 Oct 2013 20:55:44 +0200 Marcel Hlopko wire in requestRecompile sends development
Sun, 13 Oct 2013 16:23:22 +0200 Marcel Hlopko fix hierarchy reloading test so it is type safe. development
Sun, 13 Oct 2013 16:22:30 +0200 Marcel Hlopko ensure JavaClassRef2>>resolveForVersionOf:or: chooses class specified by the reference development
Sun, 13 Oct 2013 14:54:32 +0200 Marcel Hlopko move resolveForVersion moved to JavaClassRef2 development
Sun, 13 Oct 2013 12:31:42 +0200 Marcel Hlopko jv please revide, I probably broke something and this only fixes a symptom. development
Sun, 13 Oct 2013 12:04:03 +0200 Marcel Hlopko experimenting with fieldRef resolving for particular class version development
Sat, 12 Oct 2013 21:52:51 +0200 Marcel Hlopko rename reresolveForVersion to resolveForVersion development
Sat, 12 Oct 2013 21:03:21 +0200 Marcel Hlopko temporarily ignore type inconsistencies on return values development
Sat, 12 Oct 2013 21:01:01 +0200 Marcel Hlopko do not migrate instances when type of the field is generalized development
Sat, 12 Oct 2013 18:13:33 +0200 Marcel Hlopko fix stupid test and voila - hierarchy tests passing :) development
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip