Starter project configuration for my COMP 303 Software Development course at McGill University
For this project to be correctly imported in Eclipse, you need the following configuration:
- Eclipse Neon extended with checkstyle and EclEmma;
- A properly installed Java 8 execution environment;
This project configuration will use the recommended code formatting guidelines for the course automatically when you use Eclipe's various code generation features. It will also automatically check your code for violations to style rules.