Closed
Description
Running com.google.api.client.protobuf.ProtocolBuffersTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.039 sec <<< FAILURE! - in com.google.api.client.protobuf.ProtocolBuffersTest
testParseAndClose(com.google.api.client.protobuf.ProtocolBuffersTest) Time elapsed: 0.011 sec <<< ERROR!
java.lang.Error:
Unresolved compilation problems:
SimpleProto cannot be resolved to a type
SimpleProto cannot be resolved
SimpleProto cannot be resolved to a variable
SimpleProto cannot be resolved to a type
Bound mismatch: The generic method parseAndClose(InputStream, Class<T>) of type ProtocolBuffers is not applicable for the arguments (ByteArrayInputStream, Class<TestMessage>). The inferred type TestMessage is not a valid substitute for the bounded parameter <T extends MessageLite>
SimpleProto cannot be resolved to a type
at com.google.api.client.protobuf.ProtocolBuffersTest.testParseAndClose(ProtocolBuffersTest.java:28)