Manfred Rosenboom
unread,Sep 10, 2012, 4:00:25 AM9/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to h2-da...@googlegroups.com
Hi,
Whjen I try to compile the new version 1.3.169 with Java 6 I get the following compile errors:
Description Resource Path Location Type
The method buildMap(String, MVStore, int, String, DataType, DataType, long) of type TestMapFactory must override a superclass method TestMapFactory.java /H2 Database/h2_test/org/h2/test/store line 20 Java Problem
The method compare(Object, Object) of type SpatialType must override a superclass method SpatialType.java /H2 Database/h2_test/org/h2/test/store line 41 Java Problem
The method getDataType(Class<?>) of type TestMapFactory must override a superclass method TestMapFactory.java /H2 Database/h2_test/org/h2/test/store line 49 Java Problem
The method getMaxLength(Object) of type SpatialType must override a superclass method SpatialType.java /H2 Database/h2_test/org/h2/test/store line 61 Java Problem
The method getMemory(Object) of type SpatialType must override a superclass method SpatialType.java /H2 Database/h2_test/org/h2/test/store line 66 Java Problem
The method hasNext() of type new Iterator<K>(){} must override a superclass method SequenceMap.java /H2 Database/h2_test/org/h2/test/store line 50 Java Problem
The method next() of type new Iterator<K>(){} must override a superclass method SequenceMap.java /H2 Database/h2_test/org/h2/test/store line 56 Java Problem
The method read(ByteBuffer) of type SpatialType must override a superclass method SpatialType.java /H2 Database/h2_test/org/h2/test/store line 90 Java Problem
The method remove() of type new Iterator<K>(){} must override a superclass method SequenceMap.java /H2 Database/h2_test/org/h2/test/store line 61 Java Problem
The method write(ByteBuffer, Object) of type SpatialType must override a superclass method SpatialType.java /H2 Database/h2_test/org/h2/test/store line 71 Java Problem
Best,
Manfred