MCPcopy Create free account
hub / github.com/M66B/FairEmail / clone

Method clone

app/src/main/java/com/sun/mail/imap/ACL.java:88–93  ·  view source on GitHub ↗

Clone this ACL entry.

()

Source from the content-addressed store, hash-verified

86 * Clone this ACL entry.
87 */
88 @Override
89 public Object clone() throws CloneNotSupportedException {
90 ACL acl = (ACL)super.clone();
91 acl.rights = (Rights)this.rights.clone();
92 return acl;
93 }
94}

Callers 11

getLabelsMethod · 0.45
toMessageSetSortedMethod · 0.45
getPermanentFlagsMethod · 0.45
getAttributesMethod · 0.45
getContentLanguageMethod · 0.45
aacloneMethod · 0.45
getGroupMethod · 0.45
getSASLMechanismsMethod · 0.45
setSASLMechanismsMethod · 0.45
setFlagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected