JTransc 0.1.3
JTRANSC , RELEASE
March 10, 2016

I have just released version 0.1.3. And it is already available at maven central.
Fixes
Objects.equalsandObjects.hashCode.- Fixed
GenericListIterator.remove(). Matcher.matches()should now test the whole string.- Fixed
Field.getandField.setreflection with primitives. - Fixed
Class.isAssignableFrom(class)with interfaces in as3. - Fixed
String.valueOf(long).
Java RT implemented stuff
- Implemented
AbstractStringBuilder,StringBuilderandStringBuffermissing methods. - Implemented missing
Short,Integer,Long,FloatandDoublenative methods. - Implemented some
Charactermissing methods. - Implemented all
Stringmissing methods. - Implemented some
Objectsmethods. - Implemented
Arrays.binarySearch(). - Implemented
Field.set*andField.get*methods. - Implemented some more
Datemethods and constructors. - Partially implemented
SimpleDateFormat.
Optimizations
- Some misc optimizations.
ArrayList<T>native implementation (now uses haxe Array which uses target native arrays or vectors).- Optimized some
Objectsmethods. - Some
MathandStrictMathmethods inlined (redirections to haxeMath). - Improved
System.outandSystem.err.
Additions to jtransc-rt-core
- Added
JTranscSystem.elapsedTime(). JTranscSystem.debugger, now works on flash too.
Changes
- Lime now doesn’t embed assets, so it load them asynchronously.
HaxeBaseArray.checkBoundsjust enabled on debug builds- Lots of simplifications
- Removed
ClassMappingscode. Now just uses@Haxeannotations.
Reporter
Now jtransc runtime reporter, also gives information about methods marked as native which don’t have @HaxeMethodBodyannotation, to identify missing functionality.