Looks like the "refactoring" was something akin to s/long/int/g but should've been s/long /int /g ... except it would still screw up the first comment. Anyway ... converting long to int? Why?
*sigh* I hate to be that guy, but:
java long: 64 bits, java int: 32 bits.
C long: 32 bits (probably).
Someone did say "Java conversion" right? was that C to java or java to java?