Thu, 07 Nov 2013 09:41:45 +0100 Jaroslav Tulach _ in class and method names should be manged to _1
Thu, 07 Nov 2013 09:24:37 +0100 Jaroslav Tulach Removing the Twitter demo, as it no longer works after May 2013's change on Twitter protocol
Sat, 02 Nov 2013 21:09:52 +0100 Jaroslav Tulach Implementing java.util.Timer via window.setTimeout(...)
Sat, 02 Nov 2013 16:43:48 +0100 Jaroslav Tulach Merging in timer
Sat, 02 Nov 2013 16:40:37 +0100 Jaroslav Tulach Let's add Timer to bck2brwsr jdk7-b147
Fri, 01 Nov 2013 06:36:08 +0100 Jaroslav Tulach Need to ignore newly added URLConnection
Thu, 31 Oct 2013 15:16:56 +0100 Jaroslav Tulach Allow idempotent setting of system classloader
Thu, 31 Oct 2013 15:01:35 +0100 Jaroslav Tulach Implementing String's intern()
Thu, 31 Oct 2013 11:36:52 +0100 Jaroslav Tulach Basic emulation of BitSet for NetBeans Javac
Thu, 31 Oct 2013 11:30:50 +0100 Jaroslav Tulach Brinding in BitSet
Thu, 31 Oct 2013 11:30:29 +0100 Jaroslav Tulach BitSet is needed by Javac jdk7-b147
Thu, 31 Oct 2013 11:23:54 +0100 Jaroslav Tulach Implementing URLConnection
Thu, 31 Oct 2013 10:51:17 +0100 Jaroslav Tulach Merging in URLConnection
Thu, 31 Oct 2013 10:50:19 +0100 Jaroslav Tulach Javac by default uses URLConnection jdk7-b147
Wed, 30 Oct 2013 18:35:07 +0100 Jaroslav Tulach Need to use NetBeans 7.4 as JDK8 incompatibly tightened rules about non-public proxy classes
Wed, 30 Oct 2013 18:16:15 +0100 Jaroslav Tulach Wasn't the goal to actually sort the array?
Wed, 30 Oct 2013 17:25:35 +0100 Jaroslav Tulach Nashorn is returning different instance which is just equal (but not identical) to the original function
Wed, 30 Oct 2013 17:15:23 +0100 Jaroslav Tulach Adopting to JDK8's Nashorn differences. Most tests should now pass with Nashorn now.
Wed, 30 Oct 2013 11:24:41 +0100 Jaroslav Tulach JavaFX from JDK8 does not have this impl method anymore
Tue, 29 Oct 2013 14:17:00 +0100 Jaroslav Tulach Cache the returned resources, so subsequent requests work locally
Wed, 23 Oct 2013 15:15:48 +0200 Jaroslav Tulach The bck2brwsr.js property can also point to an existing file on disk
Wed, 23 Oct 2013 14:56:31 +0200 Jaroslav Tulach Preventing StackOverflowError when asking for non-existing system resource
Wed, 23 Oct 2013 14:56:02 +0200 Jaroslav Tulach Different behavior on function calls that find nothing - don't decrement the resource count at all
Tue, 22 Oct 2013 19:37:49 +0200 Jaroslav Tulach Merging in classes needed by Javac
Tue, 22 Oct 2013 19:36:40 +0200 Jaroslav Tulach Javac needs FilterWriter jdk7-b147
Tue, 22 Oct 2013 19:33:09 +0200 Jaroslav Tulach Dolar sign can be the first first character in a Java identifier
Mon, 21 Oct 2013 17:19:55 +0200 Jaroslav Tulach Skip resources from sisu-inject-bean JAR as that is accidentally on execution path, contains annotation processor, but is not compiled with -target 1.6
Mon, 21 Oct 2013 15:16:04 +0200 Jaroslav Tulach In case the JavaScript Regexp does not parse the expression, use the regular Java one (if available)
Mon, 21 Oct 2013 15:06:14 +0200 Jaroslav Tulach Removing debugging only try/catch
Mon, 21 Oct 2013 14:39:06 +0200 Jaroslav Tulach Merging annotation classes into default branch
Mon, 21 Oct 2013 14:38:36 +0200 Jaroslav Tulach Adding annotation classes into the emulation layer jdk7-b147
Mon, 21 Oct 2013 14:34:12 +0200 Jaroslav Tulach Can create Proxy for an annotation
Mon, 21 Oct 2013 12:02:43 +0200 Jaroslav Tulach Information about thrown types is thrown away
Mon, 21 Oct 2013 09:45:09 +0200 Jaroslav Tulach Making reflection with array parameters working
Sun, 20 Oct 2013 20:36:03 +0200 Jaroslav Tulach Can load multiple resources of the same name even in testing and development mode
Fri, 18 Oct 2013 12:29:14 +0200 Jaroslav Tulach Convert all exceptions to IOException
Mon, 14 Oct 2013 16:44:55 +0200 Jaroslav Tulach VM.reload can now reload a class in existing virtual machine
Sat, 12 Oct 2013 19:26:45 +0200 Jaroslav Tulach Moved DEW to https://github.com/jtulach/dew
Sat, 12 Oct 2013 09:05:08 +0200 Jaroslav Tulach If j2js task is used, read the generated bck2brwsr.js in rather than compiling new one during execution
Sat, 12 Oct 2013 09:03:36 +0200 Jaroslav Tulach Return null, not unknown
Sat, 12 Oct 2013 09:02:51 +0200 Jaroslav Tulach The archetype resources should be in the webapp/pages directory
Fri, 11 Oct 2013 16:33:54 +0200 Jaroslav Tulach Compute the location also in WebWorker environment
Fri, 11 Oct 2013 09:58:03 +0200 Jaroslav Tulach If a class is not available during Ahead-Of-Time compilation it needs to be ready for dynamic loading
Thu, 10 Oct 2013 14:00:32 +0200 Jaroslav Tulach Explaining reasons for a NPE
Thu, 10 Oct 2013 13:59:29 +0200 Jaroslav Tulach Public API to disallow classes from rt.jar
Thu, 10 Oct 2013 09:33:40 +0200 Jaroslav Tulach undefined error when result of split was just one element
Wed, 09 Oct 2013 23:09:55 +0200 Jaroslav Tulach In case on Bundle_xx.properties are found, return null rather than throwing an exception
Wed, 09 Oct 2013 22:26:24 +0200 Jaroslav Tulach System.getProperty('os.name') does not throw exception in javax.script mode
Wed, 09 Oct 2013 22:04:11 +0200 Jaroslav Tulach Brinding Martin's long arithmetic improvements to default, so EnumSets really work
Wed, 09 Oct 2013 22:03:26 +0200 Jaroslav Tulach Prefix well-known static enum fields with fld_
Wed, 09 Oct 2013 22:02:34 +0200 Jaroslav Tulach Don't provide resources from rt.jar when generating bck2brwsr.js as the minimal library is not self contained anymore - but we still want as small bck2brwsr.js as possible
Wed, 09 Oct 2013 17:59:11 +0200 Jaroslav Tulach Use typeof console to check for its presence
Wed, 09 Oct 2013 17:28:39 +0200 Jaroslav Tulach Conditional logging to run in a worker thread
Wed, 09 Oct 2013 17:17:30 +0200 Jaroslav Tulach Merging the conditional logging checks
Wed, 09 Oct 2013 16:07:19 +0200 Jaroslav Tulach Replace parameters and log only if console object is present
Wed, 09 Oct 2013 16:53:45 +0200 Jaroslav Tulach Unicode has some special new line characters that need to be encoded too
Wed, 09 Oct 2013 16:45:28 +0200 Jaroslav Tulach Prefix also static fields to avoid their confusion with keywords
Wed, 09 Oct 2013 14:50:29 +0200 Martin Soch Fix for bug 5408, error in shift operations on Long. arithmetic
Mon, 07 Oct 2013 14:20:58 +0200 Martin Soch merge with revision 1294 where issues with SHIFT operations on Long were detected arithmetic
Mon, 07 Oct 2013 16:17:21 +0200 Jaroslav Tulach ReExp builds on top of mini emul Character