(String filename)
| 500 | } |
| 501 | |
| 502 | @VisibleForTesting |
| 503 | static String getClassName(String filename) { |
| 504 | int classNameEnd = filename.length() - CLASS_FILE_NAME_EXTENSION.length(); |
| 505 | return filename.substring(0, classNameEnd).replace('/', '.'); |
| 506 | } |
| 507 | } |
no test coverage detected