-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 5.0
-
Component/s: tools
-
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;
};