2008-09-20 トリッキーなコードを避けろ、ねぇ Program トリッキーなコードを避けろと言っている人が // Java if ((str == null ? "" : str).isEmpty()) { ... } こんなコード書いちゃいかんでしょ。