Open
Description
This is a suggestion for a new validation:
When reviewing code, I regularly see folks doing things such as:
LOG.trace("bla bla: {}", dpid.toString());
where that toString()
is wrong of course, and can hurt performance.
It would be nice to automatically get any use of toString()
in a parameter flagged up.
Metadata
Metadata
Assignees
Labels
No labels