Sun, 16 Dec 2012 12:02:35 +0100 Bugfix in JavaRelease>>searchForSourcePath: development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 12:02:35 +0100] rev 1890
Bugfix in JavaRelease>>searchForSourcePath: JavaRelease>>javaHome now returns path to a full JDK root if found. Search for src.zip in javaHome / 'src.zip'.
Sun, 16 Dec 2012 12:07:01 +0100 just testing development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Sun, 16 Dec 2012 12:07:01 +0100] rev 1889
just testing
Sun, 16 Dec 2012 12:05:46 +0100 just testing development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Sun, 16 Dec 2012 12:05:46 +0100] rev 1888
just testing
Sun, 16 Dec 2012 11:58:09 +0100 merging java lookup bugfix development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Sun, 16 Dec 2012 11:58:09 +0100] rev 1887
merging java lookup bugfix
Sun, 16 Dec 2012 11:53:36 +0100 bugfix in smalltalk2java lookup with nil arguments development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Sun, 16 Dec 2012 11:53:36 +0100] rev 1886
bugfix in smalltalk2java lookup with nil arguments Nil parameter values will now match any formal object argument type, e.g. when two candidate methods show up, one taking primitive type, other one taking object type, and actual parameter class is UndefinedObject, only the other method matches.
Sun, 16 Dec 2012 11:20:22 +0100 Bug fix in Float.floatToRawIntBits and rawIntBitsToFloat. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 11:20:22 +0100] rev 1885
Bug fix in Float.floatToRawIntBits and rawIntBitsToFloat. Fixes mauve Math.min/max tests.
Sun, 16 Dec 2012 10:32:25 +0100 Bugfix in syntax highlighter (caused by JavaParserII refactoring) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 16 Dec 2012 10:32:25 +0100] rev 1884
Bugfix in syntax highlighter (caused by JavaParserII refactoring)
Sat, 15 Dec 2012 23:25:19 +0100 Initial implementation of JavaCompiler using Oracle javac toolbox. Not yet finished. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 23:25:19 +0100] rev 1883
Initial implementation of JavaCompiler using Oracle javac toolbox. Not yet finished.
Sat, 15 Dec 2012 22:51:30 +0100 Finished JavaCompiler::ClassSourceAnalyzer refactoring. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 22:51:30 +0100] rev 1882
Finished JavaCompiler::ClassSourceAnalyzer refactoring. Analyzer now returns package, imports and first class name occured in a given compilation unit.
Sat, 15 Dec 2012 22:49:41 +0100 JavaParser refactoring - qualifiedName & qualifiedNameForImport. development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 22:49:41 +0100] rev 1881
JavaParser refactoring - qualifiedName & qualifiedNameForImport. Following rules now return string: - identifier - qualifiedName - qualidiedNameForImport This makes subclassing and using JavaParserII easier.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip