An open source Java project recommendation needed for academic research

I'm looking for an open source Java project for academic study of test cases. I need a project with 20-40 KLOC and at least 100 JUnit tests. Preference is given to a project that has been developed using the TDD methodology. Something I can go into eclipse and run all tests with minimal setup overhead.

Any recommendations?

+2


source to share


3 answers


It's funny that you say "fall of the eclipse" since some parts of the eclipse were written with TDD and have a relatively large number of LOCs. You can go this route. For example, I know that the Eclipse-based IDTR project is one such effort.



+5


source


Spring framework? It might be too big.



There are several projects you can use. You can take a look at the BouncyCastle encryption library. http://bouncycastle.org/java.html

+1


source


To aid your search, you can take a look at Koders ( http://koders.com/ ), a source code search engine. They have LOC information for open source projects.

0


source







All Articles