retour au sommaire PMD JAXE, un éditeur XML orienté document
Ajouter un commentaire, une note, faire une correction, référencer un lien, ...

FindBugs

A Bug Pattern Detector for Java

Historique FindBugs :

Table des matières :

Integration dans ant

To incorporate FindBugs into build.xml (the build script for Ant), you first need to add a task definition. This should appear as follows:
<taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask"/>
The task definition specifies that when a findbugs element is seen in build.xml, it should use the indicated class to execute the task.
After you have added the task definition, you can define a target which uses the findbugs task. Here is an example which could be added to the build.xml for the Apache BCEL library.

<property name="findbugs.home" value="/export/home/daveho/work/findbugs" /> <target name="findbugs" depends="jar"> <findbugs home="${findbugs.home}" output="xml" outputFile="bcel-fb.xml" > <auxClasspath path="${basedir}/lib/Regex.jar" /> <sourcePath path="${basedir}/src/java" /> <class location="${basedir}/bin/bcel.jar" /> </findbugs> </target>
The findbugs element must have the home attribute set to the directory in which FindBugs is installed; in other words, $FINDBUGS_HOME.

Source : http://www.cs.umd.edu/~pugh/java/bugs/manual/
findbugs home page
maven-lugin / findbugs
Dowload section (jar, ant plugin, ...)

Outils liés :

http://www.jmetra.com/ jMetra

Simple Code Metrics Collection and Analysis Package for Java


http://jrefactory.sourceforge.net/ JRefactory

Plugin for JBuilder, or other IDE


http://www.jedit.org/ JEdit

java Open Source programmer's text editor


http://www.java2html.com/ Java To HTML

Transformer le code source en fichiers HTML


http://sourceforge.net/projects/jtidy/ HTML TIDY

Clean up your Web pages


http://pmd.sourceforge.net/ PMD

Analyseur de fichiers source Java


http://szeiger.de/java/jmarkup.html JMarkup

Converts Java source code to HTML


http://checkstyle.sourceforge.net/ CheckStyle

http://sourceforge.net/projects/javadiff/ JDiff

Pour comparer le code source java


http://sourceforge.net/projects/xdoclet/ XDoclet

http://sourceforge.net/projects/jext/ Jext

Editeur openSource java


http://members.nextra.at/johann.langhofer/index.html JxBeauty

Authoring and Deployment Tools


http://developer.java.sun.com/developer/earlyAccess/doccheck/index.html Doc Check Doclet

For checking doc comments in source files [from Sun]


http://developer.java.sun.com/developer/earlyAccess/javahelp/ Java Help

Online help in applets, applications, operating systems, and devices


Version imprimable...
Envoyer à un ami...

Sujets liés

JavaDoc
Outils pour fichiers sources
JBuilder
tous les sujets...

Sites de référence

tous les liens...

Memento

tous les memento...

JavaDoc

Articles [3] - Outils [12] -

Outils pour fichiers sources

Articles [1] - Outils [14] -

JBuilder

Liens [2] - Articles [1] - Actualité [6] - Livres [4] - Outils [4] -

Choisir les meilleures vitamines...



Films Disney

Vidéos sur les OGM

Villes de France sur GoogleMap

Java - XML - Web


Informatique


Voir Aussi



Google