Pretty much. To their credit, the Google code is almost agnostic to the presence of absence of the bug. If Java followed the ADT approach to error signaling (ala Haskell) instead of the magic numbers approach to error signaling (ala C) everything probably would've worked fine (until I hit the bug some other way, of course).
no subject