This commit is contained in:
Benjamin Muskalla
2021-08-02 11:52:16 +02:00
parent 2064915d3b
commit aab633eced

View File

@@ -3,9 +3,7 @@ import APIUsage
private import experimental.semmle.code.java.Logging
class ExternalAPI extends Callable {
ExternalAPI() {
not this.fromSource()
}
ExternalAPI() { not this.fromSource() }
string simpleName() {
result = getDeclaringType().getSourceDeclaration() + "#" + this.getStringSignature()