This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compile error with TreeSet


ojects/gcc/build/i686-pc-linux-gnu/libjava java/util/TreeSet.java
java/util/TreeSet.java: In class `java.util.TreeSet':
java/util/TreeSet.java: In method `java.util.TreeSet.clone()':
java/util/TreeSet.java:163: Can't access protected method
`java.lang.Object.clone' from `java.util.TreeSet'.
        copy.map = (TreeMap) map.clone();
                                   ^
1 error
ma


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]