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.
Sat, 15 Dec 2012 17:59:35 +0100 Refactored JavaCompiler (part 1) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 17:59:35 +0100] rev 1880
Refactored JavaCompiler (part 1) Created concrete implementation as a private class of JavaCompiler - allows for different compilers to hook in (Javac, javac external, ecj, jikes...). Source code analyzer refactored.
Sat, 15 Dec 2012 17:55:14 +0100 Refactoring of JavaParserII>>importDeclaration development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 17:55:14 +0100] rev 1879
Refactoring of JavaParserII>>importDeclaration
Sat, 15 Dec 2012 16:40:31 +0100 Bugfix in FileOutputStream>>write(I) development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 16:40:31 +0100] rev 1878
Bugfix in FileOutputStream>>write(I) Java bytes are signed, so if we get int arg of value -122 we have to convert it into integer value in 0-255.
Sat, 15 Dec 2012 15:51:48 +0100 Fixes after bad commit development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 15:51:48 +0100] rev 1877
Fixes after bad commit
Sat, 15 Dec 2012 14:46:18 +0100 Merged some fixes from jv's repo development
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 15 Dec 2012 14:46:18 +0100] rev 1876
Merged some fixes from jv's repo
Sat, 15 Dec 2012 12:25:16 +0100 adding javac example development
Marcel Hlopko <marcel.hlopko@fit.cvut.cz> [Sat, 15 Dec 2012 12:25:16 +0100] rev 1875
adding javac example
Sat, 15 Dec 2012 09:13:58 +0000 update tags
convert-repo [Sat, 15 Dec 2012 09:13:58 +0000] rev 1874
update tags
Sat, 15 Dec 2012 00:08:52 +0000 JavaRelease - JDK detection. development
vranyj1 [Sat, 15 Dec 2012 00:08:52 +0000] rev 1873
JavaRelease - JDK detection. Automatically detect JDK and if present, include it's tools.jar into class path.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip