Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ERROR TEMPLATE] Java - Cannot find symbol #18

Closed
4 tasks done
nedpals opened this issue Nov 3, 2023 · 2 comments
Closed
4 tasks done

[ERROR TEMPLATE] Java - Cannot find symbol #18

nedpals opened this issue Nov 3, 2023 · 2 comments

Comments

@nedpals
Copy link
Owner

nedpals commented Nov 3, 2023

Name Type Code Language
Cannot find symbol Compile-time Error java.lang.SymbolNotFoundError Java

Description

The compiler cannot find a referenced symbol (variable, method, class, etc.) in the code.

Sample Code

public class Program {
    public static void main(String[] args) {
        System.out.println(a);
    }
}

Sample Error Message

Program.java:3: error: cannot find symbol
        System.out.println(a);
                           ^
  symbol:   variable a
  location: class Program
1 error

Implementation Checklist

  • Implemented analysis
  • Implemented explanation translation
  • Implemented bug fix generation
  • Add tests
@nedpals
Copy link
Owner Author

nedpals commented Nov 3, 2023

Currently under: Java.UnknownVariableError

@nedpals
Copy link
Owner Author

nedpals commented Nov 27, 2023

Done implementing: #46, #47, #1

@nedpals nedpals closed this as completed Nov 27, 2023
@nedpals nedpals closed this as not planned Won't fix, can't repro, duplicate, stale Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant