|
6824 | 6824 | "new": "class com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException", |
6825 | 6825 | "superClass": "com.datastax.oss.driver.api.core.DriverException", |
6826 | 6826 | "justification": "Make CodecNotFoundException to extend DriverException as all other driver exceptions do" |
| 6827 | + }, |
| 6828 | + { |
| 6829 | + "code": "java.annotation.added", |
| 6830 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::add(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>)", |
| 6831 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::add(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>)", |
| 6832 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6833 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6834 | + }, |
| 6835 | + { |
| 6836 | + "code": "java.annotation.added", |
| 6837 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>[])", |
| 6838 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(com.datastax.oss.driver.api.core.cql.BatchableStatement<?>[])", |
| 6839 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6840 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6841 | + }, |
| 6842 | + { |
| 6843 | + "code": "java.annotation.added", |
| 6844 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(java.lang.Iterable<? extends com.datastax.oss.driver.api.core.cql.BatchableStatement<?>>)", |
| 6845 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::addAll(java.lang.Iterable<? extends com.datastax.oss.driver.api.core.cql.BatchableStatement<?>>)", |
| 6846 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6847 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6848 | + }, |
| 6849 | + { |
| 6850 | + "code": "java.annotation.added", |
| 6851 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::clear()", |
| 6852 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::clear()", |
| 6853 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6854 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6855 | + }, |
| 6856 | + { |
| 6857 | + "code": "java.annotation.added", |
| 6858 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setBatchType(com.datastax.oss.driver.api.core.cql.BatchType)", |
| 6859 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setBatchType(com.datastax.oss.driver.api.core.cql.BatchType)", |
| 6860 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6861 | + "justification": "Annotate mutating methods with @CheckReturnValue" |
| 6862 | + }, |
| 6863 | + { |
| 6864 | + "code": "java.annotation.added", |
| 6865 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier)", |
| 6866 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier)", |
| 6867 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6868 | + "justification": "JAVA-2161: Annotate mutating methods with @CheckReturnValue" |
| 6869 | + }, |
| 6870 | + { |
| 6871 | + "code": "java.annotation.added", |
| 6872 | + "old": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(java.lang.String)", |
| 6873 | + "new": "method com.datastax.oss.driver.api.core.cql.BatchStatement com.datastax.oss.driver.api.core.cql.BatchStatement::setKeyspace(java.lang.String)", |
| 6874 | + "annotation": "@edu.umd.cs.findbugs.annotations.CheckReturnValue", |
| 6875 | + "justification": "JAVA-2161: Annotate mutating methods with @CheckReturnValue" |
6827 | 6876 | } |
6828 | 6877 | ] |
6829 | 6878 | } |
|
0 commit comments