Version of google-api-java-client (e.g. 1.3.1-alpha)?
1.3.1-alpha
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
All
Describe the problem.
The following methods do not declare that they may throw IOException, which
means subclasses cannot throw them, which is a problem for testing:
MockHttpContent.getLength()
MockHttpTransport.build*Request()
MockLowLevelRequest.setContent()
MockLowLevelRequest.execute()
MockLowLevelResponse.getContent()
How would you expect it to be fixed?
These methods should declare that they throw IOException.
Original issue reported on code.google.com by yan...@google.com on 24 Feb 2011 at 4:46
Original issue reported on code.google.com by
yan...@google.com
on 24 Feb 2011 at 4:46