Details about the known misuse from the MUBench dataset.
Description:
RtcpReceivedEvent.java calls java.lang.long.parseLong without first checking whether the argument parses. This lead to an uncaught NumberFormatException: Oracle Java 7 API specification.
This pull request adds a check with a more helpful exception message. Kindly let me know if you want me to change the message.