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

Method hasStrictFP

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

Source from the content-addressed store, hash-verified

96 }
97
98 public static boolean hasStrictFP(Set<Modifier> modifiers) {
99 return modifiers.contains(STRICTFP);
100 }
101
102 public static boolean hasSynthetic(Set<Modifier> modifiers) {
103 return modifiers.contains(SYNTHETIC);

Callers 1

isStrictFPMethod · 0.95

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected