https://bz.apache.org/bugzilla/show_bug.cgi?id=59722
Bug ID: 59722
Summary: Use StandardCharsets when possible
Product: JMeter
Version: 3.0
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 33963
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33963&action=edit
Use StandardCharsets when possible
Use StandardCharsets when possible and try to use the CharSet directly instead
of constructing one from a string.
That way we can reduce a few catch statements and be a bit surer, that we have
used the right constant for a CharSet name.
--
You are receiving this mail because:
You are the assignee for the bug.