Wed, 26 Nov 2014 16:45:58 +0000 Jan Vrany Fix in JavaClassReader>>skipAttribute:
Sun, 23 Nov 2014 18:45:01 +0000 Marcel Hlopko README.md edited online with Bitbucket
Sun, 16 Nov 2014 10:25:47 +0000 Jan Vrany Merged 881799d310e3 and e35a94591cb1
Fri, 14 Nov 2014 10:32:18 +0100 Jan Vrany Updates after JavaPackage has been moved to stx:libbasic
Thu, 13 Nov 2014 12:18:00 +0100 Jan Vrany Intern all constant pool strings.
Thu, 13 Nov 2014 00:49:04 +0100 Jan Vrany Fixed ReflectiveAnnotation for type java.lang.invoke.MethodHandle$PolymorphicSignature.
Thu, 13 Nov 2014 00:35:05 +0100 Jan Vrany Fixed ReflectiveElementValuePair for Enum values.
Thu, 13 Nov 2014 00:25:54 +0100 Jan Vrany Fixed getXConstant() for Enums
Tue, 11 Nov 2014 21:02:07 +0100 Jan Vrany Merged c8b892ed8c91 and 9d8b5fb04b41
Tue, 11 Nov 2014 21:01:06 +0100 Jan Vrany Fixed ReflectiveAnnotation on JDK6
Mon, 10 Nov 2014 16:23:24 +0100 Tomas Heger Functionality to find out if the annotations should be dumped (in case that they're not runtime visible) moved to a new method which is also newly used for dumping parameter annotations.
Fri, 07 Nov 2014 10:44:52 +0100 Tomas Heger A config option (dumpRuntimeInvisibleAnnots) added. With this config option set to false (which is the default value) only annotations with RetentionPolicy.RUNTIME are dumped by the BinaryDumper.
Fri, 07 Nov 2014 10:42:35 +0100 Tomas Heger The getFieldType() method refactored (the actual functionality moved to new method called getSigFromName()) and new method called getNameFromSig() added.
Wed, 05 Nov 2014 11:45:10 +0000 Jan Vrany Merged 65569ad02b60 and dcaeeee3e396
Wed, 05 Nov 2014 11:01:57 +0000 Jan Vrany Implemented natives for TwoStackPlainSocketImpl
Tue, 04 Nov 2014 13:58:33 +0000 Jan Vrany For Windows JDK7, make sure TwoStackSocketImpl is used
Wed, 05 Nov 2014 09:03:48 +0000 Jan Vrany Merged da769ad115e1 and 0e4e6b5a86c6
Tue, 21 Oct 2014 16:44:53 +0200 Tomas Heger If a type (ReflectiveType instance) represents a local or anonymous class within a constructor, that constructor is now returned by the ReflectiveType.getEnclosingMethod() method.
Tue, 21 Oct 2014 16:10:48 +0200 Tomas Heger Enclosing method dumping fixed. Now it's dumped on its own row as it should be.
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 tip