Fri, 30 Aug 2013 17:28:45 +0100 Added JavaMethodAnalyzer to gather statistics about Java method. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Aug 2013 17:28:45 +0100] rev 2698
Added JavaMethodAnalyzer to gather statistics about Java method. Useful for tools.
Fri, 30 Aug 2013 12:19:02 +0100 Introducion a JavaSourceDocument. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Aug 2013 12:19:02 +0100] rev 2697
Introducion a JavaSourceDocument. JavaSourceDocument aims to keep various information abou Java source such as parse tree, index, highlighted source. A limited cache of source documents is also maintained to speed up browsing.
Fri, 30 Aug 2013 12:12:44 +0100 Comment and formatting fixes (Marcel doesn't seem to bother much with it :-) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Aug 2013 12:12:44 +0100] rev 2696
Comment and formatting fixes (Marcel doesn't seem to bother much with it :-)
Fri, 30 Aug 2013 12:09:22 +0100 Added bit of a comment to JavaByteCodeProcessor and JavaByteCodeProcessorAdapter development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Aug 2013 12:09:22 +0100] rev 2695
Added bit of a comment to JavaByteCodeProcessor and JavaByteCodeProcessorAdapter
Fri, 30 Aug 2013 12:04:07 +0100 Fix in GroovyEvaluator: import all used classes when evaluating for inspector of debugger. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 30 Aug 2013 12:04:07 +0100] rev 2694
Fix in GroovyEvaluator: import all used classes when evaluating for inspector of debugger. This makes all classes accessed without fully qualified name (vast majority of code) accessible by the evaluator as well. Otherwise, Groovy won't be able to resolve classes used in the code.
Thu, 29 Aug 2013 13:33:12 +0100 Bugfix in GroovyShell - import each class/package only once. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 29 Aug 2013 13:33:12 +0100] rev 2693
Bugfix in GroovyShell - import each class/package only once. Otherwise import customizer's list of imports grow larger and larger (doubles each time a code is evaluated).
Tue, 10 Sep 2013 16:08:08 +0200 class: JavaToolbox expecco_2_6_0rc1
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 10 Sep 2013 16:08:08 +0200] rev 2692
class: JavaToolbox changed: #searchForImplementorsOf:class:in:whenFoundDo: Fix for implementor searching.
Tue, 10 Sep 2013 02:41:25 +0200 class: JavaSourceHighlighter
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 10 Sep 2013 02:41:25 +0200] rev 2691
class: JavaSourceHighlighter changed: #format:kind:in:
Mon, 09 Sep 2013 14:17:02 +0200 Fix in JavaMethodAnalyzer>>readGlobals.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 09 Sep 2013 14:17:02 +0200] rev 2690
Fix in JavaMethodAnalyzer>>readGlobals. Fetches used globals from NEW, ANEWARRAY, MULTIANEWARRAY, GETSTATIC, PUTSTATIC insns. With that fix, 'spawn buffer on references' works.
Mon, 09 Sep 2013 12:59:06 +0200 subprojects (accidently added) removed....
Michael Beyl <mb@exept.de> [Mon, 09 Sep 2013 12:59:06 +0200] rev 2689
subprojects (accidently added) removed....
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip