1) Trying to compile the latest CVS pull (as of Sept.
21, 2003 9:30 AM PDT) and get these errors:
"jdbcConnection.java": org.hsql.jdbcConnection should
be declared abstract; it does not define
setHoldability(int) in org.hsql.jdbcConnection at line
44, column 1
"jdbcResultSet.java": org.hsql.jdbcResultSet should be
declared abstract; it does not define getURL(int) in
org.hsql.jdbcResultSet at line 64, column 1
"jdbcStatement.java": org.hsql.jdbcStatement should be
declared abstract; it does not define
getMoreResults(int) in org.hsql.jdbcStatement at line
22, column 1
"jdbcPreparedStatement.java":
org.hsql.jdbcPreparedStatement should be declared
abstract; it does not define
registerOutParameter(java.lang.String,int) in
org.hsql.jdbcPreparedStatement at line 84, column 1
"jdbcDatabaseMetaData.java":
org.hsql.jdbcDatabaseMetaData should be declared
abstract; it does not define supportsSavepoints() in
org.hsql.jdbcDatabaseMetaData at line 29, column 1
2) In several files, I get this error:
"assert is a keyword, and may not be used as an identifier"
I'm using JDK 1.4.1_02-b06 (which comes with JBuilder 9).
The files are:
Channel.java
Column.java
Expression.java
TableFilter.java
Node.java
Cache.java
Tokenizer.java
Trace.java
Table.java
Index.java
Row.java
This should be easy to "refactor" in JBuilder so that
another method name is used. If that's the desired
solution, please let me know.
Thanks.