Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0
-
None
Description
In base class TProtocol method writeMessageEnd can throw exception TException
public abstract void writeStructEnd() throws TException;
In this class this method is overridden by an empty implementation and already can not throw exceptions
public void writeMessageEnd() {
}
I want to extend the capabilities of the class TBinaryProtocol and override this method. But I can not throw an exception from it or call a method that can throw an exception
A similar remark on all methods of a class TBinaryProtocol with an empty body
Attachments
Issue Links
- links to