IntelliJ有一个检查设置,警告你可能会影响你的代码的"Javac怪癖",但我还没有遇到任何问题.这些怪癖中有哪些是IntelliJ或一般认可的?
我刚刚看到"不允许使用'_'作为lambda参数名"(IntelliJ IDEA CE 14.0.2).
public static BinaryOperator toLastElement() { return (_, current) -> current; }