sbt/compile/interface/src/main/scala/xsbt
Grzegorz Kossakowski fea18a4fbe Remove AnalysisCallback.{beginSource, endSource} methods.
As pointed out by @harrah in #705, both beginSource and endSource are
not used in sbt internally for anything meaningful.

We've discussed an option of deprecating those methods but since they
are not doing anything meaningful Mark prefers to have compile-time
error in case somebody implements or calls those methods. I agree with
that hence removal.
2013-10-24 16:44:45 +02:00
..
API.scala Move API extraction logic to a separate class. 2013-07-24 15:18:44 -07:00
Analyzer.scala Remove AnalysisCallback.{beginSource, endSource} methods. 2013-10-24 16:44:45 +02:00
Command.scala Make the DelegatingReporter aware of -nowarn 2013-09-05 13:31:04 -04:00
Compat.scala Factor out compiler interface compatibility layer. 2013-07-23 15:19:24 -07:00
CompilerInterface.scala Handle compilation cancellation properly. 2013-07-19 14:39:26 -07:00
ConsoleInterface.scala Use IMain.bindValue to bind repl values. This does a better job of getting the type to use for a bound value. 2013-07-17 14:58:53 -04:00
DelegatingReporter.scala Make the DelegatingReporter aware of -nowarn 2013-09-05 13:31:04 -04:00
ExtractAPI.scala Move API extraction logic to a separate class. 2013-07-24 15:18:44 -07:00
LocateClassFile.scala Factor out class file lookup out of Analyzer class. 2013-07-23 17:11:42 -07:00
Log.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
Message.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00
ScaladocInterface.scala Follow source layout convention supported by Eclipse. 2012-12-07 10:27:08 -08:00