Skip to content

Commit

Permalink
add insert as a risky name
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Mar 15, 2023
1 parent 8eacac9 commit 0b08389
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public class PossiblyRedundantMethodCalls extends BytecodeScanningDetector {
riskyMethodNameContents.add("close");
riskyMethodNameContents.add("copy");
riskyMethodNameContents.add("currentTimeMillis");
riskyMethodNameContents.add("insert");
riskyMethodNameContents.add("nanoTime");
riskyMethodNameContents.add("new");
riskyMethodNameContents.add("noneOf");
Expand Down

0 comments on commit 0b08389

Please sign in to comment.