mirror of https://github.com/sbt/sbt.git
- JavacLogger.msgs uses ListBuffer for constant time append - Synchronized access to JavacLogger.msgs since appends comes from multiple threads - JavacLogger.info uses Level.Info instead of Level.Debug - Wrapped call to javac in allCatch to guarantee logger being flushed |
||
|---|---|---|
| .. | ||
| AggressiveCompile.scala | ||
| CacheIvy.scala | ||
| Compiler.scala | ||
| Console.scala | ||
| Doc.scala | ||
| DotGraph.scala | ||
| Package.scala | ||
| Sync.scala | ||
| Tests.scala | ||