Aladdin - Scala Bugtracking
[#453] project: eclipse-plugin priority: high category: bug
submitter assigned to status date submitted
Iulian _ won't fix 2005-07-28 10:39:05.0
subject Checking the "verbose" option makes the SDT unusable
code
what happened
The "New .." wizard will not be able to create any source file, and hitting the Add mixin button will not do any\
thing. The problem is a call to info inside scalac.Global's constructor, which is not \
overriden by the STDReporter adapter class. It should reimplement all reporting methods from\
 AbstractReporter (I think there are only a few of them, called display*. What's worse\
 is that it overrides the lower layer like printMessage so that it throws java.lang.Unsopport\
edOperation, which kills the whole scalac thread.
what expected A decently working reporter.
[back to overview]
Changes of this bug report
Gilles  edited on  2006-03-24 17:37:21.0
Refers to old eclipse plugin.