タグ

ブックマーク / errorprone.info (1)

  • Error Prone

    Error Prone 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 beyond static type checking. Using Error Prone to augment the compiler’s type analysis, you can catch more mistakes before they cost you time, or en

    etakaha
    etakaha 2017/02/25
    静的解析ツール
  • 1