JavaMethod.st
Wed, 30 Oct 2019 17:13:23 +0100 Claus Gittinger #OTHER by exept cvs_MAIN
Sun, 08 Sep 2019 15:27:59 +0200 Claus Gittinger #TUNING by exept cvs_MAIN
Tue, 27 Aug 2019 01:57:19 +0200 Claus Gittinger #FEATURE by exept cvs_MAIN
Tue, 09 Jul 2019 20:09:49 +0200 Claus Gittinger #DOCUMENTATION by exept cvs_MAIN
Wed, 25 Oct 2017 23:46:33 +0100 Jan Vrany Added callback methods sent by VM when an invalid class format is detected
Wed, 25 Oct 2017 23:18:30 +0100 Jan Vrany Cleanup: removed bunch of unused error handling methods
Mon, 13 Feb 2017 16:28:03 +0100 Claus Gittinger NULL was undefined (?!) cvs_MAIN
Sun, 05 Feb 2017 14:27:58 +0100 Claus Gittinger type fixes cvs_MAIN
Fri, 14 Oct 2016 13:46:05 +0200 Stefan Vogel #REFACTORING by stefan cvs_MAIN
Tue, 27 Sep 2016 15:18:24 +0200 mawalch #DOCUMENTATION by mawalch cvs_MAIN
Fri, 29 Jul 2016 10:54:57 +0100 Jan Vrany Fixed JavaMethod>>referencesLiteral: and other literal-access methods
Tue, 10 May 2016 23:35:18 +0200 Claus Gittinger #DOCUMENTATION by cg cvs_MAIN
Wed, 20 Apr 2016 23:22:23 +0200 mawalch #DOCUMENTATION by mawalch cvs_MAIN
Tue, 29 Mar 2016 20:50:42 +0100 Jan Vrany JavaLookup: Fixed JVM lookup to search interfaces as defined in JVM Spec
Tue, 15 Mar 2016 15:46:32 +0000 Jan Vrany Added JavaMethod>>hasEnabledBreakpoints, required by new stx:libtool
Wed, 02 Mar 2016 07:50:32 +0000 Jan Vrany JavaByteCodeInterpreter: Few fixes to make most tests pass
Thu, 21 Jan 2016 11:01:18 +0100 Claus Gittinger #REFACTORING cvs_MAIN
Fri, 20 Nov 2015 09:49:57 +0000 Jan Vrany Merge
Mon, 29 Jun 2015 16:25:58 +0100 Jan Vrany Fix in JavaMethod>>breakPoint - signal BreakPointInterrupt rather than open debugger directly.
Thu, 02 Apr 2015 09:03:01 +0100 Jan Vrany Fixed (some) race conditions during class reload
Fri, 20 Mar 2015 14:29:53 +0100 Jan Vrany Merged with mercurial revision 4f3cc813be4 (8 changesets total) cvs_MAIN
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.
Sun, 17 Aug 2014 08:46:59 +0100 Jan Vrany Fix in reloading of a method with method-level breakpoint.
Mon, 04 Aug 2014 16:47:40 +0100 Jan Vrany Classr reading optimization [3/4]: Optimize JavaMethod class>>numArgsFromDescriptor:
Mon, 04 Aug 2014 16:13:14 +0100 Jan Vrany (Class reading) optimization [2/4]: rewrite slow ifNil:... by faster isNil ifTrue:...
Wed, 21 May 2014 21:08:57 +0100 Jan Vrany [JavaClassReader optimization 3/3]: optimize JavaMethod>>setName:descriptor:
Wed, 16 Apr 2014 20:14:09 +0200 Claus Gittinger JavaClassRef2:
Wed, 16 Apr 2014 18:53:52 +0200 Claus Gittinger JavaContext:
Wed, 12 Feb 2014 21:28:37 +0000 Jan Vrany Branch development merged into default.
Sat, 08 Feb 2014 22:13:44 +0100 Marcel Hlopko teach JUnitTestCaseProxy of expected exceptions development
Fri, 31 Jan 2014 09:19:51 +0000 Jan Vrany Cleanup & refactoring of constant pool references (JavaRef2 hierarchy) development
Tue, 05 Nov 2013 17:52:46 +0000 Jan Vrany Fixes for displaying local variables in debugger. development
Wed, 23 Oct 2013 10:50:20 +0100 Jan Vrany Bugfix in JavaMethod>>lineNumber (missing return) development
Thu, 17 Oct 2013 02:05:03 +0100 Jan Vrany Added JavaMethod>>#interpretWithReceiver:arguments: development
Wed, 16 Oct 2013 01:20:07 +0100 Jan Vrany Fixes for Java method tracing/counting. development
Tue, 15 Oct 2013 15:16:00 +0200 Stefan Vogel class: JavaMethod
Tue, 08 Oct 2013 14:08:31 +0100 Jan Vrany Small fix in JavaMethod>>argAndVarNamesInContext: development
Fri, 04 Oct 2013 17:02:03 +0100 Jan Vrany Improvement in interop/java extensions. development
Fri, 04 Oct 2013 12:49:16 +0100 Jan Vrany Changed display string for Java methods. 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
Sat, 14 Sep 2013 15:48:03 +0100 Jan Vrany More support for method's source display. Not yet working. development
Wed, 11 Sep 2013 11:35:14 +0100 Jan Vrany More support for method's source only. development
Wed, 11 Sep 2013 03:01:48 +0100 Jan Vrany STC bug workaround in JavaMethod>>source. development
Tue, 10 Sep 2013 05:06:05 +0100 Jan Vrany Return line number withing method source. development
Mon, 09 Sep 2013 13:25:14 +0100 Jan Vrany Bugfix in JavaMethod>>source - wait until the source file is scanned for source positions... development
Mon, 09 Sep 2013 01:27:53 +0100 Jan Vrany Initial support for displaying only selected method's source in browser. development
Sat, 07 Sep 2013 02:17:02 +0100 Jan Vrany Initial support for source file partitioning using eclipse parser. development
Fri, 06 Sep 2013 00:16:38 +0100 Jan Vrany Added version_CVS to all classes and build files regenerated & cleaned. development
Thu, 05 Sep 2013 16:37:21 +0100 Jan Vrany More support fro browser (senders/implementors, field references) development
Mon, 02 Sep 2013 10:08:10 +0100 Jan Vrany Various fixes: development
Fri, 30 Aug 2013 17:28:45 +0100 Jan Vrany Added JavaMethodAnalyzer to gather statistics about Java method. development
Fri, 06 Sep 2013 02:45:44 +0200 Jan Vrany Updated to match Mercurial revision a00302fe5083 with two tweaks:
Thu, 13 Jun 2013 09:06:04 +0100 Jan Vrany Added JavaMethod>>#whoString requiored by recent debugger. development
Mon, 06 May 2013 22:37:13 +0100 Jan Vrany Exception table refactored to use more compact & VM friendly format. java-exception-optimization
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:11:44 +0200 Stefan Vogel Changed usage of deprecated #copyWithoutLast: to #copyButLast:
Wed, 24 Apr 2013 22:23:16 +0200 Claus Gittinger class: JavaMethod
less more (0) -100 -60 tip