MCPcopy Create free account
hub / github.com/LFYSec/MScan / hasFinal

Method hasFinal

src/main/java/pascal/taie/language/classes/Modifier.java:70–72  ·  view source on GitHub ↗
(Set<Modifier> modifiers)

Source from the content-addressed store, hash-verified

68 }
69
70 public static boolean hasFinal(Set<Modifier> modifiers) {
71 return modifiers.contains(FINAL);
72 }
73
74 public static boolean hasSynchronized(Set<Modifier> modifiers) {
75 return modifiers.contains(SYNCHRONIZED);

Callers 1

isFinalMethod · 0.95

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected