| Detector: | Findbugs |
| Target: | project ' axis1 ' version1.2 |
| Tags: |
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
| Finding: | finding-0 |
| In File: | org/apache/axis/wsdl/toJava/JavaGeneratorFactory.java |
| In Method: | getJavaClassName(Class) |
| Code with Finding: |
|
| Hit | Rank | Desc | Type | Violations |
|---|---|---|---|---|
| Yes |
0 |
RV: Return value of String.replace(char, char) ignored in org.apache.axis.wsdl.toJava.JavaGeneratorFactory.getJavaClassName(Class) |
RV_RETURN_VALUE_IGNORED |
| Reviewer Name: | anna |
| : |
It is not a vulnerability at the first glance. The return value of the function (the changed string) is ignored. Still, this can be an issue if the function is used to sanitize the input. |