What does this mean? “X cannot be resolved to a type”
Import statement is missing
What does this mean? “The type X is ambiguous”
A class is found in multiple packages. Fix it by If you explicitly import a class name, it takes precedence over any wildcards present.
What does this mean?
Exception in thread “main” java.lang.Error: Unresolved compilation problem:
The blank final field foo may not have been initialized
Compiler error from FINAL variable that was not initialized.
What does this mean?
Syntax error on token “.”, @ expected after this token
move code into a method