Download List

Projeto Descrição

FindBugs looks for bugs in Java programs. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods, etc. It is written in the GJ dialect of Java, and will run on any Java VM compatible with Sun's JDK 1.4.0 or later. It includes both GUI (Swing) and commandline frontends.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-05-14 20:12
0.7.3

Vários detectores novo bug, uma opção para uma análise mais precisa das excepções (para reduzir avisos falsos), correções de bugs e melhorias de documentação.
Tags: Minor feature enhancements
Several new bug detectors, an option for more precise analysis of exceptions (to reduce false warnings), bugfixes, and documentation improvements.

2004-03-23 02:33
0.7.2

Há correções para trabalhar melhor com o JDK 1.5.0 beta, um detector de novo bug para encontrar possíveis bugs preguiçoso inicializações campo estático, e outras diversas correções de bugs.
Tags: Minor bugfixes
There are fixes to work better with JDK 1.5.0 beta, a new bug detector to find possible buggy lazy static field initializations, and other miscellaneous bugfixes.

2004-02-11 20:47
0.7.1

Esta versão inclui um plugin do Eclipse. Há várias correções de bugs e melhorias de funcionalidade.
Tags: Major feature enhancements
This release incorporates an Eclipse plugin. There are various bugfixes and feature enhancements.

2003-10-22 22:55
0.7.0

O detector de excluir a referência ponteiro nulo é mais poderoso. Outros detectores (sincronização inconsistente, caiu de exceção e de abertura de fluxo) produzem menos falsos positivos. Há muitas correções.
Tags: Minor feature enhancements
The null pointer dereference detector is more powerful. Other detectors (inconsistent synchronization, dropped exception, and open stream) produce fewer false positives. There are many bugfixes.

2003-09-12 20:40
0.6.6

Melhor precisão no detector de sincronização inconsistente. Detecção de esperar e notificar as chamadas que não são, obviamente, trancado. Detecção de auto-atribuições (x = x) de variáveis locais. Várias correções de bugs.
Tags: Minor feature enhancements
Better accuracy in the inconsistent synchronization detector. Detection of wait and notify calls which aren't obviously locked. Detection of self-assignments (x=x) of local variables. Several bugfixes.

Project Resources