Has a decision been taken on the toString() of a method reference? And I guess of lambdas more generally? In JSR-310 I'm starting to use method references as the key for parsing (instead of a class reference), but I'd like to be able to use the toString() to produce nice error messages as well. Stephen