Detector: | MuDetect_180210_DataFlowThroughActionNodes |
Target: | project ' asterisk-java ' version304421c |
Misuse: | misuse ' 81 ' |
Tags: |
Details about the known misuse from the MUBench dataset.
Description: | In line 206 of AsyncAgiEvent, it uses ISO-8859-1 encoding scheme but according to Oracle Java 7 API specification, the World Wide Web Consortium Recommendation states that UTF-8 should be used. Not doing so may introduce incompatibilities. |
Fix Description: | (see diff) |
Violation Types: |
|
In File: | org/asteriskjava/manager/event/AsyncAgiEvent.java |
In Method: | decode(String) |
Code with Misuse: |
|