-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b49
-
generic
-
solaris_8
The following program stopped compiling cleanly in build 40 with -source 1.5.
This will break many regression tests if we change the default to -source 1.5.
class TreeSet2 extends java.util.TreeSet {
private static final long serialVersionUID = 0;
};
This will break many regression tests if we change the default to -source 1.5.
class TreeSet2 extends java.util.TreeSet {
private static final long serialVersionUID = 0;
};