-
FindBugs v1.3.9 standalone.
2009-08-27 16:02:45 UTC in FindBugs
-
"value loaded from arg0"; "dereferenced at [2]"; "known null at [1]":
public int compare(String arg0, String arg1) {
if (null == arg0 && null != arg1) {
return -1;
}
if (null != arg0 && null == arg1) {
return 1;
}
[1] if (null...
2009-08-27 16:02:00 UTC in FindBugs
-
The output of "df /tmp" on my system is split into two lines:
Dateisystem 1K‐Blöcke Benutzt Verfügbar Ben% Eingehängt auf
/dev/mapper/it127-root
33503008 2280400 29520720 8% /
using the df-option "-P" fixes the problem.
2009-05-14 14:37:00 UTC in duply (fka. ftplicity)
-
This line causes the segfault:
$query = preg_replace("/([\"'])(?:\\\\.|\\1\\1|.)*\\1/sU", "{}", $query);.
2009-05-01 16:23:21 UTC in MyProfi
-
If I parse the attached file, I get a segmentation fault
PHP 5.2.6-2ubuntu4.2 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 17 2009 15:04:34)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies.
2009-05-01 16:18:13 UTC in MyProfi
-
The splash screen cannot be moved and is always on top hiding all other windows behind it. Can you please change this?.
2007-10-05 12:05:49 UTC in SQuirreL SQL Client
-
kurti committed patchset 135 of module java to the The OpenAntivirus Project CVS repository, changing 30 files.
2005-09-03 16:16:40 UTC in The OpenAntivirus Project
-
kurti committed patchset 134 of module java to the The OpenAntivirus Project CVS repository, changing 14 files.
2005-03-03 12:18:05 UTC in The OpenAntivirus Project
-
kurti committed patchset 133 of module java to the The OpenAntivirus Project CVS repository, changing 1 files.
2004-12-17 08:39:10 UTC in The OpenAntivirus Project
-
kurti committed patchset 132 of module java to the The OpenAntivirus Project CVS repository, changing 3 files.
2004-09-19 14:01:37 UTC in The OpenAntivirus Project