MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / put

Method put

spotbugsTestCases/src/java/UMAC.java:59–64  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

57 }
58
59 @Override
60 public String put(String key, String value) {
61 String result = super.put(key, value);
62 System.out.println("Map.put(" + key + ", " + value + ") = " + result);
63 return result;
64 }
65 };
66 }
67

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected