findbugs-slf4j
                                
                                
                                
                                    findbugs-slf4j copied to clipboard
                            
                            
                            
                        RFE: SLF4J_PARAMETER_TOSTRING
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.
Good idea.
@KengoTODA do you have any plans to add this, or would you welcome a PR with this?