Google Code Exporter
Google Code Exporter
``` Looks like both the two deepClone() methods and the cloneInternal both call startCloning()... makes it difficult to determine when an object is actually being "started". To mirror the previous...
``` Support for a callback that can provide a decision on whether an object should be cloned or not. The callback would take the object to clone and return a...
``` The fast cloners for Sets and Lists should check for a null response from cloner.cloneInternal() before attempting to add to the collection as it's possible that null would be...
``` I noticed in Cloner.isImmutable only caches @Immutable if it finds one, not if it doesn't. Should be enough with: if (b != null) return b; // at the top...
``` What steps will reproduce the problem? 1. Create a Parent object that contains a List of Child objects. 2. Create a Child object has a reference to its Parent....
``` I have a Entity class A.java it has some fields and some Set of OtherEntity.java Now I want to clone A.java but don't want the Set to be cloned,...
``` What steps will reproduce the problem? 1. Run crunch_x64.exe /file a.png /out a_x64.crn /quality 255 /mipMode None /DXT5 /quiet on attached image 2. crunch.exe /file a.png /out a_x86.crn /quality...
``` I was using crnlib SVN rev 319 for a game jam project https://github.com/David20321/JamForLeelah and ran into some small issues compiling a program using crn_decomp.h on Mac OS 10.7.5. I...
``` error LNK2005: "bool __cdecl crnd::crnd_validate_file(void const *,unsigned int,struct crnd::crn_file_info *)" (?crnd_validate_file@crnd@@YA_NPBXIPAUcrn_file_info@1@@Z) already defined error LNK2005: "bool __cdecl crnd::crnd_get_texture_info(void const *,unsigned int,struct crnd::crn_texture_info *)" (?crnd_get_texture_info@crnd@@YA_NPBXIPAUcrn_texture_info@1@@Z) already defined and more more...
``` What steps will reproduce the problem? 1. Compile crnlib using GCC 4.2 or Apple LLVM 4.1 (the compilers included with XCode 4.5.2) What is the expected output? What do...