zoukankan      html  css  js  c++  java
  • Java Something

    Java静态代码检查工具 FindBugs

    FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses of the Java libraries and deadlocks. FindBugs can identify hundreds of serious defects in large applications (typically about 1 defect per 1000-2000 lines of non-commenting source statements).

    http://findbugs.sourceforge.net/

    Java代码覆盖率检查工具 - Java code coverage tool

    EclEmma - http://www.eclemma.org/

    Cobertura - http://cobertura.github.io/cobertura/

    代码规范检查工具

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.

    Checkstyle - http://checkstyle.sourceforge.net/

  • 相关阅读:
    玩转Web之servlet(二)---servlet常见错误
    c++日历v1.12版
    c++学籍管理系统
    一个菜鸟程序员的反思
    HTML5_拖放
    HTML5_智能表单
    CSS处理溢出
    CSS 中浮动的使用
    CSS 中定位的使用
    CSS 中区块的使用_宽高属性
  • 原文地址:https://www.cnblogs.com/androidme/p/3536884.html
Copyright © 2011-2022 走看看