Eclipse Juno Metrics Plugins

后端 未结 3 562
孤街浪徒
孤街浪徒 2021-02-06 14:27

What eclipse metrics plugins exist for the JUNO release of eclipse? I have tried a few general purpose metrics plugins but non of them has functioned properly with the JUNO rele

3条回答
  •  悲哀的现实
    2021-02-06 14:52

    Check out the following, which work fine on Juno:

    • checkstyle: code style, including method length and others
    • checkstyle again: duplicate code detection
    • checkstyle again: Cyclomatic Complexity
    • cobertura: for test coverage
    • findbugs: potential pitfalls in your code
    • Google Plugin for eclipse google's own code quality tools including test generation

    I suppose you are not looking for profilers, but if you are, consider the (newly resurrected?) TPTP

提交回复
热议问题