Reminds me of when I abused the FluentInterface pattern and one of my test fixtures, used to construct a model that we passed to an external constraint solver, broke the compiler because I chained too many function calls (some number of 1000s)
(There was a simple workaround)
Meanwhile at work: a user complains that an enum with 8,5k enumerators breaks Java.