I wonder how Eclipse detects errors in Java code before compiling it.
I've found this answer from the Eclipse forums which mentions reconciliation. But that doesn't tell me how it works.
Is the error and warning detection done by comparing the code with the Java specification using regular expressions?