MCPcopy Create free account
hub / github.com/MenoData/Time4J / millisCalled

Method millisCalled

base/src/main/java/net/time4j/Duration.java:4323–4332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4321 }
4322
4323 private void millisCalled() {
4324
4325 if (this.millisSet) {
4326 throw new IllegalStateException(
4327 "Called twice for: " + MILLIS.name());
4328 }
4329
4330 this.millisSet = true;
4331
4332 }
4333
4334 private void microsCalled() {
4335

Callers 1

millisMethod · 0.95

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected