-
This patch fixes a number of places in the cmuclmtk code where a format string doesn't match the arguments. In the first 2 hunks of this patch, that is due to out-of-order arguments. The remainder are cases of integer width mismatches. The patch also removes a couple of unnecessary type casts by making the format match the original type.
There is no cmuclmtk category in the patch tracker...
2009-10-27 17:39:27 UTC in CMU Sphinx
-
This patch fixes a number of bad inputs to doxygen, including bare characters of significance to HTML () and bare # symbols (which tell doxygen to make a link). It also fixes a few misnamed references to files, parameters, and functions.
This patch does NOT address two other misfeatures of the documentation: (1) file formats are often illustrated in a way that is readable only if...
2009-08-26 21:57:19 UTC in CMU Sphinx
-
Warnings about missing prototypes for strlen(), memcpy(), etc. are generated when compiling Sphinx3. This patch adds #include to the relevant files.
2009-08-26 21:45:05 UTC in CMU Sphinx
-
The attached patch fixes a null pointer exception that is thrown from the java.io.File constructor when nicerhtml output is used. Since xsltFilename can be null, its nullness should be checked before passing it to the File constructor.
2009-02-11 19:41:48 UTC in PMD
-
The Eclipse plugin makes a number of unchecked conversions. This patch fixes most, but not all, of them. The ones that are not fixed are all due to calling the add() method on nongeneric List objects returned from Eclipse methods.
The vast majority of the fixes in the patch address the use of nongeneric List objects. The current code pretends they are generic, leading to the unchecked...
2008-10-02 21:38:16 UTC in FindBugs
-
This patch fixes a few javadoc infelicities, such as @param x, where x is not the name of any parameter, and @returns instead of @return.
2008-09-19 15:34:38 UTC in FindBugs
-
When I run the findbugs2 script from the findbugs 1.3.5 release, it prints:
One or more required BCEL classes were missing.
on stderr and exits. The problem appears to be that CheckBcel.java is looking for org.apache.bcel.generic.EmptyVisitor and org.apache.bcel.util.Repository, but the classes in the jar file are actually org.apache.bcel.classfile.EmptyVisitor and...
2008-09-19 15:09:05 UTC in FindBugs
-
Autoconf needs to know where the M4 macros are kept, so this patch adds a call to AC_CONFIG_MACRO_DIR. Also, the AC_HELP_STRING macro is obsolete. This patch converts it to AS_HELP_STRING, which also does not require that its arguments be quoted.
2008-08-20 15:03:18 UTC in buddy
-
The same thing needs to be done with the javadoc task, by the way. Sorry for overlooking that with the first patch.
2008-08-15 17:51:06 UTC in Java Decision Diagram Libraries
-
There are a number of broken links, as well as javadoc tags containing typographical errors. This patch fixes them to get a clean javadoc run.
2008-08-15 17:50:24 UTC in Java Decision Diagram Libraries