Mon, 13 Oct 2014 17:14:03 +0200 Tomas Heger New class ReflectiveUtils created. General methods getXConstant() and getFieldType() moved to the new class. These are methods used by various classes.
Fri, 03 Oct 2014 18:14:06 +0200 Tomas Heger BinaryDumper now correctly dumps methods when <clinit> is there.
Fri, 03 Oct 2014 17:15:14 +0200 Tomas Heger BinaryDumper's stringToDump() method improved. It now works for empty arrays and dumps arrays' types as well.
Fri, 03 Oct 2014 16:43:14 +0200 Tomas Heger BinaryDumper has new method of dumping objects. It dumps arrays' contents and ignores an actual hashcode of the object (replaces it with a constant string), which is useful when looking for differences in dumps.
Thu, 18 Sep 2014 22:33:44 +0200 Tomas Heger Method ReflectiveAnnotation.getXConstant() implemented.
Wed, 10 Sep 2014 18:21:36 +0200 Tomas Heger BinaryDumper doesn't dump SourceName for anonymous classes anymore.
Wed, 10 Sep 2014 18:17:47 +0200 Tomas Heger A bug in ReflectiveType.getMemberTypes() fixed. It now returns null instead of an empty array if there are no member types. This behaviour is in compliance with the specification in the IBinaryType interface.
Wed, 10 Sep 2014 18:11:54 +0200 Tomas Heger java.lang.SafeVarargs added to the supported annotations.
Wed, 10 Sep 2014 17:28:32 +0200 Tomas Heger Merged f3b26e7e56ee and c8b42e8c2d6c.
Wed, 23 Jul 2014 22:36:06 +0200 Tomáš Heger Merged with Honza's changes.
Thu, 17 Jul 2014 00:00:19 +0200 Tomáš Heger IBinaryDumper now indicates the end of dumping.
Tue, 04 Nov 2014 16:51:00 +0000 Jan Vrany Merged e3119602c69d and 03cc67fbfd3d
Tue, 04 Nov 2014 09:21:10 +0000 Jan Vrany Added variant of native Class.forName0 as used by OpenJDK 7u71.
Tue, 04 Nov 2014 08:50:26 +0000 Jan Vrany Eclipse project settings fixed (again, sigh)
Mon, 27 Oct 2014 22:26:21 +0000 Jan Vrany Fix in JavaRelease class>>system - care for broken links
Sat, 11 Oct 2014 23:25:07 +0100 Jan Vrany Eclipse projects renamec to use dotted named.
Sat, 11 Oct 2014 23:21:45 +0100 Jan Vrany Fixed class reloader in cases a top-level class has both, nested and anonymous classes.
Fri, 10 Oct 2014 11:56:56 +0100 Jan Vrany Bugfix in JavaCodeBundle: handle correclt non-exisitng packages...
Thu, 18 Sep 2014 16:59:17 +0100 Jan Vrany Added JavaMetaclass>>topOwningClass
Thu, 18 Sep 2014 16:13:31 +0100 Jan Vrany Fix in Java: do not flush Threads dictionary when rebooting JVM
Thu, 18 Sep 2014 11:56:27 +0100 Jan Vrany Fix in GroovyScanner: honour allowRunawayString
Thu, 18 Sep 2014 10:00:10 +0100 Jan Vrany Eclipse project settings fixed (works on 4.4 Luna)
Wed, 17 Sep 2014 17:13:40 +0100 Jan Vrany Fixed comment in INVOKESPECIALX tests.
Wed, 17 Sep 2014 17:13:06 +0100 Jan Vrany Changed GroovyEvaluatorTests workspace tests to run headless.
Sun, 17 Aug 2014 08:46:59 +0100 Jan Vrany Fix in reloading of a method with method-level breakpoint.
Sat, 16 Aug 2014 08:13:09 +0100 Jan Vrany Fixes for reloading
Thu, 14 Aug 2014 16:00:39 +0100 Jan Vrany Merged 7bf7a8831ed9 and 9e60100a47c6
Thu, 14 Aug 2014 12:55:32 +0100 Jan Vrany Fixed assertions Java>>removeThread:for:
Thu, 14 Aug 2014 12:50:13 +0100 Jan Vrany Oops, fix for class reader - remember exception table.
Thu, 14 Aug 2014 12:24:47 +0100 Jan Vrany Fix for JavaSetInspectorView (after binaryName / name refactoring )
Thu, 14 Aug 2014 08:57:12 +0100 Jan Vrany Added some (unimplemented) natives for OpenJDK7's java.nio.*
Thu, 14 Aug 2014 08:54:30 +0100 Jan Vrany Fixed native java.lang.Class.getDeclaredClasses0()
Tue, 12 Aug 2014 23:09:59 +0100 Jan Vrany Fix in JavaContext>>argsAndVars: do not strip receiver (this) from arg-and-vars
Tue, 12 Aug 2014 22:40:30 +0100 Jan Vrany Fix in JavaClass>>innerClassesIgnoreUnloaded: - also return anonymous classes.
Tue, 12 Aug 2014 13:46:30 +0100 Jan Vrany Fixes in syntax hibglighting - add support for line-based highlighting
Tue, 12 Aug 2014 11:16:21 +0100 Jan Vrany Merged 79fe9b2d4932 and 7940d8a38e51
Tue, 12 Aug 2014 11:15:13 +0100 Jan Vrany Added ASTNodeFinder, a simple visitor to locate AST node based on position in source.
Tue, 12 Aug 2014 09:42:45 +0100 Jan Vrany Oops, added missing methods.
Mon, 11 Aug 2014 21:26:06 +0100 Jan Vrany Added option to a JavaScanner to allow for runaway string constants.
Mon, 11 Aug 2014 12:23:33 +0100 Jan Vrany Added Echo example.
Mon, 11 Aug 2014 10:57:46 +0100 Jan Vrany Merged 19fc0c196e75 and 261bad2a9657
Mon, 11 Aug 2014 10:57:26 +0100 Jan Vrany Fixed typo in comment in ASTNodeComparator
Mon, 11 Aug 2014 10:55:57 +0100 Jan Vrany ReflectiveEnvironment#isPackage() refactored to provide better performance.
Mon, 11 Aug 2014 09:46:49 +0100 Jan Vrany Fixes for class unloadfing: unload inner classes first.
Mon, 11 Aug 2014 01:55:40 +0100 Jan Vrany es to ClassLoader#classes list.
Mon, 11 Aug 2014 01:19:19 +0100 Jan Vrany Fixed JavaClass>>fileOutAs:
Fri, 08 Aug 2014 11:02:10 +0100 Jan Vrany Fixes bad bug in Java thread handling that caused memory/resource leak.
Fri, 08 Aug 2014 07:36:58 +0100 Jan Vrany Fix in JavaNativeMethod: compute line number by searching the source.
Thu, 07 Aug 2014 14:42:02 +0100 Jan Vrany Fixed bad bug in realoding - do not flush type when invalidating field ref.
Thu, 07 Aug 2014 12:41:43 +0100 Jan Vrany Removed slot JavaClass#sourceFile.
Thu, 07 Aug 2014 10:32:00 +0100 Jan Vrany Fixed off-by-one bug in AbstractVariableDeclaration>>startPosition / endPosition extensions.
Thu, 07 Aug 2014 01:49:32 +0100 Jan Vrany Java lint service now do dry-compilation to get more accurate problem list.
Wed, 06 Aug 2014 14:24:38 +0100 Jan Vrany Fix in GroovyEvaluator: care for nil values of workspace variables.
Tue, 05 Aug 2014 22:41:36 +0100 Jan Vrany Return enclusing class's package for inner classes. Make #owningClass to return enclosing class.
Tue, 05 Aug 2014 21:57:28 +0100 Jan Vrany Merged a3cb415bc22b and 4284af836b5d
Tue, 05 Aug 2014 20:42:52 +0100 Jan Vrany Merged ea55682eefe7 and a4ddeef7c5e9
Tue, 05 Aug 2014 12:03:28 +0100 Jan Vrany Align JavaClass>>enclosingClass with java.lang.Class.getEnclosingClass()
Tue, 05 Aug 2014 11:57:19 +0100 Jan Vrany Fixed native java.lang.Class.getEnclosingMethod0
Tue, 05 Aug 2014 09:27:47 +0100 Jan Vrany Merged a63cf3e1042f and 3890b120ec7f
Tue, 05 Aug 2014 01:02:27 +0100 Jan Vrany Little tweak in ReflectiveEnvironment
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip