Thu, 24 Jul 2014 21:18:20 +0100 Jan Vrany Removed classFileBytes from JavaClass.
Thu, 24 Jul 2014 20:56:59 +0100 Jan Vrany Merged 0d4ba716d325 and fb5aefff7ae5
Sun, 20 Jul 2014 21:46:44 +0100 Jan Vrany ReflectiveEnvironmnt#isPackage() now consult a list of classes loaded by given ClassLoader.
Sun, 20 Jul 2014 02:41:14 +0100 Jan Vrany ReflectiveEnvironment#isPackage() refactored to scan classpath for packages.
Sat, 19 Jul 2014 02:01:23 +0100 Jan Vrany Oops, fixed ReflectiveType#getGenericSignature()
Sun, 13 Jul 2014 22:02:50 +0100 Jan Vrany Environment renamed to ReflectiveEnvrionment to match naming of other classes.
Sat, 19 Jul 2014 10:32:19 +0100 Jan Vrany Merged 3aa14b90dacd and b95b1843ab38
Fri, 18 Jul 2014 18:30:53 +0200 Claus Gittinger filename vs. string
Thu, 10 Jul 2014 16:47:25 +0200 Claus Gittinger merge
Thu, 10 Jul 2014 16:46:58 +0200 Claus Gittinger merge
Thu, 10 Jul 2014 16:45:32 +0200 cg Merge
Thu, 10 Jul 2014 16:34:16 +0200 cg no message
Thu, 29 May 2014 20:31:39 +0200 Claus Gittinger comment strings
Thu, 29 May 2014 13:14:31 +0200 Claus Gittinger comment strings
Thu, 29 May 2014 13:12:06 +0200 Claus Gittinger comment characters
Fri, 09 May 2014 15:06:18 +0200 Claus Gittinger fixed apple-jdk searchForSourcePath (should return strings,
Tue, 15 Jul 2014 13:07:51 +0100 Jan Vrany Removed code for flushing shared compiler Environment.
Fri, 11 Jul 2014 16:44:07 +0100 Jan Vrany BinaryDumper improvements
Fri, 11 Jul 2014 16:42:09 +0100 Jan Vrany Fixed ReflectiveMethod#getGenericSignature() for constructors.
Tue, 08 Jul 2014 00:16:17 +0100 Jan Vrany Fix in Environment#isPackage() - conservatively return true.
Mon, 07 Jul 2014 23:48:46 +0100 Jan Vrany stx.libjava.tools.environment.Environment.java cleanup.
Thu, 10 Jul 2014 16:48:57 +0100 Jan Vrany Merged ade0060d3c12 and ee329fef15db
Thu, 10 Jul 2014 13:54:51 +0100 Jan Vrany Merged 490a1b914f93 and e35f2fac0337
Tue, 08 Jul 2014 12:55:14 +0100 Jan Vrany Added tag expecco_2_7_0 for changeset 4eaeba9fa910
Wed, 02 Jul 2014 23:09:25 +0100 Jan Vrany Renamed IBinaryDumper to BinaryDumper as I prefix denotes interface.
Wed, 02 Jul 2014 17:58:25 +0100 Jan Vrany Do not dump properties known to differ for ReflectiveType and ClassReader by default.
Wed, 02 Jul 2014 17:53:46 +0100 Jan Vrany Make ReflectiveType#getSuperclassName() to return java.lang.Object for interfaces.
Tue, 24 Jun 2014 00:53:42 +0200 Tomáš Heger IBinaryDumper modified so it can dump classes from jar files. It accepts an arbitrary number of parameters - the first one is supposed to be a directory used for output and the rest are supposed to be class names and/or jar files.
Tue, 03 Jun 2014 22:17:26 +0200 Tomáš Heger Methods usable to actually dump IBinaryTypes added to IBinaryDumper -> it's executable now. Output directory is expected as the first argument, names of the classes to be dumped as the following arguments.
Tue, 03 Jun 2014 22:13:10 +0200 Tomáš Heger Removed unused imports.
Fri, 30 May 2014 09:04:42 +0100 Jan Vrany Moved CompilerAdapterTests to from src to src-tests
Fri, 30 May 2014 09:03:35 +0100 Jan Vrany Made ReflectiveField.getConstant() return always NotAConstant.
Fri, 30 May 2014 08:55:30 +0100 Jan Vrany Fix in ReflectiveField.getConstant() - make field accessible if it is not.
Tue, 27 May 2014 16:55:21 +0200 Tomáš Heger Anonymous inner classes aren't being returned by the ReflectiveType.getMemberTypes() method anymore.
Tue, 27 May 2014 16:37:07 +0200 Tomáš Heger ReflectiveField.getConstant() implemented. It's not working yet though - any attempt to get value of a field throws IllegalAccessException.
Tue, 27 May 2014 16:34:36 +0200 Tomáš Heger Added testcase for the ReflectiveField.getConstant() method.
Thu, 22 May 2014 03:25:19 +0200 Tomáš Heger Generic signature dumping fixed (wrong use of the delimiter).
Thu, 22 May 2014 02:01:50 +0200 Tomáš Heger Fields, annotations and tag bits implemented.
Mon, 14 Apr 2014 15:46:20 +0200 Tomáš Heger Occurences of "assertTrue(false)" replaced by "fail()" in the tests. Useless catch block removed from test_06.
Wed, 16 Apr 2014 08:59:01 +0200 Jan Vrany Improved JavaCodeBundle>>standardPackageBundleFor: to support layout with separated tests...
Mon, 14 Apr 2014 14:38:32 +0200 Tomáš Heger test_06 fixed
Mon, 14 Apr 2014 13:37:57 +0200 Tomáš Heger Returning correct names fixed.
Mon, 14 Apr 2014 13:27:32 +0200 Tomáš Heger Unused code commented out.
Mon, 14 Apr 2014 12:09:45 +0200 Tomáš Heger Various fixes (including Honza's) regarding Reflective* classes.
Mon, 14 Apr 2014 11:35:38 +0200 Tomáš Heger Initial (and incomplete) implementation of Reflective* classes.
Mon, 14 Apr 2014 11:34:06 +0200 Tomáš Heger Initial implementation of a dumper of IBinaryType objects.
Fri, 04 Apr 2014 11:38:27 +0200 Tomáš Heger Added the ".metadata" directory.
Wed, 25 Jun 2014 13:58:21 +0100 Jan Vrany Java source highlughter refactoring.
Wed, 25 Jun 2014 11:03:47 +0100 Jan Vrany Use Semaphore>>waitWithTimeoutMs:state: instead of copy'paste version of waitWithTimeoutMs:
Fri, 13 Jun 2014 15:46:39 +0100 Jan Vrany Bugfix in JavaLintService>>unregister: call super unregister at the end of the unregister method.
Fri, 13 Jun 2014 08:43:55 +0100 Jan Vrany Bugfix in GroovyEvaluator: properly wrap primitive values.
Thu, 12 Jun 2014 16:07:43 +0100 Jan Vrany Increated per-process stack size limit for Groocy 2.x.x
Thu, 12 Jun 2014 12:12:40 +0100 Jan Vrany Fixed bug #77: Ignore unhandled ThreadDeath exceptions.
Wed, 04 Jun 2014 10:30:54 +0100 Jan Vrany Do not create JavaClassAccessor for `JAVA java lang Object`-style class references.
Wed, 04 Jun 2014 09:52:33 +0100 Jan Vrany Increated timeout for JUnit/Testlet tests.
Mon, 02 Jun 2014 18:30:01 +0200 Jan Vrany Implemented sun.net.PortConfig.getLower0/getHigher0 natives.
Mon, 02 Jun 2014 15:56:03 +0100 Jan Vrany Merged e4b35ecfc645 and c09dc2c6937b
Mon, 02 Jun 2014 16:38:23 +0200 Jan Vrany Fix in JavaRelease - correctly detect OpenJDK6 on Linux.
Mon, 02 Jun 2014 14:58:00 +0100 Jan Vrany Oops. remove Context>>arg1Index from extensions list.
Mon, 02 Jun 2014 14:54:08 +0100 Jan Vrany Better error message for VM-thrown ArrayStoreException.
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip