Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toString
Method
toString
classpath/java/security/Permission.java:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
@Override
26
public
String toString() {
27
return
this.getClass().getSimpleName() +
'['
+name+
']'
;
28
}
29
30
public
PermissionCollection newPermissionCollection() {
31
return
null;
Callers
nothing calls this directly
Calls
2
getSimpleName
Method · 0.80
getClass
Method · 0.45
Tested by
no test coverage detected