Statically examine a Java class for suspicious features. For example, find attempts to do I/O, dynamic class loading, start threads, etc. The intended application is programming exercise judges, where the system will be executing untrusted code. Credit: Nick Parlante mentioned that CodingBat does this, so I am stealing the idea for CloudCoder.
I am just starting to work on this, so it doesn't do anything useful yet.
License is the MIT license.
Comments to mailto:david.hovemeyer@gmail.com.