ymasory / scala-corpus

Large corpus of Scala code for static analysis testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scala-corpus

about

This is large collection of Scala code being collected for testing static analysis tools such as Alacs.

There are currently 258266 lines of Scala in the corpus.

Line counts are generated using cloc.

building

This collection is built using sbt. Compilation is exactly one step: sbt test-compile

For some reason sbt will print Java unchecked warnings in red as errors even though they're just warnings. Don't be alarmed, the corpus will still compile.

NOTE: Some systems (e.g., Linux with home directory encryption) may not be able to build scala-project due to a known limitation of scalac concerning file name lengths.

currently included projects

project we are working on adding

cannot include: require some dependencies pre-installed on build system

cannot include: require < 2.8.0

About

Large corpus of Scala code for static analysis testing

License:Other


Languages

Language:Scala 96.1%Language:Java 3.9%