resolve_java_import_to_path

Function resolve_java_import_to_path 

Source
pub fn resolve_java_import_to_path(
    import_path: &str,
    projects: &[JavaProject],
    _current_file_path: Option<&str>,
) -> Option<String>
Expand description

Resolve a Java import to a file path

Java imports look like: com.example.myapp.UserService Files are located at: src/main/java/com/example/myapp/UserService.java or: src/com/example/myapp/UserService.java