Tags: lukhnos/j2objc
Tags
Fixed ZipFile inflating compressed entries. Change on 2015/09/25 by tball <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=103945406
Fixed ZipFile inflating compressed entries. Change on 2015/09/25 by tball <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=103945406
Fixes the check for a "clean" goal to ignore directories. Change on 2015/09/17 by kstanger <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=103309480
Fixes the check for a "clean" goal to ignore directories. Change on 2015/09/17 by kstanger <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=103309480
Fixes issues with java.lang.ref implementation: - Referent should be dealloced when it becomes unreachable, not when it is dequeued from the ReferenceQueue. - Ensures referent of SoftReference is released when the SoftReference is dealloced. - Updates tests to reflect the above. - Ensure lock is held when accessing any of the globals in IOSReference as well as all referent fields. Change on 2015/09/15 by kstanger <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=103088471
Close resources in a try stmt in reverse order This also evaluates the finally block after the resources have been closed. This should be considered a workaround as it does not handle the case where there is more than one resource and when exception is thrown after the first resource is initialized but before the try body is evaluated.
Close resources in a try stmt in reverse order This also evaluates the finally block after the resources have been closed. This should be considered a workaround as it does not handle the case where there is more than one resource and when exception is thrown after the first resource is initialized but before the try body is evaluated.
Added support for wildcards in package prefix flags. Change on 2015/08/20 by tball <[email protected]> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=101138655
Fixes the Java camel-casing of protocol buffer filenames. Change on 2015/08/13 by kstanger <[email protected]> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=100571065
Adds a header for ProtocolStringList to satisfy code generated agains… …t newer versions of protobuf. Change on 2015/04/10 by kstanger <[email protected]> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=90829646
PreviousNext