Skip to content

Commit 53d53af

Browse files
Mfortnerandreasprlic
authored andcommitted
/* Compromises and Unfinished bits */
1 parent a8ec139 commit 53d53af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_wikis/BioJava3_Design.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Compromises and Unfinished bits
6363
[Jalopy <http://jalopy.sourceforge.net/>] - can be used as Eclipse
6464
plugin, or Ant task.
6565
[Cobertura <http://cobertura.sf.net>] - can be used to assess JUnit test
66-
coverage.
66+
coverage.
67+
[FindBugs <http://findbugs.sf.net>] - does static analysis of code (also
68+
runnable as Eclipse plugin or Ant task.
6769

6870
Priorities
6971
----------

_wikis/BioJava3_Design.mediawiki

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This document was based on comments made on the following pages:
2727
* A tool for analysing comment coverage and coding style was suggested, but none have been identified. Please amend this document with the names of any good ones you know.
2828
2929
[Jalopy http://jalopy.sourceforge.net/] - can be used as Eclipse plugin, or Ant task.<br/>
30-
[Cobertura http://cobertura.sf.net] - can be used to assess JUnit test coverage.
30+
[Cobertura http://cobertura.sf.net] - can be used to assess JUnit test coverage.<br/>
31+
[FindBugs http://findbugs.sf.net] - does static analysis of code (also runnable as Eclipse plugin or Ant task.
3132

3233
==Priorities==
3334
Andreas' very useful Usage Analysis page shows the most frequently requested documentation. In the absence of any real usage statistics, we must assume that the things people most often want to read about are the things that people most often use. (It could also be said that the things that people most read about are the things that work least well in the present code... but we shall ignore that for now...).

0 commit comments

Comments
 (0)