-
The rule should simply be removed until it works.
It's broken and it's not a important rule anyway.
2007-07-28 10:04:19 UTC in PMD
-
public abstract class Foo {
public abstract method();
}
public abstract class Bar extends Foo{
// PMD complains that this class
// doesn't have any abstract methods
}.
2007-07-22 13:19:13 UTC in PMD
-
gentoo x86:
In file included from /tmp/jrate-0.3.8.2beta-3.3.3/gcc/
gcc/read-rtl.c:24:
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/rtl.h:132:
warning: type of bit-field 'code' is a GCC extension
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/rtl.h:135:
warning: type of bit-field 'mode' is a GCC extension
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/read-rtl.c: In
function 'fatal_with_file_and_line'...
2006-09-19 14:55:20 UTC in jRate
-
gentoo x86:
In file included from /tmp/jrate-0.3.8.2beta-3.3.3/gcc/
gcc/read-rtl.c:24:
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/rtl.h:132:
warning: type of bit-field 'code' is a GCC extension
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/rtl.h:135:
warning: type of bit-field 'mode' is a GCC extension
/tmp/jrate-0.3.8.2beta-3.3.3/gcc/gcc/read-rtl.c: In
function 'fatal_with_file_and_line'...
2006-09-19 14:29:35 UTC in jRate
-
v0.3.7.1-3.3.3 as well as v0.3.8.1beta-3.3.3. gentoo linux x64.
checking target number of CPUs... 1 (detected)
checking target CPU clock frequency... 2000.000 (detected)
./configure: line 24722: syntax error near unexpected token `('
./configure: line 24722: `echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5'.
2006-08-27 11:51:36 UTC in jRate
-
timonentwig committed patchset 2 of module CVSROOT to the log4eclipse CVS repository, changing 35 files.
2004-10-23 14:09:40 UTC in log4eclipse