Closed GoogleCodeExporter closed 9 years ago
Fixed in r104.
The clone()-errors are very odd. Eclipse can compile it while javac fails.
Seems like the javac compiler ignores somehow the public clone() method in the
interface Descriptor and trys to invoke the (protected!) clone-Method of
Object.
A simple cast to Descriptor before the invocation of clone() solved the problem.
The last two errors arrised due to unimplemented methods of the interface
ResultSet.
Original comment by yannikst...@gmail.com
on 6 Aug 2011 at 8:12
Original issue reported on code.google.com by
yannikst...@gmail.com
on 6 Aug 2011 at 7:52