MCPcopy Create free account
hub / github.com/antlr/codebuff / getClassName

Method getClassName

output/java_guava/1.4.19/ClassPath.java:533–537  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

531 }
532
533 @VisibleForTesting
534 static String getClassName(String filename) {
535 int classNameEnd = filename.length() - CLASS_FILE_NAME_EXTENSION.length();
536 return filename.substring(0, classNameEnd).replace('/', '.');
537 }
538}

Callers 2

ClassInfoMethod · 0.45
ExampleStackTraceMethod · 0.45

Calls 2

lengthMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected