I wonder if there's a way to get errors from a compilation unit,
without being part of the usual Reporter that gets the errors. I found
the problems array in RichCompilationUnit, but that never seems to
contain any errors (is that even used?).
On 5/27/11 9:21 AM, Mirko Stocker wrote:
> I wonder if there's a way to get errors from a compilation unit,
> without being part of the usual Reporter that gets the errors. I found
> the problems array in RichCompilationUnit, but that never seems to
> contain any errors (is that even used?).
It is used from InteractiveReporter. Which is never used.
I found a dead commit (that is, contained in no existing branch) in
scala-ide where PresentationReporter extended InteractiveReporter, and
that's it.
On 5/27/11 9:21 AM, Mirko Stocker wrote:
> I wonder if there's a way to get errors from a compilation unit,
> without being part of the usual Reporter that gets the errors. I found
> the problems array in RichCompilationUnit, but that never seems to
> contain any errors (is that even used?).
It is used from InteractiveReporter. Which is never used.
I found a dead commit (that is, contained in no existing branch) in
scala-ide where PresentationReporter extended InteractiveReporter, and
that's it.
git log f0e402a615b71dcc9130ac052dd4ce650c4865f9