MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getLineNumber

Method getLineNumber

classpath/java/io/LineNumberReader.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public int getLineNumber() {
25 return line;
26 }
27
28 public void setLineNumber(int v) {
29 line = v;

Callers 3

test6Method · 0.45
maybeLogThrownMethod · 0.45
maybeLogThrownMethod · 0.45

Calls

no outgoing calls

Tested by 2

test6Method · 0.36
maybeLogThrownMethod · 0.36