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

Method isStrictFP

src/main/java/pascal/taie/language/classes/JClass.java:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 public boolean isStrictFP() {
203 return Modifier.hasStrictFP(modifiers);
204 }
205
206 public boolean isSynthetic() {
207 return Modifier.hasSynthetic(modifiers);

Callers 1

convertMethod · 0.80

Calls 1

hasStrictFPMethod · 0.95

Tested by

no test coverage detected