Bugfix in JUnit#handleStudentsImports(self, source)
Fixed a problem with undefined methods in submissions.
Improved logging
Final step for Release 1.2.
Preparation for release 1.2 which includes minor bugfixes and improvements.
New Regular Expression for finding closed multiline comments. grantValidPackage handles commented package declarations more gracefully, now. Some minor formattings.
Improved logging.
Implemented current style guide for backends (i.e., config.py and explicit logging)
Some minor improvements.
JUnit.py: - Some comments were updated JUnitConf.py: - Some comments were updated - Deleted entry for 'MethodExistingTester'
Changes: - deleted classpath definitions in *.sh files. classpath variable will be generated in JUnitConf.py and passed to JUnit._runInterpreter() from now on. - JUnitConf.py was extended with classpath generation logic - JUnit.py: - deleted some unnecessary functions - _runInterpreter now gets classpaths passed
Changed Version to 1.0
Updated JUnitConf and JUnit: Erased MethodExistingTester
Commited Backend "junit". The backend tests student's java submissions for syntactical and semantical (JUnitTests) correctness. Stage 0.9alpha