MCPcopy Index your code
hub / github.com/cSploit/android / mergeTo

Method mergeTo

cSploit/src/org/csploit/android/net/Target.java:138–145  ·  view source on GitHub ↗

merge data from this port to another @param other

(Port other)

Source from the content-addressed store, hash-verified

136 * @param other
137 */
138 public void mergeTo(Port other) {
139 if(service != null && !service.equals(other.service)) {
140 other.service = service;
141 }
142 if(version != null && !version.equals(other.version)) {
143 other.version = version;
144 }
145 }
146 }
147
148 public static class Exploit {

Callers 1

addOpenPortMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected