静的解析ツール ErrorProne でJavaのコンパイルエラーを強化 ErrorProneとは? ErrorProne はGoogle製のJavaの静的解析ツールです。 他の静的解析ツール(FindBugsなど)との大きな違いは、チェックNGが コンパイルエラーとなること です。 以下、公式サイトから引用 It’s common for even the best programmers to make simple mistakes. And sometimes a refactoring which seems safe can leave behind code which will never do what’s intended. We’re used to getting help from the compiler, but it doesn’t do much beyo
