-
Bug
-
Resolution: Unresolved
-
P4
-
7
-
generic
-
generic
The JavacParser has a couple of methods namely syntaxError and reportSyntaxError
and this overloads both JavacParser as well AbstractLog, the other issue
is that these methods take both int as well DiagnosticPosition, this usages
must be simplified.
and this overloads both JavacParser as well AbstractLog, the other issue
is that these methods take both int as well DiagnosticPosition, this usages
must be simplified.
- relates to
-
JDK-7073631 (javac) javac parser improvements for error position reporting
- Closed