Announcements

Announcements appear on this page during the course.

10/09: I updated the class Card in Blackboard. The modifications are minor. I changed the Card class to have the Ace higher in rank than the King. Also, I changed the comments to state that the sorting is in suit major order.

9/21: Here are some instructions for running CheckStyle at the command line:

  1. Copy the checkstyle-all-4.4.jar and grade_checks.xml into the same directory as your Java source files
  2. Open a console (terminal) window and type the following command:

    java -jar checkstyle-all-4.4.jar com.puppycrawl.tools.checkstyle.Main -c grade_checks.xml *.java

This will test all the *.java files in the directory. If you want to restrict the files you will need to specify the file name rather than use *.java.

9/17: Here is a copy of CheckStyle 4.4 that also includes grade_checks.xml: checkstyle-4.4.zip. This is the configuration I am using for grading though the Checkstyle 5.0-beta01 seems to work correctly.

Home | Blackboard | Announcements | Schedule | Room Policies | Course Info
Help | FAQ's | HowTo's | Links
Last Updated: October 09 2008 @17:22:53