-
marcust committed revision 2528 to the JAMWiki SVN repository, changing 2 files.
2009-03-13 10:00:56 UTC in JAMWiki
-
marcust committed revision 2467 to the JAMWiki SVN repository, changing 7 files.
2009-02-09 17:23:46 UTC in JAMWiki
-
marcust committed revision 2466 to the JAMWiki SVN repository, changing 1 files.
2009-02-09 17:21:33 UTC in JAMWiki
-
marcust committed revision 2465 to the JAMWiki SVN repository, changing 1 files.
2009-02-09 17:20:56 UTC in JAMWiki
-
marcust committed revision 2464 to the JAMWiki SVN repository, changing 1 files.
2009-02-09 17:19:54 UTC in JAMWiki
-
marcust committed revision 30 to the Matacotivu SVN repository, changing 2 files.
2008-09-19 09:15:04 UTC in Matacotivu
-
marcust committed revision 29 to the Matacotivu SVN repository, changing 2 files.
2008-09-17 16:35:21 UTC in Matacotivu
-
marcust committed revision 28 to the Matacotivu SVN repository, changing 7 files.
2008-07-01 08:21:41 UTC in Matacotivu
-
Hi,
some logic expressions should trigger a warnings, as they seem to be a sign of a bug, for example:
public class Test {
public static void main( String[] args ) throws Exception {
int foo = 5;
if ( ( foo < 5 ) || ( foo < 5 ) ) {
System.out.println( "This makes no sense" );
}
}
}
This is not caught by Findbugs.
I don't know...
2008-06-16 15:46:09 UTC in FindBugs
-
marcust committed revision 27 to the Matacotivu SVN repository, changing 1 files.
2008-06-05 17:09:06 UTC in Matacotivu