Re: [JGIT PATCH 09/13] Replace inefficient new String(String) constructor to silence FindBugs
From: Robin Rosenberg <hidden> Date: 2016-06-15 22:46:41
tisdag 28 april 2009 23:12:22 skrev "Shawn O. Pearce" [off-list ref]:
FindBugs keeps reporting that our usage of new String(String)
is not the most efficient way to construct a string.
I think we should find better ways of silencing FindBugs,, than addiing obscure
coding patterns that are worse than what FindBugs warns against.
Options are:
Add a comment
Customize findbugs rules
Findbugs specific annotations
-- robin