MCPcopy Index your code
hub / github.com/davidgiven/luje / getFileName

Method getFileName

lib/java/lang/StackTraceElement.java:155–157  ·  view source on GitHub ↗

Returns the name of the Java source file containing class belonging to this StackTraceElement. @return the name of the file, or null if this information is not available.

()

Source from the content-addressed store, hash-verified

153 * available.
154 */
155 public String getFileName() {
156 return fileName;
157 }
158
159 /**
160 * Returns the line number in the source for the class belonging to this

Callers 2

equalsMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected