MCPcopy Create free account
hub / github.com/ReadyTalk/avian / finishLine

Method finishLine

classpath/java/util/Properties.java:82–89  ·  view source on GitHub ↗
(Map<String, Object> map)

Source from the content-addressed store, hash-verified

80 }
81
82 private void finishLine(Map<String, Object> map) {
83 if (key != null) {
84 map.put(key.toString(),
85 (value == null ? "" : value.toString().trim()));
86 }
87
88 key = value = current = null;
89 }
90
91 abstract int readCharacter() throws IOException;
92

Callers 1

parseMethod · 0.95

Calls 3

putMethod · 0.65
toStringMethod · 0.65
trimMethod · 0.45

Tested by

no test coverage detected