Detect toString()/String.valueOf() calls in AbstractStringBuilder.append(Object) · Issue #123 · policeman-tools/forbidden-apis

In Apache POI we have a few rules to prevent calls to non-localized/non-timezoned Methods like Date.toString(). Those are not recognized when AbstractStringBuilder.append(Object) calls them implici...