由买买提看人间百态

topics

全部话题 - 话题: hcolumn
(共0页)
c******n
发帖数: 4965
1
来自主题: Java版 - very weird problem
the following code is found from Hector Cassandra java API, I couldn't
understand why it compiles fine while I thought the execute() should
declare or catch exceptions, since the testtest() throws exceptions.
(I simplified the code by adding testtest() )
public QueryResult> execute() {
return new QueryResultImpl>(
ExecutingKeyspace.testtest( (java.util.List>) null)
);
}
public static ExecutionResult testtest(java.util.List<... 阅读全帖
(共0页)